Sign inSign up

autobase/console_db:2.3.0

Databases & storage
Manifest digest

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 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-pass263.48 MB
14RUN |5 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass99.3 KB
15COPY console/db/postgresql.conf /var/tmp/postgresql.conf # buildkit947 B
16COPY console/db/pg_hba.conf /var/tmp/pg_hba.conf # buildkit214 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 map[5432/tcp:{}]0 B
21CMD ["/pg_start.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'