sha256:4430d37a2f5fcfcb9bf11551fd3dd76f73345e8dc9e98405ccc2709c94649294
OS/ARCH
Compressed size
355.38 MB
Last pushed
6 months by autobase
Type
Image
Manifest digest
sha256:a7e6f435dab1d3fd40e2d5d4bf55b22907130286d5c7394ded46b44c4e9534ba
Image Layers
1# debian.sh --arch 'arm64' out/26.81 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-pass328.47 MB14RUN |5 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass97.94 KB15COPY console/db/postgresql.conf /var/tmp/postgresql.conf # buildkit948 B16COPY console/db/pg_hba.conf /var/tmp/pg_hba.conf # buildkit226 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 [5432/tcp]0 B21CMD ["/pg_start.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1773619200'