sha256:9c3816c71a488d5f6d01066e75283844771357936d319a677461b1298cb0f56d
OS/ARCH
Compressed size
539.56 MB
Last pushed
over 2 years by robertbruno
Type
Image
Manifest digest
sha256:82a0f4014607ef6e8ec659eb41cb08e045b3c53dc17449d71eb5d83e262082d3
Image Layers
1ADD file ... in / 27.81 MB2CMD ["bash"]0 B3RUN /bin/sh -c set -eux;1.14 KB4RUN /bin/sh -c set -ex;4.29 MB5ENV GOSU_VERSION=1.160 B6RUN /bin/sh -c set -eux;1.31 MB7RUN /bin/sh -c set -eux;7.69 MB8ENV LANG=en_US.utf80 B9RUN /bin/sh -c set -eux;1.06 MB10RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d116 B11RUN /bin/sh -c set -ex;3.07 KB12ENV PG_MAJOR=160 B13ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/16/bin0 B14ENV PG_VERSION=16.2-1.pgdg120+20 B15RUN /bin/sh -c set -ex;102.35 MB16RUN /bin/sh -c set -eux;9.69 KB17RUN /bin/sh -c mkdir -p128 B18ENV PGDATA=/var/lib/postgresql/data0 B19RUN /bin/sh -c mkdir -p170 B20VOLUME [/var/lib/postgresql/data]0 B21COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ #5.29 KB22RUN /bin/sh -c ln -sT184 B23ENTRYPOINT ["docker-entrypoint.sh"]0 B24STOPSIGNAL SIGINT0 B25EXPOSE map[5432/tcp:{}]0 B26CMD ["postgres"]0 B27ARG MAINTAINER=rbruno0 B28ARG POSTGRES_DB=postgres0 B29ARG TZ=UTC0 B30LABEL maintainer=rbruno org.opencontainers.image.authors=rbruno org.opencontainers.image.source=https://github.com/robertbruno/postgres-docker-image org.opencontainers.image.vendor=robertbruno0 B31ENV POSTGRES_VERSION=160 B32ENV POSTGIS_VERSION=30 B33ENV PG_CRON_VERSION=1.6.20 B34ENV POSTGRES_PORT=54320 B35ENV SHARED_PRELOAD_LIBRARIES=pg_cron.so0 B36ENV TZ=UTC0 B37RUN |3 MAINTAINER=rbruno POSTGRES_DB=postgres TZ=UTC393.89 MB38RUN |3 MAINTAINER=rbruno POSTGRES_DB=postgres TZ=UTC843.03 KB39ENV LANG=en_US.utf80 B40RUN |3 MAINTAINER=rbruno POSTGRES_DB=postgres TZ=UTC184 B41WORKDIR /usr/local/pg-safeupdate147 B42COPY extensions/pg-safeupdate . # buildkit3.44 KB43RUN |3 MAINTAINER=rbruno POSTGRES_DB=postgres TZ=UTC61.41 KB44COPY scripts/wait-for-it.sh /wait-for-it.sh # buildkit1.63 KB45RUN |3 MAINTAINER=rbruno POSTGRES_DB=postgres TZ=UTC32 B46RUN |3 MAINTAINER=rbruno POSTGRES_DB=postgres TZ=UTC32 B47COPY scripts/initdb.sh /docker-entrypoint-initdb.d/initdb.sh # buildkit863 B48COPY scripts/test.sh /docker-entrypoint-initdb.d/zzzz-test.sh # buildkit782 B49COPY scripts/update-postgis.sh /usr/local/bin # buildkit626 B50RUN |3 MAINTAINER=rbruno POSTGRES_DB=postgres TZ=UTC263.39 KB51EXPOSE map[5432/tcp:{}]0 B52WORKDIR /home/32 BCommand
ADD file:a3e4f94158c3515dc70de5aa81c136a9f7daf5adcac636a15c237097cb454140 in /