Sign inSign up

infra7/postgres:17-bookworm

Multi-platform
Index digest

sha256:75a3cd5c371913f38ad3e202f3e0ce8f01fe9c63875dd672bac266fa7ee8fbc7

OS/ARCH

Compressed size

152.88 MB

Last pushed

over 1 year by infra7

Type

Image

Manifest digest

sha256:a6cd6cdbc71d8ca6a86d33063f7d5a990cdf7c96f920c940a7b548511e49fa41

Image Layers

1COPY / / # buildkit152.88 MB
2WORKDIR /var/lib/postgresql32 B
3USER postgres0 B
4ARG PG_MAJOR=170 B
5ENV PG_MAJOR=170 B
6ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin0 B
7ENV LANG=en_US.UTF-80 B
8ARG PG_VERSION=17.50 B
9ENV PG_VERSION=17.50 B
10ENV PGDATA=/var/lib/postgresql/data0 B
11HEALTHCHECK &{["CMD-SHELL" "pg_isready -U postgres0 B
12STOPSIGNAL SIGINT0 B
13ENTRYPOINT ["docker-entrypoint.sh"]0 B
14CMD ["postgres"]0 B

Command

COPY / / # buildkit