Sign inSign up

infra7/postgres:17.5

Multi-platform
Index digest

sha256:75a3cd5c371913f38ad3e202f3e0ce8f01fe9c63875dd672bac266fa7ee8fbc7

OS/ARCH

Compressed size

155.67 MB

Last pushed

over 1 year by infra7

Type

Image

Manifest digest

sha256:86fd72d62bfcc12311419439a1a941ce77cc121ff9dda9571c7c47bfca766048

Image Layers

1COPY / / # buildkit155.67 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