2025-05-20 05:53:34 UTC
99.2 MB
en_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:259e20632a8931bea69b741f75472610b0cba464dad95d1b0854009e22751382 - 15.68% (15.6 MB)
[#001] sha256:7d3ece46a4c5e863a60400927f10f95f409f8a09aa1b1e7a84d36d29136d314b - 47.5% (47.1 MB)
[#002] sha256:c1722bb1f87864a608d069c84cdaa8bc5864fd78d73e120c182fb61d0abb09c9 - 26.59% (26.4 MB)
[#003] sha256:8f5bfd06b81ea105d5fe1e099f90e1f27c210644505ce6a0e6d0da51a3fe5c89 - 8.92% (8.85 MB)
[#004] sha256:f798554d9e78531eb48ce7157e7cf99613a01476aff7f5e251a682e0ee5cbe19 - 0.01% (9.48 KB)
[#005] sha256:d9b858834040dcf618138bec8338ac7329c47adb2cbb3b75407da4ed5d077fde - 0.0% (126 Bytes)
[#006] sha256:6749df5b947f0a8f49f08cc958e9a787ceb0dc912468d4453c470dfa9e048c0e - 0.0% (100 Bytes)
[#007] sha256:49df7a8aa650ffa2b186fc3b6902e070b5134d23703be6fe4d2fa3bc095ffa06 - 0.0% (2.67 KB)
[#008] sha256:57083e553a09ee8c39a6304979d338e04ceffc7f8e63ffab95ad250a577aa6f9 - 1.25% (1.24 MB)
[#009] sha256:4307323a2f0b34cb9141463975bb36574d9d0ac72216849aa350ca500ded8d3d - 0.05% (46 KB)
ADD photon-rootfs-5.0-b3da2fa72.x86_64.tar.gz / # buildkit
2025-04-27 10:48:53 UTC (buildkit.dockerfile.v0)LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20250427
2025-04-27 10:48:53 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash"]
2025-05-20 05:52:50 UTC/bin/sh -c tdnf install -y python3 python3-pip python3-PyYAML python3-jinja2 && tdnf clean all
2025-05-20 05:52:54 UTC/bin/sh -c pip3 install pipenv==2022.1.8
2025-05-20 05:52:58 UTC/bin/sh -c tdnf install -y rpm cpio apr-util
2025-05-20 05:53:04 UTC/bin/sh -c tdnf -y --downloadonly --downloaddir=/tmp/ install httpd && rpm2cpio /tmp/httpd-*.rpm | cpio -ivdm ./usr/bin/htpasswd && rm -f /tmp/*
2025-05-20 05:53:05 UTC/bin/sh -c #(nop) LABEL base-build-date=20250520
2025-05-20 05:53:27 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2025-05-20 05:53:27 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2025-05-20 05:53:28 UTC/bin/sh -c mkdir -p /harbor_make
2025-05-20 05:53:30 UTC/bin/sh -c #(nop) COPY multi:78adcc36409c822a65b4d65f5ca4626abbf2784e5e3b2ff23d5a9e9775a04e0d in /usr/src/app/
2025-05-20 05:53:32 UTC/bin/sh -c set -ex && pipenv install --deploy --system
2025-05-20 05:53:33 UTC/bin/sh -c #(nop) COPY dir:2fc39d2b0e29634e5312ac91eea4d36bb7fcbd6c8bec3e9be4c45df14d33b382 in /usr/src/app
2025-05-20 05:53:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["python3" "main.py"]
2025-05-20 05:53:34 UTC/bin/sh -c #(nop) VOLUME [/harbor_make]
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.