sha256:c44ed8db8f6a9f3608dc57b5f365e18746a1cfb2dcff46ec5041d0e349570732
OS/ARCH
linux/amd64
Compressed size
44.08 MB
Last pushed
9 months by taha2samy
Type
Image
Manifest digest
sha256:c44ed8db8f6a9f3608dc57b5f365e18746a1cfb2dcff46ec5041d0e349570732
Image Layers
1apko606.63 KB2COPY /rootfs/etc/passwd /etc/passwd # buildkit198 B3COPY /rootfs/etc/group /etc/group # buildkit156 B4COPY /rootfs/etc/ld.so.cache /etc/ld.so.cache # buildkit328 B5COPY /rootfs/etc/nsswitch.conf /etc/nsswitch.conf # buildkit173 B6COPY /usr/share/zoneinfo /usr/share/zoneinfo # buildkit32 B7COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit32 B8COPY /rootfs/usr/lib/ /usr/lib/ # buildkit12.17 MB9COPY /rootfs/usr/share/postgresql /usr/share/postgresql # buildkit264.59 KB10COPY /rootfs/usr/share/icu /usr/share/icu # buildkit24.92 MB11COPY /rootfs/usr/local/etc/postgres /usr/local/etc/postgres # buildkit510 B12ENV LANG=en_US.UTF-80 B13ENV LC_ALL=en_US.UTF-80 B14COPY --chown=999:999 /rootfs/var/lib/postgresql /var/lib/postgresql #167 B15COPY --chown=999:999 /rootfs/var/run/postgresql /var/run/postgresql #146 B16COPY --chown=999:999 /rootfs/tmp /tmp #32 B17ENV LANG=C.UTF-80 B18ENV LC_ALL=C.UTF-80 B19ENV PGDATA=/var/lib/postgresql/data0 B20VOLUME [/var/lib/postgresql/data]0 B21WORKDIR /var/lib/postgresql32 B22EXPOSE [5432/tcp]0 B23USER 9990 B24LABEL org.opencontainers.image.title=Ghost Core PostgreSQL (K8s)0 B25COPY /rootfs/usr/bin/postgres /usr/bin/postgres # buildkit4.26 MB26COPY /rootfs/usr/bin/initdb /usr/bin/initdb # buildkit78.64 KB27COPY /rootfs/usr/bin/pg_ctl /usr/bin/pg_ctl # buildkit28.49 KB28COPY /rootfs/usr/bin/pg_isready /usr/bin/pg_isready # buildkit41.85 KB29COPY /rootfs/usr/bin/bash /bin/sh # buildkit718.6 KB30COPY /rootfs/usr/bin/cp /bin/cp # buildkit726.18 KB31CMD ["postgres"]0 B32LABEL org.opencontainers.image.title=Ghost Core PostgreSQL (Standalone)0 B33ENV LANG=en_US.UTF-80 B34ENV LC_ALL=en_US.UTF-80 B35COPY --chmod=4755 /tmp/postgres-init /usr/bin/postgres-init #334.07 KB36ENTRYPOINT ["/usr/bin/postgres-init"]0 B37CMD ["postgres"]0 BCommand
apko