2024-07-08 23:08:30 UTC
28.3 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/code
[#000] sha256:1fe0d56c2a2c0acd8a1ad078ce42d16a769da392fdf7e0a82f9437047e6b8efc - 1.26% (366 KB)
[#001] sha256:375341233c66200d2ae8e398a2190aa648cccbde8b74f90a8274383e1edb696b - 0.07% (20.2 KB)
[#002] sha256:2fab60388b61aed10f439191393a9090fe612ef398c199e96c0c94448cf8e283 - 0.0% (123 Bytes)
[#003] sha256:e29096e2cef45a6de85a91f990934f7ecf0344a21bf1c21b6eb130771e772b77 - 0.2% (57.5 KB)
[#004] sha256:362b95f009c773ba77c965e094009ae2585e5c8a729a8155780bdff15fe26ff2 - 3.09% (896 KB)
[#005] sha256:7b5f5e388f2d424a5523dd6e6985e2eca98dd94d79bbdfcca9356877aa107d3a - 1.39% (404 KB)
[#006] sha256:2baeab3ae5e12c600515b3c41905140fe858ef92746617fd81b088880e781687 - 0.16% (45.1 KB)
[#007] sha256:7dfd79581ecacaf9127d28fb14709c66811c832acb390cc9df4b129b0512daa5 - 0.04% (12.8 KB)
[#008] sha256:fb8f9fc820d4d8eabe6808ce7cf418b014ad6118313e8eca6e3b9586f01536f6 - 0.07% (21 KB)
[#009] sha256:e8231bfb0440e76807c6b8156b1518e633fe53f13e3591641ad665c9dbb9032e - 0.0% (150 Bytes)
[#010] sha256:f16d2b607ec7ec580d3ad7c6b11e8afa3e13dea3f37b136963d037826cfcd681 - 0.0% (160 Bytes)
[#011] sha256:3703686046e548aa195cb0d4dd6bd1f4aad8ef798522b1bfb3302751bdce2451 - 93.71% (26.5 MB)
[#012] sha256:51999a530a44cbf73cc02f315ac4a7b729e3db5b47209df7143c8bc93a553acc - 0.0% (218 Bytes)
[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ARG GIT_VERSION
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)LABEL name=Calico Typha vendor=Project Calico version=v3.27.4 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>
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)COPY /sbin/tini /sbin/tini # buildkit
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)COPY /licenses /licenses # buildkit
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)COPY /usr/include /usr/include # buildkit
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)COPY /lib64/libpthread.so.0 /lib64/libpthread.so.0 # buildkit
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)COPY /lib64/libc.so.6 /lib64/libc.so.6 # buildkit
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)COPY /lib64/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2 # buildkit
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)COPY /lib64/libresolv.so.2 /lib64/libresolv.so.2 # buildkit
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)COPY /lib64/libnss_dns.so.2 /lib64/libnss_dns.so.2 # buildkit
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)COPY /lib64/libnss_files.so.2 /lib64/libnss_files.so.2 # buildkit
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)COPY /etc/host.conf /etc/host.conf # buildkit
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)ADD nsswitch.conf /etc/nsswitch.conf # buildkit
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)ADD bin/calico-typha-amd64 /code/calico-typha # buildkit
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)ADD typha.cfg /etc/calico/typha.cfg # buildkit
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)WORKDIR /code
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/code
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)USER 999
2024-07-08 23:08:30 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/sbin/tini" "--"]
2024-07-08 23:08:30 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.