2024-06-21 08:55:13 UTC
164 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7646c8da332499ae416b15479ce832db32e39a501c662e24324f595509a0d3db - 17.22% (28.2 MB)
[#001] sha256:f3f4241f11855ef6db8df171f56e8f6ebf4754ec1cd59f9914d39b3ccfe679c6 - 1.18% (1.93 MB)
[#002] sha256:99f6e5597b476b310076eef61c7d0196e7bff3c20937c3724618fcc860e114ae - 0.0% (322 Bytes)
[#003] sha256:0d837e95c5281dd27b7447368ead5c9cadb84b5262a270690761a4213bc88cdf - 10.13% (16.6 MB)
[#004] sha256:642ef55a72e8929b2e290d0a1fda7fd44e3830315e99865b5f9b0fdc78af40f9 - 0.0% (2.21 KB)
[#005] sha256:f676bea82f2d4d6e291eb507d1b55976501521d093ee566d6b67f9dff4c113c5 - 12.22% (20 MB)
[#006] sha256:c49c79f07c2af2314e39bae372e34dc2b78f9af1e64ea862362c4464ec1968d1 - 5.31% (8.69 MB)
[#007] sha256:c71f7e586a5791ecbbe98447971a268ed3cab86357d8a46883da2dd47f8a648b - 0.0% (6.97 KB)
[#008] sha256:35a71838c7154e964569786c57ec225e2874f95a8502e9fac493aadbfc09fc41 - 25.34% (41.5 MB)
[#009] sha256:ccc76d5b64cf8307dcbb80950dfd6b856bb4f65149f57c79c6b0271fd2e73323 - 7.45% (12.2 MB)
[#010] sha256:7f4941ffbfaa7c2011d5f457112b48d8d32fd3b6844b2f2761903d8a9d1383ff - 21.15% (34.6 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-06-03 10:32:23 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-06-03 10:32:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-06-03 10:32:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-06-03 10:32:25 UTC/bin/sh -c #(nop) ADD file:89847d76d242dea90ede05e9e1e13a1ff4400a65eafbe2d6e31e086c93893580 in /
2024-06-03 10:32:26 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-06-21 08:52:30 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2024-06-21 08:52:30 UTC (buildkit.dockerfile.v0)LABEL description=A Docker image based on Ubuntu 22.04 which includes Open vSwitch built from source.
2024-06-21 08:52:30 UTC (buildkit.dockerfile.v0)COPY /tmp/ovs-debs/* /tmp/ovs-debs/ # buildkit
2024-06-21 08:52:30 UTC (buildkit.dockerfile.v0)COPY charon-logging.conf /tmp # buildkit
2024-06-21 08:52:41 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends iptables logrotate libstrongswan-standard-plugins && apt-get -f -y --no-install-recommends install /tmp/ovs-debs/*.deb && apt-mark hold *openvswitch* && rm -rf /var/cache/apt/* /var/lib/apt/lists/* && sed -i "/rotate /a\ #size 100M" /etc/logrotate.d/openvswitch-switch && sed -i "/^.*filelog.*{/r /tmp/charon-logging.conf" /etc/strongswan.d/charon-logging.conf && rm -rf /tmp/* # buildkit
2024-06-21 08:52:50 UTC (buildkit.dockerfile.v0)ARG SURICATA_VERSION
2024-06-21 08:52:50 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2024-06-21 08:52:50 UTC (buildkit.dockerfile.v0)LABEL description=An Ubuntu based Docker base image for Antrea.
2024-06-21 08:52:50 UTC (buildkit.dockerfile.v0)USER root
2024-06-21 08:52:50 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/9e6ce59c864623ea71a6f7d59c35fcb13a919b87/iptables-wrapper-installer.sh /iptables-wrapper-installer.sh # buildkit
2024-06-21 08:53:18 UTC (buildkit.dockerfile.v0)RUN |1 SURICATA_VERSION=6.0 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ipset jq inotify-tools gpg-agent software-properties-common && add-apt-repository ppa:oisf/suricata-${SURICATA_VERSION} && apt-get update && apt-get install -y suricata && apt-get remove -y gpg-agent software-properties-common && apt-get autoremove -y && rm -rf /var/cache/apt/* /var/lib/apt/lists/* && chmod +x /iptables-wrapper-installer.sh && /iptables-wrapper-installer.sh # buildkit
2024-06-21 08:53:18 UTC (buildkit.dockerfile.v0)COPY /opt/cni/bin /opt/cni/bin # buildkit
2024-06-21 08:55:01 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2024-06-21 08:55:01 UTC (buildkit.dockerfile.v0)LABEL description=The Docker image to deploy the antrea-agent.
2024-06-21 08:55:01 UTC (buildkit.dockerfile.v0)USER root
2024-06-21 08:55:01 UTC (buildkit.dockerfile.v0)COPY build/images/scripts/* /usr/local/bin/ # buildkit
2024-06-21 08:55:13 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-agent /usr/local/bin/ # buildkit
2024-06-21 08:55:13 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-cni /usr/local/bin/ # buildkit
2024-06-21 08:55:13 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antctl /usr/local/bin/ # buildkit
2024-06-21 09:29:52 UTC
144 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a7d6949ac966fed9a061428466d68cc616d739583d012661c3c826f017b64981 - 17.62% (25.4 MB)
[#001] sha256:ad954eca37d66895b2cfd14f6a00a3dc21120a528b2cadcfdcfba97720cb39f6 - 1.22% (1.76 MB)
[#002] sha256:1ffc822f76df3721a07e67203a9dce845f299b902d8d49b0fe0622726b76f106 - 0.0% (324 Bytes)
[#003] sha256:c93806b72824ff8aa6b8ddeb6160bbf2188ff1f0fdce010c805e546f3adbbe9b - 10.42% (15 MB)
[#004] sha256:642ef55a72e8929b2e290d0a1fda7fd44e3830315e99865b5f9b0fdc78af40f9 - 0.0% (2.21 KB)
[#005] sha256:05552c4a86ecee79910c94d737932149703c4cec2d955201f603b6ac2cedf0c5 - 8.59% (12.4 MB)
[#006] sha256:ebd64b238a8ca7a58689b3b454da8aa596a96ff10d4049f53707975fb2214b33 - 5.61% (8.1 MB)
[#007] sha256:d8b5c077baf5348634bd663b1ae93612a7ab71e82daaa3d5055d7ebff274e267 - 0.0% (7.02 KB)
[#008] sha256:d8e95321e373f245c0ad51aa44e87e0900693d39797475b36b91051a0db70885 - 26.51% (38.2 MB)
[#009] sha256:0421850d78be8a1f8955e1373ad44a41fafe0e93083841583b2bd7d50627e140 - 7.86% (11.3 MB)
[#010] sha256:46752d8a8bef914710edafed0d4ac35cc86ce5018b438c514e3a3a9f46501619 - 22.16% (32 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-06-03 10:36:14 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-06-03 10:36:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-06-03 10:36:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-06-03 10:36:23 UTC/bin/sh -c #(nop) ADD file:76d606bb5f897ff3ffe149c5d3d049c7ace15da77a61a7df4e558eceebd8d2bd in /
2024-06-03 10:36:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-06-21 00:31:15 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2024-06-21 00:31:15 UTC (buildkit.dockerfile.v0)LABEL description=A Docker image based on Ubuntu 22.04 which includes Open vSwitch built from source.
2024-06-21 00:31:15 UTC (buildkit.dockerfile.v0)COPY /tmp/ovs-debs/* /tmp/ovs-debs/ # buildkit
2024-06-21 00:31:16 UTC (buildkit.dockerfile.v0)COPY charon-logging.conf /tmp # buildkit
2024-06-21 00:32:41 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends iptables logrotate libstrongswan-standard-plugins && apt-get -f -y --no-install-recommends install /tmp/ovs-debs/*.deb && apt-mark hold *openvswitch* && rm -rf /var/cache/apt/* /var/lib/apt/lists/* && sed -i "/rotate /a\ #size 100M" /etc/logrotate.d/openvswitch-switch && sed -i "/^.*filelog.*{/r /tmp/charon-logging.conf" /etc/strongswan.d/charon-logging.conf && rm -rf /tmp/* # buildkit
2024-06-21 00:33:08 UTC (buildkit.dockerfile.v0)ARG SURICATA_VERSION
2024-06-21 00:33:08 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2024-06-21 00:33:08 UTC (buildkit.dockerfile.v0)LABEL description=An Ubuntu based Docker base image for Antrea.
2024-06-21 00:33:08 UTC (buildkit.dockerfile.v0)USER root
2024-06-21 00:33:08 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/9e6ce59c864623ea71a6f7d59c35fcb13a919b87/iptables-wrapper-installer.sh /iptables-wrapper-installer.sh # buildkit
2024-06-21 00:35:35 UTC (buildkit.dockerfile.v0)RUN |1 SURICATA_VERSION=6.0 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ipset jq inotify-tools gpg-agent software-properties-common && add-apt-repository ppa:oisf/suricata-${SURICATA_VERSION} && apt-get update && apt-get install -y suricata && apt-get remove -y gpg-agent software-properties-common && apt-get autoremove -y && rm -rf /var/cache/apt/* /var/lib/apt/lists/* && chmod +x /iptables-wrapper-installer.sh && /iptables-wrapper-installer.sh # buildkit
2024-06-21 09:19:06 UTC (buildkit.dockerfile.v0)COPY /opt/cni/bin /opt/cni/bin # buildkit
2024-06-21 09:29:10 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2024-06-21 09:29:10 UTC (buildkit.dockerfile.v0)LABEL description=The Docker image to deploy the antrea-agent.
2024-06-21 09:29:10 UTC (buildkit.dockerfile.v0)USER root
2024-06-21 09:29:10 UTC (buildkit.dockerfile.v0)COPY build/images/scripts/* /usr/local/bin/ # buildkit
2024-06-21 09:29:48 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-agent /usr/local/bin/ # buildkit
2024-06-21 09:29:50 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-cni /usr/local/bin/ # buildkit
2024-06-21 09:29:52 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antctl /usr/local/bin/ # buildkit
2024-06-21 09:54:27 UTC
148 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9b10a938e28486049341cb41134e8c0c141b2e25870896c597e2a54df471acbb - 17.61% (26.1 MB)
[#001] sha256:d443554d1b792244946f5550ec1e99b21188673dc724fba0cbdc4e1d8dfe99f7 - 1.29% (1.91 MB)
[#002] sha256:55cd6654e9f54b7ddbe516bf08c5647b35f47fbfc66e68d2a2f34597377c9940 - 0.0% (322 Bytes)
[#003] sha256:07d01472f7494bfc286bdb740da26b845d81cc3739db41916f88905d7968a830 - 11.14% (16.5 MB)
[#004] sha256:642ef55a72e8929b2e290d0a1fda7fd44e3830315e99865b5f9b0fdc78af40f9 - 0.0% (2.21 KB)
[#005] sha256:0e965cb1a5aa4d69652ee1e44556cbcc34fccace79aa93d2168d51118ac4b8fd - 8.76% (13 MB)
[#006] sha256:ff7bcef64e765c695cb19e9c7ae2eccc994a0a2d460e69febaa56d6c80cc5638 - 5.52% (8.18 MB)
[#007] sha256:9cc0e89cb44127b041ab0db0e5574aedfc934f2bbdb19172fd1f1ebe984c58b7 - 0.0% (7.02 KB)
[#008] sha256:33acdd9a874fbd6fbc9e078bcbb2d6d05e01ea05799d03780f413f4585e9068c - 26.18% (38.8 MB)
[#009] sha256:d134572e6727ec6c8f3da867f0abda83cc0ed88d42b0e9e9005223977c6bae12 - 7.67% (11.4 MB)
[#010] sha256:84bd0ac34b9fe6ba91fcfe51685dee240d275dff1a689f1cc2a7fb1039a8a9d0 - 21.82% (32.3 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-06-03 10:30:07 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-06-03 10:30:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-06-03 10:30:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-06-03 10:30:11 UTC/bin/sh -c #(nop) ADD file:5f73ea0f53302f1771b6d2cb5650f715247ad02d80e986d67b2d55c22712f1ca in /
2024-06-03 10:30:12 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-06-21 00:55:37 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2024-06-21 00:55:37 UTC (buildkit.dockerfile.v0)LABEL description=A Docker image based on Ubuntu 22.04 which includes Open vSwitch built from source.
2024-06-21 00:55:37 UTC (buildkit.dockerfile.v0)COPY /tmp/ovs-debs/* /tmp/ovs-debs/ # buildkit
2024-06-21 00:55:42 UTC (buildkit.dockerfile.v0)COPY charon-logging.conf /tmp # buildkit
2024-06-21 00:56:28 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends iptables logrotate libstrongswan-standard-plugins && apt-get -f -y --no-install-recommends install /tmp/ovs-debs/*.deb && apt-mark hold *openvswitch* && rm -rf /var/cache/apt/* /var/lib/apt/lists/* && sed -i "/rotate /a\ #size 100M" /etc/logrotate.d/openvswitch-switch && sed -i "/^.*filelog.*{/r /tmp/charon-logging.conf" /etc/strongswan.d/charon-logging.conf && rm -rf /tmp/* # buildkit
2024-06-21 00:56:45 UTC (buildkit.dockerfile.v0)ARG SURICATA_VERSION
2024-06-21 00:56:45 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2024-06-21 00:56:45 UTC (buildkit.dockerfile.v0)LABEL description=An Ubuntu based Docker base image for Antrea.
2024-06-21 00:56:45 UTC (buildkit.dockerfile.v0)USER root
2024-06-21 00:56:45 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/9e6ce59c864623ea71a6f7d59c35fcb13a919b87/iptables-wrapper-installer.sh /iptables-wrapper-installer.sh # buildkit
2024-06-21 00:58:51 UTC (buildkit.dockerfile.v0)RUN |1 SURICATA_VERSION=6.0 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ipset jq inotify-tools gpg-agent software-properties-common && add-apt-repository ppa:oisf/suricata-${SURICATA_VERSION} && apt-get update && apt-get install -y suricata && apt-get remove -y gpg-agent software-properties-common && apt-get autoremove -y && rm -rf /var/cache/apt/* /var/lib/apt/lists/* && chmod +x /iptables-wrapper-installer.sh && /iptables-wrapper-installer.sh # buildkit
2024-06-21 09:43:05 UTC (buildkit.dockerfile.v0)COPY /opt/cni/bin /opt/cni/bin # buildkit
2024-06-21 09:53:34 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2024-06-21 09:53:34 UTC (buildkit.dockerfile.v0)LABEL description=The Docker image to deploy the antrea-agent.
2024-06-21 09:53:34 UTC (buildkit.dockerfile.v0)USER root
2024-06-21 09:53:34 UTC (buildkit.dockerfile.v0)COPY build/images/scripts/* /usr/local/bin/ # buildkit
2024-06-21 09:54:24 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-agent /usr/local/bin/ # buildkit
2024-06-21 09:54:26 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-cni /usr/local/bin/ # buildkit
2024-06-21 09:54:27 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antctl /usr/local/bin/ # buildkit
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.