sha256:78abe6cf8eda0db03f6dd1976a130cde25f72fb29e66186aff209a4a61a680ac
OS/ARCH
Compressed size
222.3 MB
Last pushed
over 1 year by drcoreybaker
Type
Image
Manifest digest
sha256:1f4fef71f02d5084ab5d49cc3cf86d9fd7293ce6c08b4f97395e444577db060a
Image Layers
1# debian.sh --arch 'amd64' out/28.85 MB2RUN /bin/sh -c set -eux;1.64 KB3RUN /bin/sh -c set -ex;4.11 MB4ENV GOSU_VERSION=1.170 B5RUN /bin/sh -c set -eux;1.4 MB6RUN /bin/sh -c set -eux;7.67 MB7ENV LANG=en_US.utf80 B8RUN /bin/sh -c set -eux;1013.99 KB9RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d116 B10RUN /bin/sh -c set -ex;3.07 KB11ENV PG_MAJOR=160 B12ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/16/bin0 B13ENV PG_VERSION=16.6-1.pgdg110+10 B14RUN /bin/sh -c set -ex;99.28 MB15RUN /bin/sh -c set -eux;9.69 KB16RUN /bin/sh -c install --verbose127 B17ENV PGDATA=/var/lib/postgresql/data0 B18RUN /bin/sh -c install --verbose167 B19VOLUME [/var/lib/postgresql/data]0 B20COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ #5.29 KB21RUN /bin/sh -c ln -sT185 B22ENTRYPOINT ["docker-entrypoint.sh"]0 B23STOPSIGNAL SIGINT0 B24EXPOSE map[5432/tcp:{}]0 B25CMD ["postgres"]0 B26ENV POSTGIS_MAJOR=30 B27ENV POSTGIS_VERSION=3.5.2+dfsg-1.pgdg110+10 B28ENV POSTGRES_INITDB_ARGS=--data-checksums0 B29RUN /bin/sh -c apt-get update79.96 MB30COPY ./scripts/initdb-postgis.sh /docker-entrypoint-initdb.d/10_postgis.sh # buildkit552 B31COPY ./scripts/setup-0-pgaudit.sh /docker-entrypoint-initdb.d/ # buildkit445 B32COPY ./scripts/setup-1-pgBadger.sh /docker-entrypoint-initdb.d/ # buildkit356 B33COPY ./scripts/setup-3-pg_repack.sh /docker-entrypoint-initdb.d/ # buildkit305 B34COPY ./scripts/setup-4-pgstatstatements.sh /docker-entrypoint-initdb.d/ # buildkit454 B35COPY ./scripts/setup-5-pmm.sh /docker-entrypoint-initdb.d/ # buildkit366 B36COPY ./scripts/setup-dbs.sh /docker-entrypoint-initdb.d/ # buildkit511 B37COPY ./scripts/update-postgis.sh /usr/local/bin/update-postgis.sh # buildkit591 B38COPY ./scripts/setup-parse-index.sh /usr/local/bin/setup-parse-index.sh # buildkit593 B39RUN /bin/sh -c chmod +x1.45 KB40USER postgres0 B41CMD ["postgres" "-c" "shared_preload_libraries=pg_stat_statements,pgaudit,pg_cron"]0 B42EXPOSE map[22/tcp:{}]0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1736726400'