2023-05-18 19:17:47 UTC
28 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/code
[#000] sha256:e6c7c1e851ef1e7f728d7b4de5c13e348ba667a02582d95dc43b4b88faa706f6 - 1.28% (366 KB)
[#001] sha256:925b54463c278a859a6b5bd815f19d439e087643066d551ee261ec9e37ed2382 - 0.07% (20.2 KB)
[#002] sha256:f1554caa3d3c187e8ee39a5b1df8934cffe909029197dfd05029dbd2593aa8d5 - 0.0% (116 Bytes)
[#003] sha256:6d416a1d853900d4933b31cf6fd637f8885372190257ce162d6fcb205c45fc07 - 0.2% (57.5 KB)
[#004] sha256:0af330fd1c5321e378285ae7dcf921f72f77b1974e0ce1a92875fb993b59511e - 3.03% (867 KB)
[#005] sha256:a575a83be083cd563d749a5af7a903949f2f0ec788e926c83c936bbb764e9049 - 1.39% (397 KB)
[#006] sha256:1922fe6e1ae1e188344b48bd54fb99bd15d7bbc289a7340318aab0b58eed751b - 0.16% (45.1 KB)
[#007] sha256:972ec4d37a0f95ab642c755e7fbad014efc65201d85d3a0037e5a792bb87c23d - 0.04% (12.8 KB)
[#008] sha256:c03105dea024d23b8f9f1f4a05f23afdf1d34d08dabb09017feb53e833cbb476 - 0.07% (21 KB)
[#009] sha256:350d58b507deb69898c87ba83855132b5f879547b0f0e2c504e36b18e70689d4 - 0.0% (149 Bytes)
[#010] sha256:a4750414df847301a5cfa5ed83bef7755b784c70a6406df5d62edfb38351c4db - 0.0% (160 Bytes)
[#011] sha256:9a4bc260f0accc66e16c52a8d8369aa74b88268ce1084603d6fbbce480774162 - 93.76% (26.2 MB)
[#012] sha256:656568f240620d47ce124da143d6aac15726086525fb79ed2cc13e43e90c3de5 - 0.0% (216 Bytes)
[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ARG GIT_VERSION
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)LABEL name=Calico Typha vendor=Project Calico version=v3.26.0-0.dev-457-g63697ecdaecf 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-05-18 19:17:47 UTC (buildkit.dockerfile.v0)COPY /sbin/tini /sbin/tini # buildkit
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)COPY /licenses /licenses # buildkit
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)COPY /usr/include /usr/include # buildkit
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)COPY /lib64/libpthread.so.0 /lib64/libpthread.so.0 # buildkit
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)COPY /lib64/libc.so.6 /lib64/libc.so.6 # buildkit
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)COPY /lib64/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2 # buildkit
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)COPY /lib64/libresolv.so.2 /lib64/libresolv.so.2 # buildkit
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)COPY /lib64/libnss_dns.so.2 /lib64/libnss_dns.so.2 # buildkit
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)COPY /lib64/libnss_files.so.2 /lib64/libnss_files.so.2 # buildkit
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)COPY /etc/host.conf /etc/host.conf # buildkit
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)ADD nsswitch.conf /etc/nsswitch.conf # buildkit
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)ADD bin/calico-typha-amd64 /code/calico-typha # buildkit
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)ADD typha.cfg /etc/calico/typha.cfg # buildkit
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)WORKDIR /code
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/code
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)USER 999
2023-05-18 19:17:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/sbin/tini" "--"]
2023-05-18 19:17:47 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.