2024-12-16 02:29:50 UTC
101 MB
en_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0e5c20819ebf121546a5f44c652250bf3911f59e0601c738b21424904a8039bb - 15.42% (15.5 MB)
[#001] sha256:1fb69a2a4ee31732cbf2b4302f26c4e029eb303f34979730243a3bd984d0d343 - 50.69% (51 MB)
[#002] sha256:c2aef12efe8a19772fcd5c52b17a1aa7d76eb6ad53927a850dce3c6c2bfc7368 - 23.11% (23.2 MB)
[#003] sha256:79fdf0882382616059dfeb5770eb14b7f59acde75b3982d1082f649bbe68ae2e - 9.71% (9.76 MB)
[#004] sha256:eee2f1d222f18c6686a295aa520422bd0d12e73fbc8154387a63acd2b6acd735 - 0.01% (9.47 KB)
[#005] sha256:a5e2d823ddb7c605eb65e7dbaafda29bfbd7d1d75cb3d54dc645e3e4f7a2e51d - 0.0% (126 Bytes)
[#006] sha256:0d50d092b8bc0ef4f64d780e34ecb73f40e7fa0a17c37bd627baa9b55c8dcc29 - 0.0% (100 Bytes)
[#007] sha256:b0b2a2441bf22c666718d0121629db8fbf4d655e2e04f46cb842b40b6ed5b866 - 0.0% (2.66 KB)
[#008] sha256:8580c1ac7e83c4e29e9e792893a161e6993e074f10124727e3072c5c23ff2de8 - 1.01% (1.02 MB)
[#009] sha256:2025b7b4d27a5c36e73ac3b5fac03c9dc0e118001e57bcf62c85e35c070095f4 - 0.04% (42.3 KB)
ADD photon-rootfs-5.0-2d0e624a6.x86_64.tar.gz / # buildkit
2024-12-08 12:17:37 UTC (buildkit.dockerfile.v0)LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20241208
2024-12-08 12:17:37 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash"]
2024-12-13 08:47:56 UTC/bin/sh -c tdnf install -y python3 python3-pip python3-PyYAML python3-jinja2 && tdnf clean all
2024-12-13 08:48:00 UTC/bin/sh -c pip3 install pipenv==2022.1.8
2024-12-13 08:48:04 UTC/bin/sh -c tdnf install -y rpm cpio apr-util
2024-12-13 08:48:08 UTC/bin/sh -c tdnf -y --downloadonly --downloaddir=/tmp/ install httpd && rpm2cpio /tmp/httpd-*.rpm | cpio -ivdm ./usr/bin/htpasswd && rm -f /tmp/*
2024-12-13 08:48:09 UTC/bin/sh -c #(nop) LABEL base-build-date=20241213
2024-12-16 02:29:42 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2024-12-16 02:29:43 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2024-12-16 02:29:44 UTC/bin/sh -c mkdir -p /harbor_make
2024-12-16 02:29:46 UTC/bin/sh -c #(nop) COPY multi:78adcc36409c822a65b4d65f5ca4626abbf2784e5e3b2ff23d5a9e9775a04e0d in /usr/src/app/
2024-12-16 02:29:48 UTC/bin/sh -c set -ex && pipenv install --deploy --system
2024-12-16 02:29:49 UTC/bin/sh -c #(nop) COPY dir:d15e2cd0e82adadd745bb9e39f6e51467c48485316b3e52194facb4e01de538f in /usr/src/app
2024-12-16 02:29:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["python3" "main.py"]
2024-12-16 02:29:50 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.