2024-12-30 10:33:51 UTC
62.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:5dd356290eb969f9da3808d9205154bcc6fa3f5d615ab134648a604807fea612 - 24.82% (15.5 MB)
[#001] sha256:4626860e41ac76eef2e1532efcefa666742380064b152814b078c4fe6b1c3fb1 - 4.79% (2.99 MB)
[#002] sha256:058fce29c4a494d8f5692f787961313c727ed90177ce7073c3e215e2abbd5fbe - 0.0% (676 Bytes)
[#003] sha256:3a9abca32024c13760a2aed6cabe9767109100086bf73b9d72d15101e521d729 - 9.94% (6.21 MB)
[#004] sha256:d98247aad4141583fc25e406682fac7a544c4de9d789a9d5fd7ef79549c34b2e - 0.0% (377 Bytes)
[#005] sha256:d8e5b9b2dbd7656256d929cff061b1a875e34c07b0ea5856e5cd034f0e44389d - 24.99% (15.6 MB)
[#006] sha256:dff42507df5b53fe2c3d2f7ea88193b6840e42d1762470a9fce29133c4747522 - 35.45% (22.1 MB)
ADD photon-rootfs-5.0-2d08a95ab.x86_64.tar.gz / # buildkit
2024-12-22 10:42:34 UTC (buildkit.dockerfile.v0)LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20241222
2024-12-22 10:42:34 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash"]
2024-12-30 10:33:33 UTC/bin/sh -c tdnf install -y shadow >> /dev/null && tdnf clean all && groupadd -r -g 10000 harbor && useradd --no-log-init -m -g 10000 -u 10000 harbor && mkdir -p /etc/registry
2024-12-30 10:33:34 UTC/bin/sh -c #(nop) LABEL base-build-date=20241230
2024-12-30 10:33:44 UTC/bin/sh -c #(nop) COPY file:4484ba4d37e77cc4a425336171ec52cd3e84e70f628741e539c20d4ea2906384 in /home/harbor
2024-12-30 10:33:45 UTC/bin/sh -c #(nop) COPY file:b0039746ee11a2cabb7a57f60622b557ee711e027c1f2757bd4313974f1d71f2 in /usr/bin/registry_DO_NOT_USE_GC
2024-12-30 10:33:46 UTC/bin/sh -c #(nop) COPY file:966c09e958dae2d10e07b4c5c0a4c18b0fbe883a12b4c84387431d37e7778583 in /home/harbor
2024-12-30 10:33:47 UTC/bin/sh -c #(nop) COPY file:fbefc0aafff6bae7cce1fffa3af23f798fbb186864a8f40fbab537f074695e6b in /home/harbor
2024-12-30 10:33:47 UTC/bin/sh -c chown -R harbor:harbor /etc/pki/tls/certs && chown harbor:harbor /home/harbor/harbor_registryctl && chmod u+x /home/harbor/harbor_registryctl && chown harbor:harbor /usr/bin/registry_DO_NOT_USE_GC && chmod u+x /usr/bin/registry_DO_NOT_USE_GC && chown harbor:harbor /home/harbor/start.sh && chmod u+x /home/harbor/start.sh && chown harbor:harbor /home/harbor/install_cert.sh && chmod u+x /home/harbor/install_cert.sh
2024-12-30 10:33:48 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "curl --fail -s http://localhost:8080/api/health || curl -sk --fail --key /etc/harbor/ssl/registryctl.key --cert /etc/harbor/ssl/registryctl.crt https://localhost:8443/api/health || exit 1"] "0s" "0s" "0s" '\x00'}
2024-12-30 10:33:49 UTC/bin/sh -c #(nop) VOLUME [/var/lib/registry]
2024-12-30 10:33:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["/home/harbor/start.sh"]
2024-12-30 10:33:51 UTC/bin/sh -c #(nop) USER harbor