2024-07-02 07:33:10 UTC
99.3 MB
en_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b73a46d4c129568123ce69e30e9dd94d4c82621477ea07ebb8450eece5393722 - 15.5% (15.4 MB)
[#001] sha256:323d83daad8dea3e724734225adf61e80681392a23d487d38eb5853226be2c80 - 48.74% (48.4 MB)
[#002] sha256:78eb1c0ec3eadc391c8b34e28af40dbc576fdb4604b0c20be9cc371f02c86382 - 26.09% (25.9 MB)
[#003] sha256:66ca917b2c07ddd7eacaf2d35b36d5fed538e127d7de37545ecfa241113e64d2 - 8.59% (8.53 MB)
[#004] sha256:1969d9c1fa20c8e88d7c4cb850a2d774d30b4c814b40762d17aef49b69d3e54a - 0.01% (9.48 KB)
[#005] sha256:07f9b7d32b2081120c7d58ba5dea0e861f7fa7e311d5fc313ebd63da27710093 - 0.0% (126 Bytes)
[#006] sha256:fe91053a07b6e0be8fdc423e371184712f617395a77cfd39b26ed891ca452f30 - 0.0% (100 Bytes)
[#007] sha256:1d2ef9b2f7ca816a72a29cc3971466a6e635f41203b34385e5ba2c2487976f3a - 0.0% (2.66 KB)
[#008] sha256:37af4a8f2d2d10bbac6751d2a284e5ddc0c6e0f69624fb34bef601213dea0232 - 1.02% (1.02 MB)
[#009] sha256:05f0d4345fbf2498435459235f39842807418bbe911f049059b15f91149221ef - 0.04% (40.1 KB)
ADD photon-rootfs-5.0-e750aa567.x86_64.tar.gz / # buildkit
2024-07-01 22:53:29 UTC (buildkit.dockerfile.v0)LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20240701
2024-07-01 22:53:29 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash"]
2024-07-02 07:32:37 UTC/bin/sh -c tdnf install -y python3 python3-pip python3-PyYAML python3-jinja2 && tdnf clean all
2024-07-02 07:32:42 UTC/bin/sh -c pip3 install pipenv==2022.1.8
2024-07-02 07:32:45 UTC/bin/sh -c tdnf install -y rpm cpio apr-util
2024-07-02 07:32:50 UTC/bin/sh -c tdnf -y --downloadonly --downloaddir=/tmp/ install httpd && rpm2cpio /tmp/httpd-*.rpm | cpio -ivdm ./usr/bin/htpasswd && rm -f /tmp/*
2024-07-02 07:32:51 UTC/bin/sh -c #(nop) LABEL base-build-date=20240702
2024-07-02 07:33:02 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2024-07-02 07:33:03 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2024-07-02 07:33:04 UTC/bin/sh -c mkdir -p /harbor_make
2024-07-02 07:33:06 UTC/bin/sh -c #(nop) COPY multi:78adcc36409c822a65b4d65f5ca4626abbf2784e5e3b2ff23d5a9e9775a04e0d in /usr/src/app/
2024-07-02 07:33:07 UTC/bin/sh -c set -ex && pipenv install --deploy --system
2024-07-02 07:33:09 UTC/bin/sh -c #(nop) COPY dir:21a03c8e5938b9a727b2cb535aad54898e6411463dba6ed44939546e806014ec in /usr/src/app
2024-07-02 07:33:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["python3" "main.py"]
2024-07-02 07:33:10 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.