sha256:7cadcef79a3ac0d5fbe269453cff0063e57925c42540ceaac43968ee8dd85b39
OS/ARCH
Compressed size
252.31 MB
Last pushed
3 months by drcoreybaker
Type
Image
Manifest digest
sha256:fc0559f30c808b3cf4f139bb6d71f7ac90fda04b84e9f084423c8f01d83e884e
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2RUN /bin/sh -c set -eux;1.14 KB3RUN /bin/sh -c set -ex;6.14 MB4ENV GOSU_VERSION=1.190 B5RUN /bin/sh -c set -eux;1.2 MB6RUN /bin/sh -c set -eux;7.82 MB7ENV LANG=en_US.utf80 B8RUN /bin/sh -c set -eux;1.25 MB9RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d116 B10RUN /bin/sh -c set -ex;3.07 KB11ENV PG_MAJOR=180 B12ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/18/bin0 B13ENV PG_VERSION=18.4-1.pgdg13+10 B14RUN /bin/sh -c set -ex;109.98 MB15RUN /bin/sh -c set -eux;18.87 KB16RUN /bin/sh -c install --verbose128 B17ENV PGDATA=/var/lib/postgresql/18/docker0 B18VOLUME [/var/lib/postgresql]0 B19COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ #5.95 KB20RUN /bin/sh -c ln -sT183 B21ENTRYPOINT ["docker-entrypoint.sh"]0 B22STOPSIGNAL SIGINT0 B23EXPOSE map[5432/tcp:{}]0 B24CMD ["postgres"]0 B25LABEL maintainer=HIPAA Postgres w/ PostGIS0 B26ENV POSTGIS_MAJOR=30 B27ENV POSTGIS_VERSION=3.6.4+dfsg-2.pgdg13+10 B28ENV POSTGRES_INITDB_ARGS=--data-checksums0 B29RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get97.47 MB30COPY ./scripts/initdb-postgis.sh /docker-entrypoint-initdb.d/10_postgis.sh # buildkit553 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/ # buildkit513 B37COPY ./scripts/update-postgis.sh /usr/local/bin/update-postgis.sh # buildkit589 B38COPY ./scripts/setup-parse-index.sh /usr/local/bin/setup-parse-index.sh # buildkit592 B39RUN /bin/sh -c chmod +x1.45 KB40USER postgres0 B41CMD ["postgres" "-c" "shared_preload_libraries=pg_stat_statements,pgaudit,pg_cron"]0 B42EXPOSE [22/tcp]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1781049600'