Sign inSign up

openanolis/postgres:10.21-8.6-nydus

Multi-platform
Index digest

sha256:99b4234eef18a779424e4896862e4f8e2f903b58eb5781a0c3084615bd2bba6b

OS/ARCH

Compressed size

187.78 MB

Last pushed

over 3 years by anolisos

Type

Image

Manifest digest

sha256:c02742f35e87f37f004d13f0996a9f19048adcb17c8eef0406ec8255445af911

Image Layers

1LABEL org.opencontainers.image.title=Anolis OS Base Image0 B
2ARG TARGETARCH0 B
3ADD AnolisOS-rootfs-arm64.tar.xz / # buildkit78.06 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;108.04 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=arm64 /bin/sh -c847.23 KB
13RUN |1 TARGETARCH=arm64 /bin/sh -c32.33 KB
14ENV PGDATA=/var/lib/pgsql/data0 B
15RUN |1 TARGETARCH=arm64 /bin/sh -c29.63 KB
16VOLUME [/var/lib/pgsql/data]0 B
17COPY docker-entrypoint.sh /usr/local/bin/ # buildkit806.98 KB
18RUN |1 TARGETARCH=arm64 /bin/sh -c0 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