2023-09-05 23:55:57 UTC
18.3 MB
/usr/local/bin/operator
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
USER_UID10001
[#000] sha256:1ec39061effbe4e4ca5dfeb58474bc2917c5ad5c622d9d08821c5a8083c18d83 - 9.2% (1.69 MB)
[#001] sha256:df56c856ae1ffe0a57273e0fa37a33c6f920c148e5fe0717d073a674d2ee111f - 0.02% (3.99 KB)
[#002] sha256:61a3bd1fd7af87dc3dd6a958333afe7f9c57031c71b952ee26c2c07799b4a7ff - 5.58% (1.02 MB)
[#003] sha256:1e702d5485d6180e7066d63735ba5bc31d5e3bdbca791d563f42ec4460aa08dc - 4.85% (912 KB)
[#004] sha256:ba501d6f744c6acc05b9bc277f317b75e2c4f5bc9bf20a5df8adabbe7d74c3b3 - 80.34% (14.7 MB)
COPY /usr/bin/qemu-*-static /usr/bin/ # buildkit
2023-09-05 23:55:57 UTC (buildkit.dockerfile.v0)COPY /licenses /licenses # buildkit
2023-09-05 23:55:57 UTC (buildkit.dockerfile.v0)COPY /etc/pki /etc/pki # buildkit
2023-09-05 23:55:57 UTC (buildkit.dockerfile.v0)COPY /usr/share/pki /usr/share/pki # buildkit
2023-09-05 23:55:57 UTC (buildkit.dockerfile.v0)ARG GIT_VERSION=unknown
2023-09-05 23:55:57 UTC (buildkit.dockerfile.v0)LABEL name=Calico Operator vendor=Project Calico version=v1.29.6 release=1 summary=Calico Operator manages the lifecycle of a Calico or Tigera Secure installation on Kubernetes or OpenShift description=Calico Operator manages the lifecycle of a Calico or Tigera Secure installation on Kubernetes or OpenShift maintainer=Laurence Man <laurence@tigera.io>
2023-09-05 23:55:57 UTC (buildkit.dockerfile.v0)ENV OPERATOR=/usr/local/bin/operator USER_UID=10001
2023-09-05 23:55:57 UTC (buildkit.dockerfile.v0)COPY build/_output/bin/operator-arm64 /usr/local/bin/operator # buildkit
2023-09-05 23:55:57 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/operator"]
2023-09-05 23:55:57 UTC (buildkit.dockerfile.v0)USER 10001
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.