sha256:950cba0d6f17984be367ce9e105f5d7034219f6ea2908a01afe4e70b979cf942
OS/ARCH
Compressed size
374.21 MB
Last pushed
5 months by autobase
Type
Image
Manifest digest
sha256:565a80f9be452128bac123fa0b727e12aadbc4f5bd3f8a9d58415aa455b9dd5f
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2ARG POSTGRES_VERSION0 B3ENV POSTGRES_VERSION=160 B4ARG POSTGRES_PORT0 B5ENV POSTGRES_PORT=54320 B6ARG POSTGRES_PASSWORD0 B7ENV POSTGRES_PASSWORD=postgres-pass0 B8ARG PGDATA0 B9ENV PGDATA=/var/lib/postgresql/16/main0 B10ARG PG_UNIX_SOCKET_DIR0 B11ENV PG_UNIX_SOCKET_DIR=/var/run/postgresql0 B12SHELL [/bin/bash -o pipefail -c]0 B13RUN |5 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass347.18 MB14RUN |5 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass97.71 KB15COPY console/db/postgresql.conf /var/tmp/postgresql.conf # buildkit948 B16COPY console/db/pg_hba.conf /var/tmp/pg_hba.conf # buildkit225 B17COPY console/db/pg_start.sh /pg_start.sh # buildkit889 B18RUN |5 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass889 B19VOLUME [/var/lib/postgresql]0 B20EXPOSE [5432/tcp]0 B21CMD ["/pg_start.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'