2023-09-06 17:58:01 UTC
26.7 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/code
[#000] sha256:6ee19f5b23b6506ef79cf86fcee4b649748d52262404f4ad54285a3e7b331a85 - 1.34% (366 KB)
[#001] sha256:35bbf69f6ce4019c1aec34bafd46ff66d6f1f260470e971aa6f659daa5ec4def - 0.07% (20.3 KB)
[#002] sha256:f30fa0c4f2f3e5ef42b84fe27b1fd98b5bc997d0f9a9d8b714881f9d9fb4039a - 0.0% (150 Bytes)
[#003] sha256:0fa449b2216d5f556b99b39213aa5bad357de6cef7ba16918d12494124e15aee - 0.21% (57.5 KB)
[#004] sha256:8fcd3bccfaec099175c7b6f260f0a56630367b66d6f12984bbeb61a7d0572278 - 3.17% (866 KB)
[#005] sha256:53e8abb5025b6f35e6a658cb6a54fe84cdf5948f2ddfc5e53d8b547b0ec9067b - 1.43% (389 KB)
[#006] sha256:edd85bddf656f7e798c80f045fe44ad74f2004d524f53d7a087e3e502cd4fdf1 - 0.17% (45.1 KB)
[#007] sha256:b34bef0e10c9485b2044bb3e0e95ee47094f77166c1983dd5a478a2e1a0512b6 - 0.05% (12.8 KB)
[#008] sha256:47223f08e5795b0f3e73e2f7408430ba85401a3a0eee9acfbdc956f090d9a52b - 0.08% (21 KB)
[#009] sha256:ebed0d27e2cbaaea4696cc6aced3cf8190acd3b9ae63d7e2d18703de7ef588b2 - 0.0% (172 Bytes)
[#010] sha256:b78a053ac277b4c321ea244c282a5dea72e277abd3e7a600108992e3fcaf293f - 0.0% (160 Bytes)
[#011] sha256:d2149804656542ad92f874c8d74369aecb7e667076010491049e449972a25633 - 93.49% (24.9 MB)
[#012] sha256:9ebe89910905cf61284e1e179bfc3eb89bf1c9ba942cc3f0ef2195ec13ef48be - 0.0% (239 Bytes)
[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ARG GIT_VERSION
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)LABEL name=Calico Typha vendor=Project Calico version=v3.25.2-1-g8889b5c8b73c 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-09-06 17:58:01 UTC (buildkit.dockerfile.v0)COPY /sbin/tini /sbin/tini # buildkit
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)COPY /licenses /licenses # buildkit
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)COPY /usr/include /usr/include # buildkit
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)COPY /lib64/libpthread.so.0 /lib64/libpthread.so.0 # buildkit
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)COPY /lib64/libc.so.6 /lib64/libc.so.6 # buildkit
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)COPY /lib64/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2 # buildkit
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)COPY /lib64/libresolv.so.2 /lib64/libresolv.so.2 # buildkit
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)COPY /lib64/libnss_dns.so.2 /lib64/libnss_dns.so.2 # buildkit
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)COPY /lib64/libnss_files.so.2 /lib64/libnss_files.so.2 # buildkit
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)COPY /etc/host.conf /etc/host.conf # buildkit
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)ADD nsswitch.conf /etc/nsswitch.conf # buildkit
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)ADD bin/calico-typha-amd64 /code/calico-typha # buildkit
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)ADD typha.cfg /etc/calico/typha.cfg # buildkit
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)WORKDIR /code
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/code
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)USER 999
2023-09-06 17:58:01 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/sbin/tini" "--"]
2023-09-06 17:58:01 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.