sha256:0f6c5bf7b452e515ec168bf13455794e893b03090e04bbd8340d3e24a6abd271
OS/ARCH
linux/amd64
Compressed size
1011.83 MB
Last pushed
25 days by janx
Type
Image
Manifest digest
sha256:0f6c5bf7b452e515ec168bf13455794e893b03090e04bbd8340d3e24a6abd271
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
ARG RUBY_VERSION
0 B
32
USER gitpod
0 B
33
ENV TRIGGER_REBUILD=2
0 B
34
RUN |1 RUBY_VERSION=3.3.7 /bin/sh -c
3.85 MB
35
ADD ./install.sh /tmp # buildkit
304 B
36
RUN |1 RUBY_VERSION=3.3.7 /bin/sh -c
286.19 MB
37
RUN |1 RUBY_VERSION=3.3.7 /bin/sh -c
283 B
38
RUN |1 RUBY_VERSION=3.3.7 /bin/sh -c
192 B
39
ENV GEM_HOME=/workspace/.rvm
0 B
40
ENV GEM_PATH=/workspace/.rvm:
0 B
41
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
42
USER root
0 B
43
ENV TRIGGER_REBUILD=1
0 B
44
RUN /bin/sh -c curl -fsSL
133.06 MB
45
RUN /bin/sh -c curl -o
17.33 MB
46
RUN /bin/sh -c curl -o
4.16 MB
47
USER gitpod
0 B
48
USER root
0 B
49
ENV TRIGGER_REBUILD=3
0 B
50
RUN /bin/sh -c curl -fsSL
70.39 MB
51
USER gitpod
0 B
Command
ARG RELEASE