2024-08-15 09:56:44 UTC
102 MB
en_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:21fde6fe72566aba3f2c5d7bf4b4fe073c6c0b8fc4ebfac23ab5a0974c583361 - 15.13% (15.4 MB)
[#001] sha256:e7d411dc7b714532a51cb07a8cc6b9062f5ca42a94d190ddd78f82ee84dafd70 - 49.91% (50.8 MB)
[#002] sha256:956686c6154dcc7786b5c682ee2569c88cd3758c1418d04db48f70651a9d806b - 25.47% (25.9 MB)
[#003] sha256:ccc241b37d9f749bd63a2ec13aafe984ad2701282af7b438c4ba1cd6fe42c96f - 8.44% (8.58 MB)
[#004] sha256:3987a6241b047c22690b60b3ade864a420b918a32835d9d6d25afa76024bf6e9 - 0.01% (9.47 KB)
[#005] sha256:e5d1bb106eadd4f842e8c64eb2c7512623dbc44e25a2ab75fdc681f3dfa3ae16 - 0.0% (126 Bytes)
[#006] sha256:ab6fb87032e7ffb78fc0eadc750e79966f5b7be31af895b43cdb25d6230ac983 - 0.0% (100 Bytes)
[#007] sha256:b4af08cd7f0c05c981dc84ff10995077aade9d4585023dab2b29c6e31f35fbdf - 0.0% (2.66 KB)
[#008] sha256:55da78465c7ece912580ea1fb7035005881c87c57924074e33985733fca144e4 - 1.0% (1.02 MB)
[#009] sha256:cccf92d2dec009ef4f96e3ede89c40faf2d4d929d501cfe2827e5ee3dcbebd2c - 0.04% (41.9 KB)
ADD photon-rootfs-5.0-d14ace1ec.x86_64.tar.gz / # buildkit
2024-08-11 10:48:02 UTC (buildkit.dockerfile.v0)LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20240811
2024-08-11 10:48:02 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash"]
2024-08-15 09:56:07 UTC/bin/sh -c tdnf install -y python3 python3-pip python3-PyYAML python3-jinja2 && tdnf clean all
2024-08-15 09:56:12 UTC/bin/sh -c pip3 install pipenv==2022.1.8
2024-08-15 09:56:15 UTC/bin/sh -c tdnf install -y rpm cpio apr-util
2024-08-15 09:56:19 UTC/bin/sh -c tdnf -y --downloadonly --downloaddir=/tmp/ install httpd && rpm2cpio /tmp/httpd-*.rpm | cpio -ivdm ./usr/bin/htpasswd && rm -f /tmp/*
2024-08-15 09:56:20 UTC/bin/sh -c #(nop) LABEL base-build-date=20240815
2024-08-15 09:56:36 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2024-08-15 09:56:37 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2024-08-15 09:56:38 UTC/bin/sh -c mkdir -p /harbor_make
2024-08-15 09:56:40 UTC/bin/sh -c #(nop) COPY multi:78adcc36409c822a65b4d65f5ca4626abbf2784e5e3b2ff23d5a9e9775a04e0d in /usr/src/app/
2024-08-15 09:56:42 UTC/bin/sh -c set -ex && pipenv install --deploy --system
2024-08-15 09:56:43 UTC/bin/sh -c #(nop) COPY dir:41f62a800cee38c0db2d0ab9187c53bc696cb9937a6d48c0f1f4be435af1b7d6 in /usr/src/app
2024-08-15 09:56:43 UTC/bin/sh -c #(nop) ENTRYPOINT ["python3" "main.py"]
2024-08-15 09:56:44 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.