sha256:741c39061137de4f8ca88ec5466fb87623f6dd0a965680332b7beb7157d5cd2b
OS/ARCH
Compressed size
1.02 GB
Last pushed
2 months by alloydbomni
Type
Image
Manifest digest
sha256:43529dd444333d6991437b30293ac65288e3104d3824141aa31fb86172ac913e
Image Layers
1# debian.sh --arch 'arm64' out/47.36 MB2COPY /usr/lib/postgresql /usr/lib/postgresql # buildkit826.64 MB3COPY /usr/share/postgresql /usr/share/postgresql # buildkit2.76 MB4COPY /usr/grte /usr/grte # buildkit13.41 MB5COPY /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES # buildkit502.2 KB6COPY ONE_OMNI_THIRD_PARTY_NOTICES.txt /THIRD_PARTY_NOTICES.txt # buildkit508 B7COPY ONE_OMNI_LICENSE.txt /LICENSE.txt # buildkit4.91 KB8COPY VERSION.txt / # buildkit135 B9COPY gosu /usr/local/bin/gosu # buildkit1.56 MB10RUN /bin/sh -c set -eux;1.14 KB11RUN /bin/sh -c set -ex;12.08 MB12RUN /bin/sh -c set -eux;32 B13RUN /bin/sh -c set -eux;7.75 MB14ENV LANG=en_US.utf80 B15RUN /bin/sh -c set -eux;1.44 MB16RUN /bin/sh -c apt-get update109.63 MB17RUN /bin/sh -c /bin/bash -c102.48 KB18RUN /bin/sh -c apt-get purge545.95 KB19RUN /bin/sh -c /bin/bash -c4.58 MB20RUN /bin/sh -c apt-get update15.6 MB21RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d116 B22ENV PG_MAJOR=170 B23ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin:/usr/lib/postgresql/17/bin/google0 B24RUN /bin/sh -c ln -s176 B25RUN /bin/sh -c ln -s168 B26RUN /bin/sh -c set -eux;10.04 KB27RUN /bin/sh -c cat <<EOF9.36 KB28ARG TARGETARCH=arm640 B29RUN |1 TARGETARCH=arm64 /bin/sh -c9.41 KB30RUN |1 TARGETARCH=arm64 /bin/sh -c191 B31RUN |1 TARGETARCH=arm64 /bin/sh -c127 B32ENV PGDATA=/var/lib/postgresql/data0 B33RUN |1 TARGETARCH=arm64 /bin/sh -c168 B34VOLUME [/var/lib/postgresql/data]0 B35COPY docker-entrypoint.sh docker-ensure-initdb.sh setup-host.sh /usr/local/bin/7.46 KB36RUN |1 TARGETARCH=arm64 /bin/sh -c190 B37RUN |1 TARGETARCH=arm64 /bin/sh -c178 B38ENTRYPOINT ["docker-entrypoint.sh"]0 B39STOPSIGNAL SIGINT0 B40EXPOSE [5432/tcp]0 B41CMD ["postgres"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1779062400'