Namespace
kubeovn
Image / Tag
kube-ovn:v1.13.1-debug
Content Digest
sha256:55b7b8313b5407e04f08d1bee6ac27b75f9e2ee63ff453374baf970b58a1f04d
Details
Created

2024-12-11 01:53:52 UTC

Size

342 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    24.04

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:54609b48ebc1ccdf2a757f1a086fc8c934d12564b25af4a66536ef66891cb1a1 - 8.53% (29.2 MB)

[#001] sha256:3b015dd355dc540c40318b9304ac37b3081309e8caf2aae6a12814705a505408 - 18.12% (62 MB)

[#002] sha256:7612697bf85368983e5313528a565f5627a10a58fa86a1662fc257560bd5562d - 0.0% (210 Bytes)

[#003] sha256:cee2186540ca64148d9b5319eac87a8ed10712bfb7d3edc2762b5d629f179fcf - 0.01% (31 KB)

[#004] sha256:d24e133e9cf94c85a7a15038e14f781e856d538bcc4e381c02c98e88220867d0 - 8.74% (29.9 MB)

[#005] sha256:fb3e9bce540b1e355d3b5aa5967974e45da4bad95e862fafc2c9cdde709fa0e8 - 24.76% (84.7 MB)

[#006] sha256:51fc133cee7f56fe8eea67e8865871105d6a6f1013ed4b2d1fd9fd76d19580b5 - 0.0% (669 Bytes)

[#007] sha256:bfd3d2c2eab750489100f55b5f4acf1b7cb461975f868970f2484170d0690bba - 0.0% (897 Bytes)

[#008] sha256:a11aaaeeb1daafafe512b6ee1fee2bfa576b698dda108e5a6963c54cf8b3bd93 - 39.85% (136 MB)

[#009] sha256:dce35eea3e80f1fc01dea7940f79fbc475b26a96c375c1b06d6cd7902dc5b018 - 0.0% (1.61 KB)

[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2024-11-19 17:29:23 UTC

/bin/sh -c #(nop) ARG RELEASE

2024-11-19 17:29:23 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2024-11-19 17:29:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2024-11-19 17:29:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2024-11-19 17:29:25 UTC

/bin/sh -c #(nop) ADD file:bcebbf0fddcba5b864d5d267b68dd23bcfb01275e6ec7bcab69bf8b56af14804 in /

2024-11-19 17:29:25 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2024-12-10 19:26:02 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-12-10 19:26:02 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-10 19:26:02 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-10 19:26:02 UTC (buildkit.dockerfile.v0)

ARG DUMB_INIT_VERSION=1.2.5

2024-12-10 19:26:03 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-10 19:26:03 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-10 19:26:03 UTC (buildkit.dockerfile.v0)

ARG DEBUG=false

2024-12-10 19:35:48 UTC (buildkit.dockerfile.v0)

RUN |3 DEBIAN_FRONTEND=noninteractive DUMB_INIT_VERSION=1.2.5 DEBUG=true /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-10 19:35:48 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/dumb-init" "--"]

2024-12-11 01:53:49 UTC (buildkit.dockerfile.v0)

COPY logrotate/* /etc/logrotate.d/ # buildkit

2024-12-11 01:53:49 UTC (buildkit.dockerfile.v0)

COPY grace_stop_ovn_controller /usr/share/ovn/scripts/grace_stop_ovn_controller # buildkit

2024-12-11 01:53:52 UTC (buildkit.dockerfile.v0)

COPY /kube-ovn /kube-ovn # buildkit

2024-12-11 01:53:52 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c /kube-ovn/iptables-wrapper-installer.sh --no-sanity-check # buildkit

2024-12-11 01:53:52 UTC (buildkit.dockerfile.v0)

WORKDIR /kube-ovn

Details
Created

2024-12-11 01:50:08 UTC

Size

290 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    24.04

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:820619057a1cc50474c2cd06ab8441e47f8a45a87c9c47eb3abd8d47492f27a7 - 9.87% (28.6 MB)

[#001] sha256:f0a6be86f371aa2781ce76fa9313c3b559b785acdbd912857be97992be148585 - 21.45% (62.1 MB)

[#002] sha256:a51d69ba381fc215df9486a2492ae22af8b8ea4401f5764fa10834d7813a826b - 0.0% (209 Bytes)

[#003] sha256:867371f9f8002ede661ede6a8980382491c02ddaf25836ab9934e80321c03e9f - 0.01% (41.3 KB)

[#004] sha256:eaaa3cffa8733f408ec1975f817b68127e6105dc36f0ecda06008d7857852715 - 9.53% (27.6 MB)

[#005] sha256:53f2bc708f788894136734992311cc0ebc373543e1de23dc3c370484c10377f3 - 14.71% (42.6 MB)

[#006] sha256:338181b23e8769384fc0f13c2d416b0d7b3c7f1137f00b88a353ffc71cdd6643 - 0.0% (669 Bytes)

[#007] sha256:9d1514d0e08e9f2bc47a74b500f75e14188ccdea6e25a5fb6fc0f9a2123de703 - 0.0% (894 Bytes)

[#008] sha256:6efd87aeb3fe2fde14bc16c5e96350221f08dd451b8f0a3a5741957452e0b05a - 44.42% (129 MB)

[#009] sha256:a472ce30f625d125fe827841643d147847354b8d0b8d1a4e126576abb588a38d - 0.0% (1.61 KB)

[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2024-11-19 16:18:45 UTC

/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-10 19:35:18 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-12-10 19:35:18 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-10 19:35:18 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-10 19:35:18 UTC (buildkit.dockerfile.v0)

ARG DUMB_INIT_VERSION=1.2.5

2024-12-10 19:35:31 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-10 19:35:31 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-10 19:35:31 UTC (buildkit.dockerfile.v0)

ARG DEBUG=false

2024-12-10 22:00:09 UTC (buildkit.dockerfile.v0)

RUN |3 DEBIAN_FRONTEND=noninteractive DUMB_INIT_VERSION=1.2.5 DEBUG=true /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-10 22:00:09 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/dumb-init" "--"]

2024-12-11 01:50:04 UTC (buildkit.dockerfile.v0)

COPY logrotate/* /etc/logrotate.d/ # buildkit

2024-12-11 01:50:04 UTC (buildkit.dockerfile.v0)

COPY grace_stop_ovn_controller /usr/share/ovn/scripts/grace_stop_ovn_controller # buildkit

2024-12-11 01:50:07 UTC (buildkit.dockerfile.v0)

COPY /kube-ovn /kube-ovn # buildkit

2024-12-11 01:50:08 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c /kube-ovn/iptables-wrapper-installer.sh --no-sanity-check # buildkit

2024-12-11 01:50:08 UTC (buildkit.dockerfile.v0)

WORKDIR /kube-ovn

Danger Zone
Delete Tag

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.

Delete