Sign inSign up

pats22/postgres-upgrade:12-to-16

Multi-platform
Index digest

sha256:87fd9782034b1d0b3fcc630ad9d93f83e8a68e2f3c9bd2df81958f536c1f34d8

OS/ARCH

Compressed size

176.35 MB

Last pushed

over 2 years by pats22

Type

Image

Manifest digest

sha256:0db4ee1756d78c71d8863d09a56ff0d7564fc64cc8b8b55c975cb2a71ee7c12a

Image Layers

1ADD file ... in / 26.22 MB
2CMD ["bash"]0 B
3RUN /bin/sh -c set -eux;1.14 KB
4RUN /bin/sh -c set -ex;4.19 MB
5ENV GOSU_VERSION=1.170 B
6RUN /bin/sh -c set -eux;1.35 MB
7RUN /bin/sh -c set -eux;7.74 MB
8ENV LANG=en_US.utf80 B
9RUN /bin/sh -c set -eux;1.05 MB
10RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d116 B
11RUN /bin/sh -c set -ex;3.07 KB
12ENV PG_MAJOR=160 B
13ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/16/bin0 B
14ENV PG_VERSION=16.2-1.pgdg120+20 B
15RUN /bin/sh -c set -ex;110.96 MB
16RUN /bin/sh -c set -eux;9.68 KB
17RUN /bin/sh -c mkdir -p128 B
18ENV PGDATA=/var/lib/postgresql/data0 B
19RUN /bin/sh -c mkdir -p170 B
20VOLUME [/var/lib/postgresql/data]0 B
21COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ #5.29 KB
22RUN /bin/sh -c ln -sT185 B
23ENTRYPOINT ["docker-entrypoint.sh"]0 B
24STOPSIGNAL SIGINT0 B
25EXPOSE map[5432/tcp:{}]0 B
26CMD ["postgres"]0 B
27RUN /bin/sh -c sed -i275 B
28RUN /bin/sh -c set -eux;24.83 MB
29ENV PGBINOLD=/usr/lib/postgresql/12/bin0 B
30ENV PGBINNEW=/usr/lib/postgresql/16/bin0 B
31ENV PGDATAOLD=/var/lib/postgresql/12/data0 B
32ENV PGDATANEW=/var/lib/postgresql/16/data0 B
33RUN /bin/sh -c set -eux;204 B
34WORKDIR /var/lib/postgresql32 B
35COPY docker-upgrade /usr/local/bin/ # buildkit433 B
36ENTRYPOINT ["docker-upgrade"]0 B
37CMD ["pg_upgrade"]0 B

Command

ADD file:2dc5fd465b3cc728990229e12489d68faf8a93e6f574cacdca11cc9bf31f511d in /