2024-12-13 11:01:32 UTC
190 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:820619057a1cc50474c2cd06ab8441e47f8a45a87c9c47eb3abd8d47492f27a7 - 15.03% (28.6 MB)
[#001] sha256:9ac3469b5ca7311c19c876db090dd668138c8e65d8bd1f6909aeb654b9a415d5 - 32.67% (62.1 MB)
[#002] sha256:73109f9c2cee204d6a0e7981b4b6d6501e7fe546471bd207350f979bfbe20f97 - 0.0% (209 Bytes)
[#003] sha256:f0bfaa13e8551dcd8bdda50671af633df57f626b0d07c85ade9aea710db10936 - 0.02% (41.3 KB)
[#004] sha256:acd78f3dad3687937c101a736d27a6f9d17e59fc4ac9632e879adf0e704613fc - 14.51% (27.6 MB)
[#005] sha256:d77a776b840a9e93e4cfd8f34ede6386965c68f9145dcb7bf4d7d2aa1175da78 - 5.05% (9.6 MB)
[#006] sha256:afcc492107c18914f9364d2bbf2116e3b6e1cdd9ddb43e7abe632dd379eb1d7f - 0.0% (665 Bytes)
[#007] sha256:e1950efbb471eaec26b19b4c2e645700c7f13bf1f5cb0af8caf2a28c1974d0fb - 0.0% (894 Bytes)
[#008] sha256:27a0dae185bc310bf0ade31cf3ace1ce3dfbee6b2fcd962ecff75250a6eede0e - 32.73% (62.2 MB)
[#009] sha256:97691f907e42be61fd3c7559af9e0e23b69bf2237c00a57a8e15e0e65e7ae0da - 0.0% (1.61 KB)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-11-19 16:18:45 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-11-19 16:18:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-11-19 16:18:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2024-11-19 16:18:47 UTC/bin/sh -c #(nop) ADD file:765dfd09ec2ac4870c8b3efd6ef4a994f99695c574d546d7a9a0e69bbb970b03 in /
2024-11-19 16:18:47 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-12-13 08:21:57 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2024-12-13 08:21:57 UTC (buildkit.dockerfile.v0)RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt update && apt upgrade -y && apt install ca-certificates python3 hostname libunwind8 netbase ethtool iproute2 ncat libunbound8 procps libatomic1 kmod iptables python3-netifaces python3-sortedcontainers tcpdump ipvsadm ipset curl uuid-runtime openssl inetutils-ping arping ndisc6 conntrack traceroute iputils-tracepath logrotate dnsutils net-tools strongswan strongswan-pki libcharon-extra-plugins libmnl0 libcharon-extauth-plugins libstrongswan-extra-plugins libstrongswan-standard-plugins -y --no-install-recommends && setcap CAP_SYS_NICE+eip $(readlink -f $(which nice)) && setcap CAP_NET_RAW+eip $(readlink -f $(which arping)) && setcap CAP_NET_RAW+eip $(readlink -f $(which ndisc6)) && setcap CAP_NET_RAW+eip $(readlink -f $(which tcpdump)) && setcap CAP_NET_ADMIN+eip $(readlink -f $(which ethtool)) && setcap CAP_SYS_ADMIN+eip $(readlink -f $(which nsenter)) && setcap CAP_SYS_MODULE+eip $(readlink -f $(which modprobe)) && setcap CAP_NET_ADMIN+eip $(readlink -f $(which conntrack)) && setcap CAP_NET_RAW,CAP_NET_ADMIN,CAP_SYS_MODULE+eip $(readlink -f $(which ipset)) && setcap CAP_NET_RAW,CAP_NET_ADMIN,CAP_SYS_MODULE+eip $(readlink -f $(which xtables-legacy-multi)) && setcap CAP_NET_RAW,CAP_NET_ADMIN,CAP_SYS_MODULE+eip $(readlink -f $(which xtables-nft-multi)) && setcap CAP_NET_RAW,CAP_NET_ADMIN,CAP_SYS_MODULE,CAP_SYS_ADMIN+eip $(readlink -f $(which ip)) && rm -rf /var/lib/apt/lists/* && rm -rf /etc/localtime && rm -f /usr/bin/nc && rm -f /usr/bin/netcat && rm -f /usr/lib/apt/methods/mirror && deluser sync # buildkit
2024-12-13 08:21:57 UTC (buildkit.dockerfile.v0)RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -p /var/run/openvswitch && mkdir -p /var/run/ovn && mkdir -p /etc/cni/net.d && mkdir -p /opt/cni/bin # buildkit
2024-12-13 08:21:57 UTC (buildkit.dockerfile.v0)ARG DUMB_INIT_VERSION=1.2.5
2024-12-13 08:22:11 UTC (buildkit.dockerfile.v0)RUN |2 DEBIAN_FRONTEND=noninteractive DUMB_INIT_VERSION=1.2.5 /bin/sh -c curl -sSf -L --retry 5 -o /usr/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_$(arch) && chmod +x /usr/bin/dumb-init # buildkit
2024-12-13 08:22:11 UTC (buildkit.dockerfile.v0)RUN |2 DEBIAN_FRONTEND=noninteractive DUMB_INIT_VERSION=1.2.5 /bin/sh -c cp /godeps/loopback /godeps/portmap /godeps/macvlan ./ && cp /godeps/kubectl /godeps/gobgp /usr/bin/ # buildkit
2024-12-13 08:22:11 UTC (buildkit.dockerfile.v0)ARG DEBUG=false
2024-12-13 10:42:01 UTC (buildkit.dockerfile.v0)RUN |3 DEBIAN_FRONTEND=noninteractive DUMB_INIT_VERSION=1.2.5 DEBUG=false /bin/sh -c cp /packages/bfdd-beacon /packages/bfdd-control /usr/bin/ && cp /packages/ovs-sandbox /usr/bin/ && chmod +x /usr/bin/ovs-sandbox && setcap CAP_NET_BIND_SERVICE+eip /usr/bin/bfdd-beacon && dpkg -i /packages/openvswitch-*.deb /packages/python3-openvswitch*.deb && dpkg -i --ignore-depends=openvswitch-switch,openvswitch-common /packages/ovn-*.deb && rm -rf /var/lib/openvswitch/pki/ && chown -R nobody: /var/lib/logrotate && setcap CAP_NET_ADMIN+eip $(readlink -f $(which ovs-dpctl)) && if [ "${DEBUG}" != "true" ]; then setcap CAP_NET_BIND_SERVICE+eip $(readlink -f $(which ovsdb-server)) && setcap CAP_NET_ADMIN,CAP_NET_BIND_SERVICE,CAP_SYS_MODULE,CAP_SYS_ADMIN+eip $(readlink -f $(which ovs-vswitchd)); else apt update && apt install -y --no-install-recommends gdb valgrind && rm -rf /var/lib/apt/lists/* && dpkg -i --ignore-depends=openvswitch-switch,openvswitch-common /packages/*.ddeb; fi # buildkit
2024-12-13 10:42:01 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/dumb-init" "--"]
2024-12-13 11:01:29 UTC (buildkit.dockerfile.v0)COPY logrotate/* /etc/logrotate.d/ # buildkit
2024-12-13 11:01:29 UTC (buildkit.dockerfile.v0)COPY grace_stop_ovn_controller /usr/share/ovn/scripts/grace_stop_ovn_controller # buildkit
2024-12-13 11:01:31 UTC (buildkit.dockerfile.v0)COPY /kube-ovn /kube-ovn # buildkit
2024-12-13 11:01:32 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c /kube-ovn/iptables-wrapper-installer.sh --no-sanity-check # buildkit
2024-12-13 11:01:32 UTC (buildkit.dockerfile.v0)WORKDIR /kube-ovn
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.