Sign inSign up

drud/ddev-dbserver-postgres-14:20211228_postgres

Multi-platform
Manifest digest

sha256:f003a98a859aaa3956d8fad500b29f0aa80b527800e7498120ef8edb4bbfc976

OS/ARCH

Compressed size

167.22 MB

Last pushed

over 4 years by randyfay

Type

Image

Manifest digest

sha256:f003a98a859aaa3956d8fad500b29f0aa80b527800e7498120ef8edb4bbfc976

Image Layers

1ADD file ... in / 29.9 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.35 MB
7/bin/sh -c set -eux; if7.67 MB
8ENV LANG=en_US.utf80 B
9/bin/sh -c set -eux; apt-get431.33 KB
10/bin/sh -c mkdir /docker-entrypoint-initdb.d149 B
11/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8';2.99 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.1-1.pgdg110+10 B
15/bin/sh -c set -ex; export87 MB
16/bin/sh -c set -eux; dpkg-divert9.31 KB
17/bin/sh -c mkdir -p /var/run/postgresql129 B
18ENV PGDATA=/var/lib/postgresql/data0 B
19/bin/sh -c mkdir -p "$PGDATA"201 B
20VOLUME [/var/lib/postgresql/data]0 B
21COPY file:6e4de9271291e4bdd4a40b73fffe4d6d1aeff033460f5b14d74e948686daa095 in /usr/local/bin/ 4.6 KB
22ENTRYPOINT ["docker-entrypoint.sh"]0 B
23STOPSIGNAL SIGINT0 B
24EXPOSE 54320 B
25CMD ["postgres"]0 B
26ARG BASE_IMAGE0 B
27ARG DB_VERSION0 B
28ENV LANG=C.UTF-80 B
29ENV MYSQL_DATABASE=db0 B
30ENV MYSQL_USER=db0 B
31ENV MYSQL_PASSWORD=db0 B
32ENV MYSQL_ROOT_PASSWORD=root0 B
33SHELL [/bin/bash -c]0 B
34RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash0 B
35RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash0 B
36RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash36.61 MB
37RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash0 B
38RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash0 B
39RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash0 B
40RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash145 B
41ADD files / # buildkit9 KB
42RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash0 B
43RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash786 B
44RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash97 B
45RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash21.5 KB
46RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash165 B
47RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash0 B
48RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash173 B
49RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash2.12 KB
50RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash0 B
51RUN |2 BASE_IMAGE=postgres DB_VERSION=14 /bin/bash125 B
52ENTRYPOINT ["/docker-entrypoint.sh"]0 B
53EXPOSE map[3306/tcp:{}]0 B
54CMD ["/bin/bash" "-c" "postgres"]0 B
55HEALTHCHECK &{["CMD" "/healthcheck.sh"] "1s" "2m0s"0 B

Command

ADD file:09675d11695f65c55efdc393ff0cd32f30194cd7d0fbef4631eebfed4414ac97 in /