sha256:338d6f4520bbb8b67c089fcf2acfef22c79f49e54d8c787f25ec0a0953a33c39
OS/ARCH
Compressed size
449.65 MB
Last pushed
13 days by autobase
Type
Image
Manifest digest
sha256:7a364ffc252659696ee42ec7755e44ed9e3e4692933ace1a360bfb87aad88f28
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ARG POSTGRES_VERSION0 B3ENV POSTGRES_VERSION=160 B4ARG POSTGRES_PORT0 B5ENV POSTGRES_PORT=54320 B6ARG PGDATA0 B7ENV PGDATA=/var/lib/postgresql/16/main0 B8ARG PG_UNIX_SOCKET_DIR0 B9ENV PG_UNIX_SOCKET_DIR=/var/run/postgresql0 B10SHELL [/bin/bash -o pipefail -c]0 B11RUN |4 POSTGRES_VERSION=16 POSTGRES_PORT=5432 PGDATA=/var/lib/postgresql/16/main422.63 MB12RUN |4 POSTGRES_VERSION=16 POSTGRES_PORT=5432 PGDATA=/var/lib/postgresql/16/main97.71 KB13COPY console/db/postgresql.conf /var/tmp/postgresql.conf # buildkit948 B14COPY console/db/pg_hba.conf /var/tmp/pg_hba.conf # buildkit225 B15COPY console/db/pg_start.sh /pg_start.sh # buildkit1.21 KB16RUN |4 POSTGRES_VERSION=16 POSTGRES_PORT=5432 PGDATA=/var/lib/postgresql/16/main1.21 KB17VOLUME [/var/lib/postgresql]0 B18EXPOSE [5432/tcp]0 B19CMD ["/pg_start.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'