Sign inSign up

netreconlab/hipaa-postgres:15-3.3-pgpool

Multi-platform
Index digest

sha256:ee6bc4c6cb2b4ebc8215b5cd72941183012dc93da3a61bf2dcd28b5b0422fc15

OS/ARCH

Compressed size

200.45 MB

Last pushed

about 3 years by drcoreybaker

Type

Image

Manifest digest

sha256:b04377025512b7a468c15fcb54ab52e5c2c0c63b73fc527675ecb6ba0955bb85

Image Layers

1ADD file ... in / 28.67 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; groupadd1.76 KB
4/bin/sh -c set -ex; apt-get4.21 MB
5ENV GOSU_VERSION=1.160 B
6/bin/sh -c set -eux; savedAptMark="$(apt-mark1.34 MB
7/bin/sh -c set -eux; if7.67 MB
8ENV LANG=en_US.utf80 B
9/bin/sh -c set -eux; apt-get1.19 MB
10/bin/sh -c mkdir /docker-entrypoint-initdb.d149 B
11/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8';3.12 KB
12ENV PG_MAJOR=150 B
13ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/15/bin0 B
14ENV PG_VERSION=15.3-1.pgdg110+10 B
15/bin/sh -c set -ex; export84.73 MB
16/bin/sh -c set -eux; dpkg-divert9.55 KB
17/bin/sh -c mkdir -p /var/run/postgresql129 B
18ENV PGDATA=/var/lib/postgresql/data0 B
19/bin/sh -c mkdir -p "$PGDATA"200 B
20VOLUME [/var/lib/postgresql/data]0 B
21COPY file:512acb0aab31f9e5d908f16e2f4478f65cddd5d4e555a02a1551074bb16f54d7 in /usr/local/bin/ 4.67 KB
22ENTRYPOINT ["docker-entrypoint.sh"]0 B
23STOPSIGNAL SIGINT0 B
24EXPOSE 54320 B
25CMD ["postgres"]0 B
26ENV POSTGIS_MAJOR=30 B
27ENV POSTGIS_VERSION=3.3.3+dfsg-1.pgdg110+10 B
28ENV POSTGRES_INITDB_ARGS=--data-checksums0 B
29RUN /bin/sh -c apt-get update72.61 MB
30COPY ./scripts/initdb-postgis.sh /docker-entrypoint-initdb.d/10_postgis.sh # buildkit555 B
31COPY ./scripts/setup-0-pgaudit.sh /docker-entrypoint-initdb.d/ # buildkit462 B
32COPY ./scripts/setup-1-pgBadger.sh /docker-entrypoint-initdb.d/ # buildkit359 B
33COPY ./scripts/setup-3-pg_repack.sh /docker-entrypoint-initdb.d/ # buildkit291 B
34COPY ./scripts/setup-4-pgstatstatements.sh /docker-entrypoint-initdb.d/ # buildkit504 B
35COPY ./scripts/setup-5-pmm.sh /docker-entrypoint-initdb.d/ # buildkit367 B
36COPY ./scripts/setup-dbs.sh /docker-entrypoint-initdb.d/ # buildkit400 B
37COPY ./scripts/update-postgis.sh /usr/local/bin/update-postgis.sh # buildkit588 B
38COPY ./scripts/setup-parse-index.sh /usr/local/bin/setup-parse-index.sh # buildkit590 B
39RUN /bin/sh -c chmod +x1.41 KB
40USER postgres0 B
41CMD ["postgres" "-c" "shared_preload_libraries=pgaudit"]0 B
42EXPOSE map[22/tcp:{}]0 B

Command

ADD file:10af42ddb9f028c5418d370fe2b841aa61e81f37de1ffe76900a783ba3926646 in /