sha256:665c3808a9cd1a78d28756457403f51cf7df22af41b9ff2e1fba7c5a0b819d69
OS/ARCH
linux/amd64
Compressed size
500.65 MB
Last pushed
2 months by idoshoshani123
Type
Image
Manifest digest
sha256:9f216444ca1a36ea2be1554b72ee954e7610ebe4bca3f6cfcc346276beb69833
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;1.14 KB3RUN /bin/sh -c set -ex;4.32 MB4ENV GOSU_VERSION=1.170 B5RUN /bin/sh -c set -eux;1.38 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=170 B12ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin0 B13ENV PG_VERSION=17.6-1.pgdg12+10 B14RUN /bin/sh -c set -ex;107.6 MB15RUN /bin/sh -c set -eux;10 KB16RUN /bin/sh -c install --verbose128 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.79 KB21RUN /bin/sh -c ln -sT185 B22ENTRYPOINT ["docker-entrypoint.sh"]0 B23STOPSIGNAL SIGINT0 B24EXPOSE map[5432/tcp:{}]0 B25CMD ["postgres"]0 B26LABEL name=PostgreSQL Container Images vendor=The0 B27LABEL org.opencontainers.image.description=This Docker image contains0 B28COPY requirements.txt / # buildkit20.72 KB29RUN /bin/sh -c set -xe;766.82 KB30RUN /bin/sh -c set -xe;105.63 MB31RUN /bin/sh -c usermod -u568 B32USER 260 B33ARG PG_MAJOR=170 B34USER root0 B35COPY /usr/lib/postgresql/17/lib/vector.so /usr/lib/postgresql/17/lib/ # buildkit590.54 KB36COPY /usr/share/postgresql/17/extension/vector*.sql /usr/share/postgresql/17/extension/ # buildkit5.93 KB37COPY /usr/share/postgresql/17/extension/vector.control /usr/share/postgresql/17/extension/ # buildkit343 B38COPY /usr/lib/postgresql/17/lib/vectorscale-*.so /usr/lib/postgresql/17/lib/ # buildkit12.53 MB39COPY /usr/share/postgresql/17/extension/vectorscale*.sql /usr/share/postgresql/17/extension/ # buildkit7.32 KB40COPY /usr/share/postgresql/17/extension/vectorscale.control /usr/share/postgresql/17/extension/ # buildkit365 B41COPY /usr/lib/postgresql/17/lib/timescaledb*.so /usr/lib/postgresql/17/lib/ # buildkit227.6 MB42COPY /usr/share/postgresql/17/extension/timescaledb*.sql /usr/share/postgresql/17/extension/ # buildkit4.45 MB43COPY /usr/share/postgresql/17/extension/timescaledb.control /usr/share/postgresql/17/extension/ # buildkit467 B44USER 260 B45LABEL org.opencontainers.image.title=CloudNativePG TimescaleDB + pgvector0 B46LABEL org.opencontainers.image.description=PostgreSQL 17 with TimescaleDB,0 B47LABEL org.opencontainers.image.source=https://github.com/your-org/your-repo0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400'