sha256:d369da33ececf768eddd19f0cd65e00c102bda05bee5f119124c74eb438c7c7c
OS/ARCH
linux/amd64
Compressed size
92.7 MB
Last pushed
11 months by mosquito
Type
Image
Manifest digest
sha256:d369da33ececf768eddd19f0cd65e00c102bda05bee5f119124c74eb438c7c7c
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 28.17 MB6CMD ["/bin/bash"]0 B7ENV DEBIAN_FRONTEND=noninteractive0 B8ENV TZ=Etc/UTC0 B9ENV LANG=en_US.UTF-80 B10COPY sources.list /etc/apt/sources.list # buildkit342 B11COPY apt.conf /etc/apt/apt.conf.d/snakepacker # buildkit234 B12RUN /bin/sh -c apt-get update11.76 MB13ENV LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_TIME=en_US.UTF-80 B14COPY deadsnakes.list /etc/apt/sources.list.d/deadsnakes.list # buildkit230 B15COPY deadsnakes.gpg /etc/apt/trusted.gpg.d/deadsnakes.gpg # buildkit1.35 KB16COPY tools/ /usr/local/sbin/ # buildkit985 B17RUN /bin/sh -c chmod a+x979 B18COPY docker-clean /etc/apt/apt.conf.d/docker-clean # buildkit216 B19RUN /bin/sh -c apt-install python3.1234.64 MB20RUN /bin/sh -c apt-install pgbouncer1.94 MB21RUN /bin/sh -c apt-install 16.18 MB22COPY entrypoint.py /usr/local/sbin/entrypoint.py # buildkit3.71 KB23RUN /bin/sh -c chmod a+x3.7 KB24ENV FORKS=20 B25CMD ["/usr/local/sbin/entrypoint.py"]0 BCommand
ARG RELEASE