sha256:a03d96950523f06784dba084a22265a92277c86986a33873ac5edcd966599ec4
OS/ARCH
linux/amd64
Compressed size
566.89 MB
Last pushed
over 2 years by robertbruno
Type
Image
Manifest digest
sha256:a03d96950523f06784dba084a22265a92277c86986a33873ac5edcd966599ec4
Image Layers
1ADD file ... in / 27.77 MB2CMD ["bash"]0 B3RUN /bin/sh -c set -eux;1.13 KB4RUN /bin/sh -c set -ex;4.32 MB5ENV GOSU_VERSION=1.160 B6RUN /bin/sh -c set -eux;1.38 MB7RUN /bin/sh -c set -eux;7.69 MB8ENV LANG=en_US.utf80 B9RUN /bin/sh -c set -eux;1.14 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;103.92 MB16RUN /bin/sh -c set -eux;9.68 KB17RUN /bin/sh -c mkdir -p127 B18ENV PGDATA=/var/lib/postgresql/data0 B19RUN /bin/sh -c mkdir -p168 B20VOLUME [/var/lib/postgresql/data]0 B21COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ #5.29 KB22RUN /bin/sh -c ln -sT185 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=UTC419.49 MB38RUN |3 MAINTAINER=rbruno POSTGRES_DB=postgres TZ=UTC843.03 KB39ENV LANG=en_US.utf80 B40RUN |3 MAINTAINER=rbruno POSTGRES_DB=postgres TZ=UTC185 B41WORKDIR /usr/local/pg-safeupdate146 B42COPY extensions/pg-safeupdate . # buildkit3.44 KB43RUN |3 MAINTAINER=rbruno POSTGRES_DB=postgres TZ=UTC60.56 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 # buildkit896 B48COPY scripts/update-postgis.sh /usr/local/bin # buildkit625 B49RUN |3 MAINTAINER=rbruno POSTGRES_DB=postgres TZ=UTC264.28 KB50EXPOSE map[5432/tcp:{}]0 B51WORKDIR /home/32 BCommand
ADD file:eb6a3def1f69e76655620640e610015f285bc23c97e89855feb1f0548309d518 in /