sha256:85d741aa7a96bd586e47fa254ec5907cfb5bc450c1eb83bbaeb1a61f29dfd8b8
OS/ARCH
linux/amd64
Compressed size
290.5 MB
Last pushed
about 1 year by autobase
Type
Image
Manifest digest
sha256:85d741aa7a96bd586e47fa254ec5907cfb5bc450c1eb83bbaeb1a61f29dfd8b8
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 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-pass263.48 MB14RUN |5 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass99.3 KB15COPY console/db/postgresql.conf /var/tmp/postgresql.conf # buildkit947 B16COPY console/db/pg_hba.conf /var/tmp/pg_hba.conf # buildkit214 B17COPY console/db/pg_start.sh /pg_start.sh # buildkit889 B18RUN |5 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass890 B19VOLUME [/var/lib/postgresql]0 B20EXPOSE map[5432/tcp:{}]0 B21CMD ["/pg_start.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'