sha256:3e2c8aec4b66c81b710651c8b99cc9d38ea5c9f9ded345c6db45a3c54003ca47
OS/ARCH
linux/amd64
Compressed size
92.71 MB
Last pushed
about 1 year by mosquito
Type
Image
Manifest digest
sha256:3e2c8aec4b66c81b710651c8b99cc9d38ea5c9f9ded345c6db45a3c54003ca47
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.19 MB22COPY entrypoint.py /usr/local/sbin/entrypoint.py # buildkit3.71 KB23RUN /bin/sh -c chmod a+x3.71 KB24ENV FORKS=20 B25CMD ["/usr/local/sbin/entrypoint.py"]0 BCommand
ARG RELEASE