2025-01-27-10-56-47
sha256:6650d2c779522062717e0f6f5a85da6e0d3c0adcd5336b8796c88e57bafab730
OS/ARCH
linux/amd64
Compressed size
3.09 GB
Last pushed
about 1 month by janx
Type
Image
Manifest digest
sha256:6650d2c779522062717e0f6f5a85da6e0d3c0adcd5336b8796c88e57bafab730
Image Layers
1
ARG RELEASE
0 B
2
ARG LAUNCHPAD_BUILD_ARCH
0 B
3
LABEL org.opencontainers.image.ref.name=ubuntu
0 B
4
LABEL org.opencontainers.image.version=22.04
0 B
5
ADD file ... in /
28.17 MB
6
CMD ["/bin/bash"]
0 B
7
RUN /bin/sh -c set -eux;
6.77 MB
8
RUN /bin/sh -c set -eux;
37.64 MB
9
RUN /bin/sh -c set -ex;
164.87 MB
10
ENV TRIGGER_REBUILD=2
0 B
11
COPY install-packages upgrade-packages /usr/bin/ #
844 B
12
RUN /bin/sh -c yes |
209.96 MB
13
ENV LANG=en_US.UTF-8
0 B
14
RUN /bin/sh -c upgrade-packages #
113.52 KB
15
RUN /bin/sh -c add-apt-repository -y
38.03 MB
16
RUN /bin/sh -c curl -s
342.78 KB
17
RUN /bin/sh -c install-packages git
26.15 MB
18
RUN /bin/sh -c useradd -l
4.38 KB
19
ENV HOME=/home/gitpod
0 B
20
WORKDIR /home/gitpod
32 B
21
RUN /bin/sh -c { echo
1.9 KB
22
COPY default.gitconfig /etc/gitconfig # buildkit
164 B
23
COPY default.gitconfig /home/gitpod/.gitconfig # buildkit
198 B
24
RUN /bin/sh -c git lfs
230 B
25
USER gitpod
0 B
26
RUN /bin/sh -c sudo echo
2.07 KB
27
ENV PATH=/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
28
USER gitpod
0 B
29
ENV TRIGGER_REBUILD=1
0 B
30
RUN /bin/sh -c sudo apt-get
184 B
31
USER root
0 B
32
ENV TRIGGER_REBUILD=1
0 B
33
RUN /bin/sh -c curl -fsSL
162.37 MB
34
RUN /bin/sh -c sudo update-alternatives
3.7 KB
35
USER gitpod
0 B
36
USER root
0 B
37
ENV TRIGGER_REBUILD=1
0 B
38
RUN /bin/sh -c install-packages rlwrap
113.72 KB
39
RUN /bin/sh -c curl https://download.clojure.org/install/linux-install-1.10.3.1029.sh
13.62 MB
40
USER gitpod
0 B
41
ARG GO_VERSION
0 B
42
USER gitpod
0 B
43
ENV TRIGGER_REBUILD=1
0 B
44
ENV GO_VERSION=1.23.5
0 B
45
ENV GOPATH=/home/gitpod/go-packages
0 B
46
ENV GOROOT=/home/gitpod/go
0 B
47
ENV PATH=/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
48
RUN |1 GO_VERSION=1.23.5 /bin/sh -c
70.63 MB
49
RUN |1 GO_VERSION=1.23.5 /bin/sh -c
84.14 MB
50
RUN |1 GO_VERSION=1.23.5 /bin/sh -c
332 B
51
ARG JAVA_VERSION
0 B
52
USER gitpod
0 B
53
ENV TRIGGER_REBUILD=1
0 B
54
RUN |1 JAVA_VERSION=11.0.26.fx-zulu /bin/sh -c
729.71 MB
55
ENV GRADLE_USER_HOME=/workspace/.gradle/
0 B
56
ARG NODE_VERSION
0 B
57
USER gitpod
0 B
58
ENV TRIGGER_REBUILD=1
0 B
59
ENV NODE_VERSION=22.13.1
0 B
60
ENV PNPM_HOME=/home/gitpod/.pnpm
0 B
61
ENV PATH=/home/gitpod/.nvm/versions/node/v22.13.1/bin:/home/gitpod/.yarn/bin:/home/gitpod/.pnpm:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
62
RUN |1 NODE_VERSION=22.13.1 /bin/sh -c
109.23 MB
63
COPY nvm-lazy.sh /home/gitpod/.nvm/nvm-lazy.sh # buildkit
453 B
64
ARG PYTHON_VERSION
0 B
65
USER gitpod
0 B
66
ENV TRIGGER_REBUILD=2
0 B
67
ENV PATH=/home/gitpod/.pyenv/bin:/home/gitpod/.pyenv/shims:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
68
ENV PIPENV_VENV_IN_PROJECT=true
0 B
69
ENV PYENV_ROOT=/home/gitpod/.pyenv
0 B
70
ENV PYCHARM_PYTHON_PATH=/home/gitpod/.pyenv/shims/python
0 B
71
RUN |1 PYTHON_VERSION=3.12.8 /bin/sh -c
264.59 MB
72
RUN |1 PYTHON_VERSION=3.12.8 /bin/sh -c
4.02 MB
73
COPY pyenv.d /home/gitpod/.gp_pyenv.d # buildkit
1.94 KB
74
COPY userbase.bash /home/gitpod/.gp_pyenv.d # buildkit
751 B
75
COPY python_hook.bash /home/gitpod/.bashrc.d/60-python # buildkit
1.43 KB
76
COPY avoid_userbase_hook.bash /home/gitpod/.pyenv/pyenv.d/exec # buildkit
529 B
77
ARG RUBY_VERSION
0 B
78
USER gitpod
0 B
79
ENV TRIGGER_REBUILD=2
0 B
80
RUN |1 RUBY_VERSION=3.2.6 /bin/sh -c
3.85 MB
81
ADD ./install.sh /tmp # buildkit
301 B
82
RUN |1 RUBY_VERSION=3.2.6 /bin/sh -c
269.26 MB
83
RUN |1 RUBY_VERSION=3.2.6 /bin/sh -c
286 B
84
RUN |1 RUBY_VERSION=3.2.6 /bin/sh -c
194 B
85
ENV GEM_HOME=/workspace/.rvm
0 B
86
ENV GEM_PATH=/workspace/.rvm:
0 B
87
ENV PATH=/home/gitpod/.rvm/bin:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
88
ARG RUST_VERSION
0 B
89
USER gitpod
0 B
90
ENV TRIGGER_REBUILD=7
0 B
91
ENV RUST_VERSION=1.84.0
0 B
92
ENV PATH=/home/gitpod/.cargo/bin:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
93
RUN |1 RUST_VERSION=1.84.0 /bin/sh -c
288.47 MB
94
USER gitpod
0 B
95
ENV TRIGGER_REBUILD=4.4.17
0 B
96
RUN /bin/sh -c mkdir ~/.cache
130.64 MB
97
ENV PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
98
ENV MANPATH=:/home/linuxbrew/.linuxbrew/share/man
0 B
99
ENV INFOPATH=:/home/linuxbrew/.linuxbrew/share/info
0 B
100
ENV HOMEBREW_NO_AUTO_UPDATE=1
0 B
101
RUN /bin/sh -c brew install
68.27 MB
102
USER root
0 B
103
ENV TRIGGER_REBUILD=1
0 B
104
RUN /bin/sh -c curl -fsSL
129.42 MB
105
RUN /bin/sh -c curl -o
17.33 MB
106
RUN /bin/sh -c curl -o
4.16 MB
107
USER gitpod
0 B
108
USER root
0 B
109
ENV TRIGGER_REBUILD=2
0 B
110
COPY /usr/bin/composer /usr/bin/composer # buildkit
722.53 KB
111
RUN /bin/sh -c for _ppa
67.26 MB
112
COPY apache2/ /etc/apache2/ # buildkit
827 B
113
COPY nginx /etc/nginx/ # buildkit
627 B
114
ENV APACHE_DOCROOT_IN_REPO=public
0 B
115
ENV NGINX_DOCROOT_IN_REPO=public
0 B
116
USER gitpod
0 B
117
ARG NIX_VERSION
0 B
118
ARG NIX_CONFIG=
0 B
119
ENV NIX_VERSION=2.19.2
0 B
120
USER root
0 B
121
ENV TRIGGER_REBUILD=1
0 B
122
RUN |2 NIX_VERSION=2.19.2 NIX_CONFIG=experimental-features =
18.74 KB
123
USER gitpod
0 B
124
ENV USER=gitpod
0 B
125
WORKDIR /home/gitpod
32 B
126
RUN |2 NIX_VERSION=2.19.2 NIX_CONFIG=experimental-features =
105.56 MB
127
RUN |2 NIX_VERSION=2.19.2 NIX_CONFIG=experimental-features =
223 B
128
RUN |2 NIX_VERSION=2.19.2 NIX_CONFIG=experimental-features =
235 B
129
RUN |2 NIX_VERSION=2.19.2 NIX_CONFIG=experimental-features =
241 B
130
RUN |2 NIX_VERSION=2.19.2 NIX_CONFIG=experimental-features =
39.85 MB
131
COPY <<EOF /home/gitpod/.config/direnv/config.toml # buildkit
257 B
132
COPY <<EOF /home/gitpod/.bashrc.d/999-direnv # buildkit
222 B
133
RUN |2 NIX_VERSION=2.19.2 NIX_CONFIG=experimental-features =
17 MB
134
USER root
0 B
135
ENV TRIGGER_REBUILD=3
0 B
136
RUN /bin/sh -c curl -fsSL
68.18 MB
137
USER gitpod
0 B
Command
ARG RELEASE