2023-02-28 07:02:11 UTC
140 MB
en_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a74e875c6304f5d6f83e92e63c70e126fe01d0e0b1e8f8415e22f130f6449b8d - 10.13% (14.1 MB)
[#001] sha256:047209050770f84a805c8106aa918f26fcdbfb08ba1a66d3f743bd931ac7b034 - 67.74% (94.6 MB)
[#002] sha256:6b377e18dbffc9f38604f70a8a7adaeb02aab04b6d9c4b546db9417df647e59b - 21.66% (30.3 MB)
[#003] sha256:03b1bf600a31d4a6627c84162b589dc2729f1e7d97fdc1c282e3a9558aa15d8d - 0.0% (127 Bytes)
[#004] sha256:86a392ce3738448ee0bca4cb2e1d9c9340f01bc46b4c5952c1e12369e0fd0e8e - 0.0% (100 Bytes)
[#005] sha256:e97a11b6e0f0da82a68705814cd821ba2515394467c42d7584f884626dfeabd8 - 0.02% (25.5 KB)
[#006] sha256:d4432499b75bcc9e3f72f403f60413a2167cae84c8ed6fac0ff0a898e1b54b44 - 0.45% (645 KB)
/bin/sh -c #(nop) ADD file:cc69cb7ef9a97c613518efc7d7c61a4555a746ade85af0b46b58ebba96f0233f in /
2022-12-27 18:06:07 UTC/bin/sh -c #(nop) LABEL name=Photon OS 2.0 Base Image vendor=VMware build-date=20221224
2022-12-27 18:06:07 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-02-28 06:57:45 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c tdnf install -y python3 && tdnf install -y python3-pip python3-PyYAML python3-jinja2 # buildkit
2023-02-28 06:57:51 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip3 install setuptools && pip3 install pipenv==2021.5.29 # buildkit
2023-02-28 07:02:07 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2023-02-28 07:02:07 UTC (buildkit.dockerfile.v0)WORKDIR /usr/src/app
2023-02-28 07:02:08 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /harbor_make # buildkit
2023-02-28 07:02:08 UTC (buildkit.dockerfile.v0)COPY make/photon/prepare /usr/src/app # buildkit
2023-02-28 07:02:11 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex && pipenv install --deploy --system # buildkit
2023-02-28 07:02:11 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["python3" "main.py"]
2023-02-28 07:02:11 UTC (buildkit.dockerfile.v0)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.