sha256:fc59b7cfb2654c55ac844067a2bb93c426902312df6beceef592535a59837295
OS/ARCH
Compressed size
777.69 MB
Last pushed
3 months by faisalaffan
Type
Image
Manifest digest
sha256:1c8130dc640b2673dd8a801c6c9dc77d16a2e27102ce524b9ae9e621e468bd51
Image Layers
1# debian.sh --arch 'arm64' out/26.82 MB2RUN /bin/sh -c set -eux;1.14 KB3RUN /bin/sh -c set -ex;4.31 MB4ENV GOSU_VERSION=1.190 B5RUN /bin/sh -c set -eux;1.15 MB6RUN /bin/sh -c set -eux;7.69 MB7ENV LANG=en_US.utf80 B8RUN /bin/sh -c set -eux;1.06 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;106.93 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 "deb247 B38RUN /bin/sh -c apt-get update496.37 MB39RUN /bin/sh -c python3 -m131.58 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 'arm64' out/ 'bookworm' '@1781049600'