sha256:80b8ee7b1e604978ced65e592b42beef1bb6469844f0aab937fd9678e66d4533
OS/ARCH
linux/amd64
Compressed size
793.8 MB
Last pushed
25 days by janx
Type
Image
Manifest digest
sha256:80b8ee7b1e604978ced65e592b42beef1bb6469844f0aab937fd9678e66d4533
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
USER gitpod
0 B
34
RUN /bin/sh -c git clone
4.27 MB
35
RUN /bin/sh -c echo ".
205 B
36
RUN /bin/sh -c echo ".
222 B
37
ENV PATH=/home/gitpod/.asdf/bin:/home/gitpod/.asdf/shims:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
38
RUN /bin/sh -c asdf plugin-add
67.74 MB
39
USER root
0 B
40
ENV TRIGGER_REBUILD=1
0 B
41
RUN /bin/sh -c curl -fsSL
133.06 MB
42
RUN /bin/sh -c curl -o
17.33 MB
43
RUN /bin/sh -c curl -o
4.16 MB
44
USER gitpod
0 B
45
USER root
0 B
46
ENV TRIGGER_REBUILD=3
0 B
47
RUN /bin/sh -c curl -fsSL
70.39 MB
48
USER gitpod
0 B
Command
ARG RELEASE