sha256:d986d38bc40da5e0097742028817be2a50595d74e7caed9448593d2c2b327ecc
OS/ARCH
linux/amd64
Compressed size
577.98 MB
Last pushed
4 months by keeper
Type
Image
Manifest digest
sha256:bc60b5354a552b8e942489286e4f72acbd90d0205863955f1f47e291f4f02524
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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=160 B12ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/16/bin0 B13ENV PG_VERSION=16.14-1.pgdg13+10 B14RUN /bin/sh -c set -ex;107.91 MB15RUN /bin/sh -c set -eux;9.84 KB16RUN /bin/sh -c install --verbose129 B17ENV PGDATA=/var/lib/postgresql/data0 B18RUN /bin/sh -c install --verbose169 B19VOLUME [/var/lib/postgresql/data]0 B20COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ #5.96 KB21RUN /bin/sh -c ln -sT188 B22ENTRYPOINT ["docker-entrypoint.sh"]0 B23STOPSIGNAL SIGINT0 B24EXPOSE map[5432/tcp:{}]0 B25CMD ["postgres"]0 B26ARG POSTGRES_PASSWORD=globex0 B27ARG POSTGRES_USER=globex0 B28ARG POSTGRES_DB=globex0 B29ENV POSTGRES_PASSWORD=globex0 B30ENV POSTGRES_USER=globex0 B31ENV POSTGRES_DB=globex0 B32ENV PGDATA=/var/lib/postgresql/pgdata0 B33ENV CHAOS_MODE=false0 B34ENV CHAOS_INTENSITY=medium0 B35ENV CHAOS_INTERVAL=50 B36LABEL org.opencontainers.image.vendor=Keeper Security0 B37LABEL org.opencontainers.image.authors=Keeper PAM Team0 B38LABEL org.opencontainers.image.title=Keeper Playground Database -0 B39LABEL org.opencontainers.image.description=PostgreSQL 16 with ~6M0 B40LABEL org.opencontainers.image.licenses=MIT0 B41LABEL org.opencontainers.image.version=1.0.00 B42COPY certs/zscaler.pem /usr/local/share/ca-certificates/zscaler.crt # buildkit341 B43RUN |3 POSTGRES_PASSWORD=globex POSTGRES_USER=globex POSTGRES_DB=globex25.51 MB44COPY schema/postgres/00-schema.sql /docker-entrypoint-initdb.d/00-schema.sql # buildkit3.65 KB45COPY schema/postgres/01-views.sql /docker-entrypoint-initdb.d/01-views.sql # buildkit1.86 KB46COPY schema/postgres/02-functions.sql /docker-entrypoint-initdb.d/02-functions.sql # buildkit3.43 KB47COPY schema/postgres/03-triggers.sql /docker-entrypoint-initdb.d/03-triggers.sql # buildkit1.24 KB48COPY schema/postgres/04-roles.sql /docker-entrypoint-initdb.d/04-roles.sql # buildkit1.26 KB49COPY schema/postgres/05-type-exercise.sql /docker-entrypoint-initdb.d/05-type-exercise.sql # buildkit2.88 KB50COPY scripts/load-data-postgres.sh /docker-entrypoint-initdb.d/10-load-data.sh # buildkit1.19 KB51RUN |3 POSTGRES_PASSWORD=globex POSTGRES_USER=globex POSTGRES_DB=globex1.18 KB52COPY /data/*.csv.gz /seed-data/ # buildkit199.84 MB53RUN |3 POSTGRES_PASSWORD=globex POSTGRES_USER=globex POSTGRES_DB=globex199.84 MB54COPY chaos/ /opt/chaos/ # buildkit4.61 KB55COPY generate/generate_history.py /opt/generate/generate_history.py # buildkit9.86 KB56COPY scripts/entrypoint-wrapper-postgres.sh /entrypoint-wrapper-postgres.sh # buildkit1.27 KB57RUN |3 POSTGRES_PASSWORD=globex POSTGRES_USER=globex POSTGRES_DB=globex1.27 KB58EXPOSE [5432/tcp]0 B59HEALTHCHECK &{["CMD-SHELL" "pg_isready -U ${POSTGRES_USER}0 B60ENTRYPOINT ["/entrypoint-wrapper-postgres.sh"]0 B61CMD ["postgres"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1777939200'