Sign inSign up

wayofdev/postgres:14-alpine-1.1.0

Multi-platform
Index digest

sha256:a0c9b7e44f41790b67465054d45ed4fead429d2652dcefb668f87d8e14206a04

OS/ARCH

Compressed size

126.84 MB

Last pushed

almost 4 years by wayofdev

Type

Image

Manifest digest

sha256:97238edea581c603729ecb051a866e238893a55909dff0108cc70dc8eebaf0cf

Image Layers

1ADD file ... in / 28.67 MB
2CMD ["bash"]0 B
3/bin/sh -c set -ex; if4.21 MB
4/bin/sh -c set -eux; groupadd1.76 KB
5ENV GOSU_VERSION=1.140 B
6/bin/sh -c set -eux; savedAptMark="$(apt-mark1.29 MB
7/bin/sh -c set -eux; if7.67 MB
8ENV LANG=en_US.utf80 B
9/bin/sh -c set -eux; apt-get1.19 MB
10/bin/sh -c mkdir /docker-entrypoint-initdb.d149 B
11/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8';3.13 KB
12ENV PG_MAJOR=140 B
13ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/14/bin0 B
14ENV PG_VERSION=14.5-2.pgdg110+20 B
15/bin/sh -c set -ex; export83.79 MB
16/bin/sh -c set -eux; dpkg-divert9.3 KB
17/bin/sh -c mkdir -p /var/run/postgresql130 B
18ENV PGDATA=/var/lib/postgresql/data0 B
19/bin/sh -c mkdir -p "$PGDATA"199 B
20VOLUME [/var/lib/postgresql/data]0 B
21COPY file:925d466681c8349f58385c00a8caa567c76b695158aa04bf4ad2ac92604e11c7 in /usr/local/bin/ 4.59 KB
22ENTRYPOINT ["docker-entrypoint.sh"]0 B
23STOPSIGNAL SIGINT0 B
24EXPOSE 54320 B
25CMD ["postgres"]0 B
26LABEL maintainer=lotyp <[email protected]>0 B
27LABEL vendor=wayofdev0 B
28LABEL org.opencontainers.image.authors=lotyp <[email protected]>0 B
29LABEL org.opencontainers.image.url=https://hub.docker.com/r/wayofdev/postgres0 B
30LABEL org.opencontainers.image.documentation=https://github.com/wayofdev/docker-postgres0 B
31LABEL org.opencontainers.image.source=https://github.com/wayofdev/docker-postgres0 B
32LABEL org.opencontainers.image.vendor=wayofdev0 B
33LABEL org.opencontainers.image.licenses=MIT0 B
34LABEL org.opencontainers.image.ref.name=14-alpine0 B
35LABEL org.opencontainers.image.title=postgres-14-alpine0 B
36LABEL org.opencontainers.image.description=postgres-14-alpine0 B
37ARG POSTGRES_PASSWORD=postgres0 B
38ENV POSTGRES_PASSWORD=postgres0 B
39COPY configs/enable-extensions.sql /docker-entrypoint-initdb.d # buildkit401 B

Command

ADD file:d3de9d6279224464018a7153274276a9969483d143046bebe898b59aeaf3a518 in /