sha256:250cfb125a01f251e09dc8e374cbc5bc35d886a6c65eded67e2d3f3dc405d0e0
OS/ARCH
Compressed size
213.25 MB
Last pushed
about 2 years by drcoreybaker
Type
Image
Manifest digest
sha256:0d5566799d0e249d00978f67e2969523beeb5c64e5044b4e493244a04bbcff5f
Image Layers
1ADD file ... in / 33.68 MB2CMD ["bash"]0 B3RUN /bin/sh -c set -eux;1.64 KB4RUN /bin/sh -c set -ex;4.9 MB5ENV GOSU_VERSION=1.170 B6RUN /bin/sh -c set -eux;1.33 MB7RUN /bin/sh -c set -eux;7.67 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=150 B13ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/15/bin0 B14ENV PG_VERSION=15.7-1.pgdg110+10 B15RUN /bin/sh -c set -ex;97.97 MB16RUN /bin/sh -c set -eux;9.55 KB17RUN /bin/sh -c mkdir -p128 B18ENV PGDATA=/var/lib/postgresql/data0 B19RUN /bin/sh -c mkdir -p169 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 B27ENV POSTGIS_MAJOR=30 B28ENV POSTGIS_VERSION=3.4.2+dfsg-1.pgdg110+10 B29ENV POSTGRES_INITDB_ARGS=--data-checksums0 B30RUN /bin/sh -c apt-get update66.54 MB31COPY ./scripts/initdb-postgis.sh /docker-entrypoint-initdb.d/10_postgis.sh # buildkit554 B32COPY ./scripts/setup-0-pgaudit.sh /docker-entrypoint-initdb.d/ # buildkit461 B33COPY ./scripts/setup-1-pgBadger.sh /docker-entrypoint-initdb.d/ # buildkit356 B34COPY ./scripts/setup-3-pg_repack.sh /docker-entrypoint-initdb.d/ # buildkit290 B35COPY ./scripts/setup-4-pgstatstatements.sh /docker-entrypoint-initdb.d/ # buildkit502 B36COPY ./scripts/setup-5-pmm.sh /docker-entrypoint-initdb.d/ # buildkit366 B37COPY ./scripts/setup-dbs.sh /docker-entrypoint-initdb.d/ # buildkit399 B38COPY ./scripts/update-postgis.sh /usr/local/bin/update-postgis.sh # buildkit595 B39COPY ./scripts/setup-parse-index.sh /usr/local/bin/setup-parse-index.sh # buildkit593 B40RUN /bin/sh -c chmod +x1.41 KB41USER postgres0 B42CMD ["postgres" "-c" "shared_preload_libraries=pgaudit"]0 BCommand
ADD file:a150537fc528657f8fa98f90c4629e38f111c3c3ef60bd40c28205959899c1a3 in /