Sign inSign up

openanolis/postgres:10.21-8.6

Multi-platform
Index digest

sha256:40cbae3fc0e87163eb035b6a0c91449aec3246e3fc79a23de90e3178d45c4730

OS/ARCH

Compressed size

178.31 MB

Last pushed

over 3 years by anolisos

Type

Image

Manifest digest

sha256:c0d598185ed67a2621f6fab3c38b7292b289bd1436f2a68c2f1f11c47520aaa0

Image Layers

1LABEL org.opencontainers.image.title=Anolis OS Base Image0 B
2ARG TARGETARCH0 B
3ADD AnolisOS-rootfs-amd64.tar.xz / # buildkit74.25 MB
4CMD ["/bin/bash"]0 B
5LABEL org.opencontainers.image.title=postgres org.opencontainers.image.version=10.21-8.60 B
6RUN /bin/sh -c set -eux;103.16 MB
7ENV PGDATA=/var/lib/pgsql/data0 B
8ENV PG_MAJOR=100 B
9ENV PG_VERSION=10.21-2.0.10 B
10ARG TARGETARCH0 B
11ENV GOSU_VERSION=1.140 B
12RUN |1 TARGETARCH=amd64 /bin/sh -c907.29 KB
13RUN |1 TARGETARCH=amd64 /bin/sh -c122 B
14ENV PGDATA=/var/lib/pgsql/data0 B
15RUN |1 TARGETARCH=amd64 /bin/sh -c7.33 KB
16VOLUME [/var/lib/pgsql/data]0 B
17COPY docker-entrypoint.sh /usr/local/bin/ # buildkit4.61 KB
18RUN |1 TARGETARCH=amd64 /bin/sh -c127 B
19ENTRYPOINT ["docker-entrypoint.sh"]0 B
20STOPSIGNAL SIGINT0 B
21EXPOSE map[5432/tcp:{}]0 B
22CMD ["postgres"]0 B

Command

LABEL org.opencontainers.image.title=Anolis OS Base Image org.opencontainers.image.vendor=Anolis OS org.opencontainers.image.licenses=Mulan PSL v2 org.opencontainers.image.created=2022-08-29 20:11:58+0800 maintainer=OpenAnolis Cloud Native SIG