2022-10-03 00:24:28 UTC
49 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/code
[#000] sha256:088da777df0dc152db34b87c5f001fc67fe57f80ea78155f931c42c43ca09671 - 0.73% (366 KB)
[#001] sha256:f9a065678b93f5b0d026d639c4bea8477421b1e0b9829b00dba44b39b327e0b1 - 0.04% (20.3 KB)
[#002] sha256:ae843e1e13b554a8afc6bf9dac8db15289009d0549d8a7df7023bbd68e9a09cd - 0.0% (146 Bytes)
[#003] sha256:f275c93ba82e79af098fc5a8944928a06b19b56ef12b203eb57c3f7fca8d5b03 - 43.91% (21.5 MB)
[#004] sha256:d648896d0af3a19dbba0baafe323a16da4c9fad83b0b3da17ed3b42b47f02f04 - 6.25% (3.06 MB)
[#005] sha256:df1b96be32c95d41243ea6e58435e1b639a18df25155f1c7e93dd8deb2e3b105 - 0.0% (173 Bytes)
[#006] sha256:477bb09c65d127eebf8071b8b6444bd2a63071ef6bcd568815e24fe34e96124a - 0.0% (1.17 KB)
[#007] sha256:802dcb2f017b34b4c079cc480616c4d76cc2efe4d85da2a63019e8ca1182e416 - 49.07% (24.1 MB)
[#008] sha256:ea4b33b8d73f1ee28178d1b5ca66faf35acc743eaaecdce24083f53588c40b05 - 0.0% (241 Bytes)
[#009] sha256:3fa63426655056b1256f629bc38f81cf5bdd7feabbc2261bc56027568f329813 - 0.0% (195 Bytes)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ARG GIT_VERSION
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)LABEL name=Calico Typha vendor=Project Calico version=v3.23.3-46-g780aa443d9d8 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>
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)COPY /sbin/tini /sbin/tini # buildkit
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)COPY /licenses /licenses # buildkit
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)COPY /usr/include /usr/include # buildkit
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)COPY /lib64 /lib64 # buildkit
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)COPY /lib /lib # buildkit
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)COPY /etc/host.conf /etc/host.conf # buildkit
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)COPY /etc/nsswitch.conf /etc/nsswitch.conf # buildkit
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)ADD bin/calico-typha-amd64 /code/calico-typha # buildkit
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)ADD typha.cfg /etc/calico/typha.cfg # buildkit
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)ADD nsswitch.conf /etc/nsswitch.conf # buildkit
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)WORKDIR /code
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/code
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)USER 999
2022-10-03 00:24:28 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/sbin/tini" "--"]
2022-10-03 00:24:28 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.