2023-02-06 06:11:15 UTC
93.7 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
[#000] sha256:696545bff7f482b9252c2cb2041331e1be21c721115e4a8ab08f440c19075c31 - 16.36% (15.3 MB)
[#001] sha256:88d6d800c14db7a62acdd24c3677c9bc2bbc2cb46f6f88293b12e26390fcbda4 - 1.1% (1.03 MB)
[#002] sha256:6b8a6fa5a089ec2cba83831b37dd2bee53c35269bf5f3e30e044ca0fa1da1e55 - 5.77% (5.4 MB)
[#003] sha256:a42ae918022ede520573a7f253b79c074b5082b72a1bfa250960437e6c4e9d18 - 63.5% (59.5 MB)
[#004] sha256:555277418a3107483d875522e5be21b2679f09db52f37ee0d0998b2a2379ec29 - 13.27% (12.4 MB)
[#005] sha256:2243caa2d1136005483b0c2a2fe599d62a79d8e1d77f409dab1efbf47f0d50b0 - 0.0% (1.01 KB)
[#006] sha256:1053db7a1b2050b9afd77d285ce5b659e91bb4b4fd420acec7f36207802426ec - 0.0% (1.52 KB)
[#007] sha256:b1095e6ae310de738285fa795778721995003527d191cfabb95bc1f671ae9c9f - 0.0% (569 Bytes)
[#008] sha256:94eeed044a7d139af5ae7260872a74c69b7b537164a26d94b1a1dcd99ba4c99f - 0.0% (416 Bytes)
[#009] sha256:e931d222e1027341e74c3dad649c435f713e3d803638748a5879c99765e49184 - 0.0% (270 Bytes)
[#010] sha256:03e367e60196ec756b4854e7762b48ed588a7148fe36fc4d6953780f5d895215 - 0.0% (270 Bytes)
[#011] sha256:2bdbe07cdf3f60f25485a8cc54e3017dc914c51748d8696d632c9d193ce7743c - 0.0% (284 Bytes)
[#012] sha256:3a26e64d480c9e8e5a69bb2cd33e690d56a5b8abfbc64632a442ff72284d7aa6 - 0.0% (1.58 KB)
/bin/sh -c #(nop) ADD file:cc517aa68fdad5d48f06292ae375384a1b97a19fe69dfaf0ba3d479ffc82ebf9 in /
2022-12-27 18:05:51 UTC/bin/sh -c #(nop) LABEL name=Photon OS x86_64/4.0 Base Image vendor=VMware build-date=20221224
2022-12-27 18:05:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-01-03 10:18:27 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-01-03 10:18:29 UTC/bin/sh -c #(nop) COPY file:53821d7caca9d0077a1c66ce742465cd683d6b2d123de1fb82d12a4a6c378c26 in /pg96/
2023-01-03 10:18:30 UTC/bin/sh -c #(nop) COPY file:79151983230920e340bbdba71e474b348624aef9413d3c23cf21bb2e73caa126 in /pg96/
2023-01-03 10:18:49 UTC/bin/sh -c tdnf install -y /pg96/postgresql96-libs-9.6.21-1.ph4.x86_64.rpm /pg96/postgresql96-9.6.21-1.ph4.x86_64.rpm >> /dev/null && rm -rf /pg96 && tdnf install -y shadow gzip postgresql13 findutils bc >> /dev/null && groupadd -r postgres --gid=999 && useradd -m -r -g postgres --uid=999 postgres && mkdir -p /docker-entrypoint-initdb.d && mkdir -p /run/postgresql && chown -R postgres:postgres /run/postgresql && chmod 2777 /run/postgresql && mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA" && sed -i "s|#listen_addresses = 'localhost'.*|listen_addresses = '*'|g" /usr/pgsql/13/share/postgresql.conf.sample && sed -i "s|#unix_socket_directories = '/tmp'.*|unix_socket_directories = '/run/postgresql'|g" /usr/pgsql/13/share/postgresql.conf.sample && ln -s /usr/pgsql/13/bin/* /usr/bin/ && tdnf clean all
2023-01-03 10:18:58 UTC/bin/sh -c tdnf erase -y toybox && tdnf install -y util-linux net-tools
2023-01-03 10:18:58 UTC/bin/sh -c #(nop) LABEL base-build-date=20230103
2023-02-06 06:11:15 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/postgresql/data]
2023-02-06 06:11:15 UTC (buildkit.dockerfile.v0)COPY ./make/photon/db/docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2023-02-06 06:11:15 UTC (buildkit.dockerfile.v0)COPY ./make/photon/db/initdb.sh /initdb.sh # buildkit
2023-02-06 06:11:15 UTC (buildkit.dockerfile.v0)COPY ./make/photon/db/upgrade.sh /upgrade.sh # buildkit
2023-02-06 06:11:15 UTC (buildkit.dockerfile.v0)COPY ./make/photon/db/docker-healthcheck.sh /docker-healthcheck.sh # buildkit
2023-02-06 06:11:15 UTC (buildkit.dockerfile.v0)COPY ./make/photon/db/initial-notaryserver.sql /docker-entrypoint-initdb.d/ # buildkit
2023-02-06 06:11:15 UTC (buildkit.dockerfile.v0)COPY ./make/photon/db/initial-notarysigner.sql /docker-entrypoint-initdb.d/ # buildkit
2023-02-06 06:11:15 UTC (buildkit.dockerfile.v0)COPY ./make/photon/db/initial-registry.sql /docker-entrypoint-initdb.d/ # buildkit
2023-02-06 06:11:15 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chown -R postgres:postgres /docker-entrypoint.sh /docker-healthcheck.sh /docker-entrypoint-initdb.d && chmod u+x /docker-entrypoint.sh /docker-healthcheck.sh # buildkit
2023-02-06 06:11:15 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh" "96" "13"]
2023-02-06 06:11:15 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD" "/docker-healthcheck.sh"] "0s" "0s" "0s" '\x00'}
2023-02-06 06:11:15 UTC (buildkit.dockerfile.v0)USER postgres
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.