Sign inSign up

netreconlab/hipaa-postgres:16-3.4

Multi-platform
Index digest

sha256:6197965b54e168c30573f58bed734fd853a386a641b518a625883aee84b19d2c

OS/ARCH

Compressed size

195.24 MB

Last pushed

almost 2 years by drcoreybaker

Type

Image

Manifest digest

sha256:8c9c87af2844aa64ecf635d20bfdc78eb5164718b1ae38535b11191f2f32760e

Image Layers

1ADD file ... in / 28.68 MB
2CMD ["bash"]0 B
3RUN /bin/sh -c set -eux;1.64 KB
4RUN /bin/sh -c set -ex;4.11 MB
5ENV GOSU_VERSION=1.170 B
6RUN /bin/sh -c set -eux;1.34 MB
7RUN /bin/sh -c set -eux;7.67 MB
8ENV LANG=en_US.utf80 B
9RUN /bin/sh -c set -eux;1002.54 KB
10RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d116 B
11RUN /bin/sh -c set -ex;3.07 KB
12ENV PG_MAJOR=160 B
13ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/16/bin0 B
14ENV PG_VERSION=16.4-1.pgdg110+20 B
15RUN /bin/sh -c set -ex;92.08 MB
16RUN /bin/sh -c set -eux;9.68 KB
17RUN /bin/sh -c install --verbose128 B
18ENV PGDATA=/var/lib/postgresql/data0 B
19RUN /bin/sh -c install --verbose168 B
20VOLUME [/var/lib/postgresql/data]0 B
21COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ #5.29 KB
22RUN /bin/sh -c ln -sT185 B
23ENTRYPOINT ["docker-entrypoint.sh"]0 B
24STOPSIGNAL SIGINT0 B
25EXPOSE map[5432/tcp:{}]0 B
26CMD ["postgres"]0 B
27ENV POSTGIS_MAJOR=30 B
28ENV POSTGIS_VERSION=3.4.3+dfsg-2.pgdg110+10 B
29ENV POSTGRES_INITDB_ARGS=--data-checksums0 B
30RUN /bin/sh -c apt-get update60.35 MB
31COPY ./scripts/initdb-postgis.sh /docker-entrypoint-initdb.d/10_postgis.sh # buildkit555 B
32COPY ./scripts/setup-0-pgaudit.sh /docker-entrypoint-initdb.d/ # buildkit461 B
33COPY ./scripts/setup-1-pgBadger.sh /docker-entrypoint-initdb.d/ # buildkit358 B
34COPY ./scripts/setup-3-pg_repack.sh /docker-entrypoint-initdb.d/ # buildkit292 B
35COPY ./scripts/setup-4-pgstatstatements.sh /docker-entrypoint-initdb.d/ # buildkit501 B
36COPY ./scripts/setup-5-pmm.sh /docker-entrypoint-initdb.d/ # buildkit366 B
37COPY ./scripts/setup-dbs.sh /docker-entrypoint-initdb.d/ # buildkit398 B
38COPY ./scripts/update-postgis.sh /usr/local/bin/update-postgis.sh # buildkit592 B
39COPY ./scripts/setup-parse-index.sh /usr/local/bin/setup-parse-index.sh # buildkit594 B
40RUN /bin/sh -c chmod +x1.41 KB
41USER postgres0 B
42CMD ["postgres" "-c" "shared_preload_libraries=pgaudit"]0 B

Command

ADD file:a981209c874e612fdb9f74c3315954986cfdc61cf22ab48477f2e96b3e7aeedf in /