2023-02-09 12:54:53 UTC
47.7 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/code
[#000] sha256:e38c4bfdffb7b4fc23936ae557811c9a20a5392156df09329157dd0199c3d9b1 - 0.75% (366 KB)
[#001] sha256:e3416882c160dff63fd7bfa85020be54c26bd67179d833e1936323d58f8d9786 - 0.04% (20.3 KB)
[#002] sha256:7eac50c3493efa912134e893b1627e648a920f0b1885d123ac7413ad0e16981f - 0.0% (147 Bytes)
[#003] sha256:c155ddd5d8876fc6a4ebbd36d1abfaeecfb745a573d3d0d4445ee0e90d2dfbeb - 45.1% (21.5 MB)
[#004] sha256:37d2ac9e33afda00a23561b99aa7b2c615f1fb1e9ebf339120e0417a5068d165 - 6.42% (3.06 MB)
[#005] sha256:bbe42aaac8455f4e8400c84024b634c827091545f287b328cd2dd40f602e6eab - 0.0% (174 Bytes)
[#006] sha256:fbdf4b23c49ad265343f2f1c4b9e2ed16a051656b51be7a95d7241ea85c8734f - 0.0% (1.18 KB)
[#007] sha256:d1f6a6c8346197cec220c151dd82a7851197f51f419bfba2fe754d82e54a371e - 47.68% (22.8 MB)
[#008] sha256:0bf5fdf59eb95d89eb0e4df351e3c8b9c0ab3df01e781b528d3bb3ba0f438e79 - 0.0% (242 Bytes)
[#009] sha256:55b079c1ad46f565e53c8dad60b637cfe9fee2f4e90a815d3a193bfc7fa16744 - 0.0% (195 Bytes)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ARG GIT_VERSION
2023-02-09 12:54:52 UTC (buildkit.dockerfile.v0)LABEL name=Calico Typha vendor=Project Calico version=v3.21.6-27-gb95100b0c79d release=1 summary=Calico Typha is a fan-out datastore proxy description=Calico Typha is a fan-out datastore proxy maintainer=Shaun Crampton <shaun@tigera.io>
2023-02-09 12:54:52 UTC (buildkit.dockerfile.v0)COPY /sbin/tini /sbin/tini # buildkit
2023-02-09 12:54:52 UTC (buildkit.dockerfile.v0)COPY /licenses /licenses # buildkit
2023-02-09 12:54:52 UTC (buildkit.dockerfile.v0)COPY /usr/include /usr/include # buildkit
2023-02-09 12:54:53 UTC (buildkit.dockerfile.v0)COPY /lib64 /lib64 # buildkit
2023-02-09 12:54:53 UTC (buildkit.dockerfile.v0)COPY /lib /lib # buildkit
2023-02-09 12:54:53 UTC (buildkit.dockerfile.v0)COPY /etc/host.conf /etc/host.conf # buildkit
2023-02-09 12:54:53 UTC (buildkit.dockerfile.v0)COPY /etc/nsswitch.conf /etc/nsswitch.conf # buildkit
2023-02-09 12:54:53 UTC (buildkit.dockerfile.v0)ADD bin/calico-typha-amd64 /code/calico-typha # buildkit
2023-02-09 12:54:53 UTC (buildkit.dockerfile.v0)ADD typha.cfg /etc/calico/typha.cfg # buildkit
2023-02-09 12:54:53 UTC (buildkit.dockerfile.v0)ADD nsswitch.conf /etc/nsswitch.conf # buildkit
2023-02-09 12:54:53 UTC (buildkit.dockerfile.v0)WORKDIR /code
2023-02-09 12:54:53 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/code
2023-02-09 12:54:53 UTC (buildkit.dockerfile.v0)USER 999
2023-02-09 12:54:53 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/sbin/tini" "--"]
2023-02-09 12:54:53 UTC (buildkit.dockerfile.v0)CMD ["calico-typha"]
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.