sha256:630f5ced0e952b65c94a20e78c92bb9c4a3ff359decf66f7ff08862f89623ccb
OS/ARCH
linux/amd64
Compressed size
899.15 MB
Last pushed
3 months by faisalaffan
Type
Image
Manifest digest
sha256:4f690c204f6d858bc9b93e04bb21adfd4f75d641278ab2aecc5e6ab3bd044b77
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c set -eux;1.14 KB3RUN /bin/sh -c set -ex;4.32 MB4ENV GOSU_VERSION=1.190 B5RUN /bin/sh -c set -eux;1.19 MB6RUN /bin/sh -c set -eux;7.69 MB7ENV LANG=en_US.utf80 B8RUN /bin/sh -c set -eux;1.14 MB9RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d116 B10RUN /bin/sh -c set -ex;3.07 KB11ENV PG_MAJOR=180 B12ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/18/bin0 B13ENV PG_VERSION=18.4-1.pgdg12+10 B14RUN /bin/sh -c set -ex;108.6 MB15RUN /bin/sh -c set -eux;18.78 KB16RUN /bin/sh -c install --verbose128 B17ENV PGDATA=/var/lib/postgresql/18/docker0 B18VOLUME [/var/lib/postgresql]0 B19COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ #5.95 KB20RUN /bin/sh -c ln -sT185 B21ENTRYPOINT ["docker-entrypoint.sh"]0 B22STOPSIGNAL SIGINT0 B23EXPOSE map[5432/tcp:{}]0 B24CMD ["postgres"]0 B25LABEL maintainer=it-helpdesk0 B26LABEL description=PostgreSQL 18.4 all extensions:0 B27ENV DEBIAN_FRONTEND=noninteractive0 B28RUN /bin/sh -c apt-get update1.74 MB29RUN /bin/sh -c curl -sS3.74 KB30RUN /bin/sh -c echo "deb249 B31RUN /bin/sh -c apt-get update512.52 MB32RUN /bin/sh -c python3 -m234.98 MB33COPY init/ /docker-entrypoint-initdb.d/ # buildkit2.79 KB34COPY config/ /etc/postgresql-config/ # buildkit1.67 KB35RUN /bin/sh -c chmod -R2.79 KB36ENV DEBIAN_FRONTEND=dialog0 B37EXPOSE [5432/tcp]0 B38CMD ["postgres"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'