Sign inSign up

autobase/console_db:latest

Multi-platform
Databases & storage
Index digest

sha256:d271061926ee7a0617e0754cbe2567a3456908a004aa57913e829ad684319509

OS/ARCH

Compressed size

447.53 MB

Last pushed

about 11 hours by autobase

Type

Image

Manifest digest

sha256:d7940558bdddf144d544dc06ea883292e7295b8e659b065eaff36d53fa7512f3

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 PGDATA0 B
7ENV PGDATA=/var/lib/postgresql/16/main0 B
8ARG PG_UNIX_SOCKET_DIR0 B
9ENV PG_UNIX_SOCKET_DIR=/var/run/postgresql0 B
10SHELL [/bin/bash -o pipefail -c]0 B
11RUN |4 POSTGRES_VERSION=16 POSTGRES_PORT=5432 PGDATA=/var/lib/postgresql/16/main420.62 MB
12RUN |4 POSTGRES_VERSION=16 POSTGRES_PORT=5432 PGDATA=/var/lib/postgresql/16/main97.95 KB
13COPY console/db/postgresql.conf /var/tmp/postgresql.conf # buildkit949 B
14COPY console/db/pg_hba.conf /var/tmp/pg_hba.conf # buildkit225 B
15COPY console/db/pg_start.sh /pg_start.sh # buildkit1.21 KB
16RUN |4 POSTGRES_VERSION=16 POSTGRES_PORT=5432 PGDATA=/var/lib/postgresql/16/main1.21 KB
17VOLUME [/var/lib/postgresql]0 B
18EXPOSE [5432/tcp]0 B
19CMD ["/pg_start.sh"]0 B

Command

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