2026-05-06 02:09:39 UTC
54.8 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f32f037feefe20936642c5e340e8c64d93058451336cb65f19d013394bb72823 - 28.27% (15.5 MB)
[#001] sha256:e34bbabc02a3452e04e033ceb3868a6c65e65aeb4644b85f57d334405615ffd1 - 0.0% (419 Bytes)
[#002] sha256:faf1b33ed1a86f42f2f9a1921abf2edb4d2f3ef12a63b14285570e3019476fcc - 41.11% (22.5 MB)
[#003] sha256:ff25e0c85b877ebd916e018933e203e5a9204c0833219985fdc974a5a524a5f5 - 5.68% (3.11 MB)
[#004] sha256:6a3e9ff473014dfa6f6ef4b4f675e805fcc04e5981849afa7a5680a513c8b990 - 0.0% (679 Bytes)
[#005] sha256:068c64ac2be2de46d299458d5324b14a89f6f2aa3d0471324e7696a9e9f8971f - 0.0% (402 Bytes)
[#006] sha256:2ff2cd8870fec586cd9d665a6351d3a773e1a511db56f0e0d0b35e585c94d6dc - 12.13% (6.65 MB)
[#007] sha256:ce6014582594be865bb23d727b8430963a83db300d169ecce89a5c0d450e9edc - 12.8% (7.02 MB)
ADD photon-rootfs-5.0-eb39da49f.x86_64.tar.gz / # buildkit
2026-03-03 18:45:13 UTC (buildkit.dockerfile.v0)LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20260214
2026-03-03 18:45:13 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash"]
2026-04-28 02:41:28 UTC (buildkit.dockerfile.v0)COPY photon-snapshot.repo /etc/yum.repos.d/photon-snapshot.repo # buildkit
2026-04-28 02:42:35 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c tdnf --disablerepo="*" --enablerepo="photon-snapshot" makecache && tdnf --disablerepo="*" --enablerepo="photon-snapshot" distro-sync -y && tdnf --disablerepo="*" --enablerepo="photon-snapshot" install -y glibc-libs glibc nss-libs curl curl-libs sqlite-libs # buildkit
2026-04-28 10:31:11 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c tdnf install -y shadow >> /dev/null && tdnf clean all && mkdir -p /etc/registry && groupadd -r -g 10000 harbor && useradd --no-log-init -m -g 10000 -u 10000 harbor # buildkit
2026-05-06 02:09:39 UTC (buildkit.dockerfile.v0)COPY ./make/photon/common/install_cert.sh /home/harbor # buildkit
2026-05-06 02:09:39 UTC (buildkit.dockerfile.v0)COPY ./make/photon/registry/entrypoint.sh /home/harbor # buildkit
2026-05-06 02:09:39 UTC (buildkit.dockerfile.v0)COPY ./make/photon/registry/binary/registry /usr/bin/registry_DO_NOT_USE_GC # buildkit
2026-05-06 02:09:39 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chown -R harbor:harbor /etc/pki/tls/certs && chown harbor:harbor /home/harbor/entrypoint.sh && chmod u+x /home/harbor/entrypoint.sh && chown harbor:harbor /home/harbor/install_cert.sh && chmod u+x /home/harbor/install_cert.sh && chown harbor:harbor /usr/bin/registry_DO_NOT_USE_GC && chmod u+x /usr/bin/registry_DO_NOT_USE_GC # buildkit
2026-05-06 02:09:39 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl --fail -s http://localhost:5000 || curl -k --fail -s https://localhost:5443 || exit 1"] "0s" "0s" "0s" "0s" '\x00'}
2026-05-06 02:09:39 UTC (buildkit.dockerfile.v0)USER harbor
2026-05-06 02:09:39 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/home/harbor/entrypoint.sh"]
2026-05-06 02:09:39 UTC (buildkit.dockerfile.v0)VOLUME [/storage]