Sign inSign up

autobase/console_db:2.7.0

Multi-platform
Databases & storage
Index digest

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 MB
2ARG POSTGRES_VERSION0 B
3ENV POSTGRES_VERSION=160 B
4ARG POSTGRES_PORT0 B
5ENV POSTGRES_PORT=54320 B
6ARG POSTGRES_PASSWORD0 B
7ENV POSTGRES_PASSWORD=postgres-pass0 B
8ARG PGDATA0 B
9ENV PGDATA=/var/lib/postgresql/16/main0 B
10ARG PG_UNIX_SOCKET_DIR0 B
11ENV PG_UNIX_SOCKET_DIR=/var/run/postgresql0 B
12SHELL [/bin/bash -o pipefail -c]0 B
13RUN |5 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass328.47 MB
14RUN |5 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass97.94 KB
15COPY console/db/postgresql.conf /var/tmp/postgresql.conf # buildkit948 B
16COPY console/db/pg_hba.conf /var/tmp/pg_hba.conf # buildkit226 B
17COPY console/db/pg_start.sh /pg_start.sh # buildkit889 B
18RUN |5 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass890 B
19VOLUME [/var/lib/postgresql]0 B
20EXPOSE [5432/tcp]0 B
21CMD ["/pg_start.sh"]0 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1773619200'