sha256:d6f32277a8cccc21276c2f4c660626332998178eef2d2fddaff850fbaaf89d29
OS/ARCH
Compressed size
445.35 MB
Last pushed
2 days by kirbownz
Type
Image
Manifest digest
sha256:2fd5f5baaeda56cb91e2eaabb75e61e1ce300ae5eccb4589adbdb32cee09fa72
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.6-1.pgdg13+20 B14RUN /bin/sh -c set -ex;110.05 MB15RUN /bin/sh -c set -eux;18.96 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.96 KB20RUN /bin/sh -c ln -sT185 B21ENTRYPOINT ["docker-entrypoint.sh"]0 B22STOPSIGNAL SIGINT0 B23EXPOSE map[5432/tcp:{}]0 B24CMD ["postgres"]0 B25ARG DEBIAN_SUITE=trixie0 B26ARG POSTGIS_VERSION=3.6.40 B27ARG TIMESCALEDB_VERSION=2.30.00 B28ARG MIN_UPGRADE_FROM_MAJOR=150 B29ARG BUILD_DATE=2026-09-15T12:38:16Z0 B30ARG VCS_REF=1847569d0 B31LABEL org.opencontainers.image.title=PostgreSQL + PostGIS +0 B32ENV POSTGIS_VERSION=3.6.4 TIMESCALEDB_VERSION=2.30.00 B33SHELL [/bin/bash -o pipefail -c]0 B34RUN |6 DEBIAN_SUITE=trixie POSTGIS_VERSION=3.6.4 TIMESCALEDB_VERSION=2.30.0290.43 MB35COPY ./init-postgis.sh /docker-entrypoint-initdb.d/1.postgis.sh # buildkit531 B36COPY ./init-timescaledb.sh /docker-entrypoint-initdb.d/2.timescaledb.sh # buildkit577 B37COPY ./init-postgres.sh /docker-entrypoint-initdb.d/3.postgres.sh # buildkit379 B38COPY ./init-stamp.sh /docker-entrypoint-initdb.d/9.ppt-stamp.sh # buildkit393 B39COPY --chmod=755 ./docker-entrypoint-ppt.sh /usr/local/bin/docker-entrypoint-ppt.sh #7.21 KB40ENTRYPOINT ["docker-entrypoint-ppt.sh"]0 B41CMD ["postgres"]0 B42HEALTHCHECK {Test:[CMD-SHELL pg_isready -h localhost0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'