2025-02-05-18-29-16
sha256:177d3ef1172ee10f864879356b4e26bef523beef7c8236e213a5054931a7cc74
OS/ARCH
linux/amd64
Compressed size
3.08 GB
Last pushed
26 days by janx
Type
Image
Manifest digest
sha256:177d3ef1172ee10f864879356b4e26bef523beef7c8236e213a5054931a7cc74
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.66 MB
9
RUN /bin/sh -c set -ex;
164.92 MB
10
ENV TRIGGER_REBUILD=2
0 B
11
COPY install-packages upgrade-packages /usr/bin/ #
841 B
12
RUN /bin/sh -c yes |
193.17 MB
13
ENV LANG=en_US.UTF-8
0 B
14
RUN /bin/sh -c upgrade-packages #
113.54 KB
15
RUN /bin/sh -c add-apt-repository -y
39.39 MB
16
RUN /bin/sh -c curl -s
343.25 KB
17
RUN /bin/sh -c install-packages git
26.33 MB
18
RUN /bin/sh -c useradd -l
4.37 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
163 B
23
COPY default.gitconfig /home/gitpod/.gitconfig # buildkit
192 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
182 B
31
USER root
0 B
32
ENV TRIGGER_REBUILD=1
0 B
33
RUN /bin/sh -c curl -fsSL
162.38 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
330 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
730.08 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
110.38 MB
63
COPY nvm-lazy.sh /home/gitpod/.nvm/nvm-lazy.sh # buildkit
450 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
268.19 MB
72
RUN |1 PYTHON_VERSION=3.12.8 /bin/sh -c
4.03 MB
73
COPY pyenv.d /home/gitpod/.gp_pyenv.d # buildkit
1.94 KB
74
COPY userbase.bash /home/gitpod/.gp_pyenv.d # buildkit
747 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
530 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.7 /bin/sh -c
3.85 MB
81
ADD ./install.sh /tmp # buildkit
304 B
82
RUN |1 RUBY_VERSION=3.2.7 /bin/sh -c
269.66 MB
83
RUN |1 RUBY_VERSION=3.2.7 /bin/sh -c
283 B
84
RUN |1 RUBY_VERSION=3.2.7 /bin/sh -c
191 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.1
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.1 /bin/sh -c
287.09 MB
94
RUN |1 RUST_VERSION=1.84.1 /bin/sh -c
297 B
95
ENV CARGO_HOME=/workspace/.cargo
0 B
96
ENV CARGO_INSTALL_ROOT=/home/gitpod/.cargo
0 B
97
ENV RUSTUP_HOME=/home/gitpod/.rustup
0 B
98
USER gitpod
0 B
99
ENV TRIGGER_REBUILD=4.4.20
0 B
100
RUN /bin/sh -c mkdir ~/.cache
131.91 MB
101
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
102
ENV MANPATH=:/home/linuxbrew/.linuxbrew/share/man
0 B
103
ENV INFOPATH=:/home/linuxbrew/.linuxbrew/share/info
0 B
104
ENV HOMEBREW_NO_AUTO_UPDATE=1
0 B
105
RUN /bin/sh -c brew install
68.27 MB
106
USER root
0 B
107
ENV TRIGGER_REBUILD=1
0 B
108
RUN /bin/sh -c curl -fsSL
133.06 MB
109
RUN /bin/sh -c curl -o
17.33 MB
110
RUN /bin/sh -c curl -o
4.16 MB
111
USER gitpod
0 B
112
USER root
0 B
113
ENV TRIGGER_REBUILD=2
0 B
114
COPY /usr/bin/composer /usr/bin/composer # buildkit
722.98 KB
115
RUN /bin/sh -c for _ppa
67.29 MB
116
COPY apache2/ /etc/apache2/ # buildkit
827 B
117
COPY nginx /etc/nginx/ # buildkit
629 B
118
ENV APACHE_DOCROOT_IN_REPO=public
0 B
119
ENV NGINX_DOCROOT_IN_REPO=public
0 B
120
USER gitpod
0 B
121
ARG NIX_VERSION
0 B
122
ARG NIX_CONFIG=
0 B
123
ENV NIX_VERSION=2.19.2
0 B
124
USER root
0 B
125
ENV TRIGGER_REBUILD=1
0 B
126
RUN |2 NIX_VERSION=2.19.2 NIX_CONFIG=experimental-features =
18.73 KB
127
USER gitpod
0 B
128
ENV USER=gitpod
0 B
129
WORKDIR /home/gitpod
32 B
130
RUN |2 NIX_VERSION=2.19.2 NIX_CONFIG=experimental-features =
106.18 MB
131
RUN |2 NIX_VERSION=2.19.2 NIX_CONFIG=experimental-features =
220 B
132
RUN |2 NIX_VERSION=2.19.2 NIX_CONFIG=experimental-features =
234 B
133
RUN |2 NIX_VERSION=2.19.2 NIX_CONFIG=experimental-features =
239 B
134
RUN |2 NIX_VERSION=2.19.2 NIX_CONFIG=experimental-features =
39.86 MB
135
COPY <<EOF /home/gitpod/.config/direnv/config.toml # buildkit
254 B
136
COPY <<EOF /home/gitpod/.bashrc.d/999-direnv # buildkit
222 B
137
RUN |2 NIX_VERSION=2.19.2 NIX_CONFIG=experimental-features =
17.19 MB
138
USER root
0 B
139
ENV TRIGGER_REBUILD=3
0 B
140
RUN /bin/sh -c curl -fsSL
70.39 MB
141
USER gitpod
0 B
Command
ARG RELEASE