sha256:b0ac992182dc05693f91d431db0dbc76f3dc5ef2cf09e5a72f4f03c282ed744b
OS/ARCH
Compressed size
798.45 MB
Last pushed
3 months by faisalaffan
Type
Image
Manifest digest
sha256:fc9cf32dd00df5d5b005aaaba8cb39c98b9b782dfbcf772faf3eef204d4b0da6
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c set -eux;1.14 KB3RUN /bin/sh -c set -ex;4.32 MB4ENV GOSU_VERSION=1.190 B5RUN /bin/sh -c set -eux;1.19 MB6RUN /bin/sh -c set -eux;7.69 MB7ENV LANG=en_US.utf80 B8RUN /bin/sh -c set -eux;1.14 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.4-1.pgdg12+10 B14RUN /bin/sh -c set -ex;108.6 MB15RUN /bin/sh -c set -eux;18.78 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.95 KB20RUN /bin/sh -c ln -sT185 B21ENTRYPOINT ["docker-entrypoint.sh"]0 B22STOPSIGNAL SIGINT0 B23EXPOSE map[5432/tcp:{}]0 B24CMD ["postgres"]0 B25LABEL org.opencontainers.image.title=Postgres-All0 B26LABEL org.opencontainers.image.description=PostgreSQL 18.4 with PostGIS,0 B28LABEL org.opencontainers.image.url=https://github.com/faisalaffan/infra-light0 B29LABEL org.opencontainers.image.source=https://github.com/faisalaffan/infra-light/tree/dev/docker-postgres0 B30LABEL org.opencontainers.image.vendor=faisalaffan0 B31LABEL org.opencontainers.image.licenses=MIT0 B32LABEL com.faisalaffan.postgres-all.version=18.40 B33LABEL com.faisalaffan.postgres-all.extensions=PostGIS-3 pgvector TimescaleDB-2 pg_cron0 B34ENV DEBIAN_FRONTEND=noninteractive PG_MAJOR=180 B35RUN /bin/sh -c apt-get update1.74 MB36RUN /bin/sh -c curl -fsSL3.74 KB37RUN /bin/sh -c echo "deb249 B38RUN /bin/sh -c apt-get update511.82 MB39RUN /bin/sh -c python3 -m134.98 MB40COPY init/ /docker-entrypoint-initdb.d/ # buildkit2.79 KB41COPY config/ /etc/postgresql-config/ # buildkit1.67 KB42RUN /bin/sh -c chmod -R2.79 KB43ENV DEBIAN_FRONTEND=dialog PGUSER=postgres PGDATA=/var/lib/postgresql/data0 B44HEALTHCHECK {Test:[CMD-SHELL pg_isready -U postgres0 B45EXPOSE [5432/tcp]0 B46STOPSIGNAL SIGINT0 B47CMD ["postgres"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'