sha256:3f3d7bb35341165bac007e5d501d4b8753876b90b7bce60e26684bee0a630b0a
OS/ARCH
Compressed size
202.95 MB
Last pushed
12 months by drcoreybaker
Type
Image
Manifest digest
sha256:0ec7f37e185ea7e64ffabe9103ab0cf1ad2b69c066d6c488e1d394d812c96ade
Image Layers
1# debian.sh --arch 'arm64' out/27.41 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.34 MB6RUN /bin/sh -c set -eux;7.67 MB7ENV LANG=en_US.utf80 B8RUN /bin/sh -c set -eux;1002.55 KB9RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d116 B10RUN /bin/sh -c set -ex;3.07 KB11ENV PG_MAJOR=170 B12ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin0 B13ENV PG_VERSION=17.5-1.pgdg110+10 B14RUN /bin/sh -c set -ex;99.23 MB15RUN /bin/sh -c set -eux;9.99 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.79 KB21RUN /bin/sh -c ln -sT184 B22ENTRYPOINT ["docker-entrypoint.sh"]0 B23STOPSIGNAL SIGINT0 B24EXPOSE map[5432/tcp:{}]0 B25CMD ["postgres"]0 B26LABEL maintainer=HIPAA Postgres w/ PostGIS0 B27ENV POSTGIS_MAJOR=30 B28ENV POSTGIS_VERSION=3.5.2+dfsg-1.pgdg110+10 B29ENV POSTGRES_INITDB_ARGS=--data-checksums0 B30RUN /bin/sh -c apt-get update62.18 MB31COPY ./scripts/initdb-postgis.sh /docker-entrypoint-initdb.d/10_postgis.sh # buildkit553 B32COPY ./scripts/setup-0-pgaudit.sh /docker-entrypoint-initdb.d/ # buildkit444 B33COPY ./scripts/setup-1-pgBadger.sh /docker-entrypoint-initdb.d/ # buildkit356 B34COPY ./scripts/setup-3-pg_repack.sh /docker-entrypoint-initdb.d/ # buildkit304 B35COPY ./scripts/setup-4-pgstatstatements.sh /docker-entrypoint-initdb.d/ # buildkit454 B36COPY ./scripts/setup-5-pmm.sh /docker-entrypoint-initdb.d/ # buildkit365 B37COPY ./scripts/setup-dbs.sh /docker-entrypoint-initdb.d/ # buildkit510 B38COPY ./scripts/update-postgis.sh /usr/local/bin/update-postgis.sh # buildkit588 B39COPY ./scripts/setup-parse-index.sh /usr/local/bin/setup-parse-index.sh # buildkit592 B40RUN /bin/sh -c chmod +x1.45 KB41USER postgres0 B42CMD ["postgres" "-c" "shared_preload_libraries=pg_stat_statements,pgaudit,pg_cron"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bullseye' '@1753056000'