sha256:8526d01a62a42aa938545942397854150c782cfa528153078dd7c7005cde9c1a
OS/ARCH
Compressed size
547.59 MB
Last pushed
4 months by elementoperations
Type
Image
Manifest digest
sha256:b55ff6d1ab783672f6fd8a16b051d45e423c9f10b4feee8ddc0268329399df50
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=20.04
0 B
5
ADD file ... in /
24.77 MB
6
CMD ["/bin/bash"]
0 B
7
ENV DEBIAN_FRONTEND=noninteractive
0 B
8
RUN /bin/sh -c apt-get -qq
180.66 MB
9
RUN /bin/sh -c sed -i
1.33 MB
10
ENV LANG=en_US.UTF-8
0 B
11
ENV LANGUAGE=en_US:en
0 B
12
ENV LC_ALL=en_US.UTF-8
0 B
13
ADD install-deps.pl ./install-deps.pl # buildkit
1.24 KB
14
ADD cpanfile ./cpanfile # buildkit
795 B
15
RUN /bin/sh -c perl ./install-deps.pl
336.37 MB
16
RUN /bin/sh -c rm cpanfile
109 B
17
RUN /bin/sh -c mkdir /logs
94 B
18
ADD docker/bootstrap.sh /bootstrap.sh # buildkit
1.04 KB
19
ENV PGHOST=/var/run/postgresql
0 B
20
ENV PGDATA=/var/run/postgresql/data
0 B
21
ENV PGUSER=postgres
0 B
22
RUN /bin/sh -c for ver
4.46 MB
23
RUN /bin/sh -c echo "listen_addresses
8.13 KB
Command
ARG RELEASE