Namespace
rancher
Image / Tag
hyperkube:v1.26.11-rancher1
Content Digest
sha256:fdf5c65c22a56af48a8211a2146eb9602cf6d308c0ba556791ba4a901206595b
Details
Created

2023-11-17 07:38:24 UTC

Size

441 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-11-17T07:37:04Z
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    d3b5ef2f7dcd7891b4e02548c9bb3cad90b42610
  • org.opencontainers.image.source
    https://github.com/rancher/hyperkube.git
  • org.opencontainers.image.url
    https://github.com/rancher/hyperkube
  • org.opencontainers.image.version
    22.04

Environment
PATH

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

SYSTEMD_IGNORE_CHROOT

yes


Layers

[#000] sha256:aece8493d3972efa43bfd4ee3cdba659c0f787f8f59c82fb3e48c87cbb22a12e - 6.39% (28.2 MB)

[#001] sha256:4cd4e6c1e0747b60af73cd6d9de1087e38066c4f74de92c7722e097fd3ea923b - 0.0% (916 Bytes)

[#002] sha256:5190b1d37bbe9f38d75949a2c186f3db9b51bc110fcf662b968718ad7667ffcc - 0.0% (2.35 KB)

[#003] sha256:2641f1159c1d924c39e8fdba28d1015a7c460e9d9fca02b3365896580290f999 - 0.0% (163 Bytes)

[#004] sha256:bbe97624b42fc8e46a047da166c68b4cf9712ea9e3099b73bba4ca72397dbc07 - 0.0% (207 Bytes)

[#005] sha256:2448cb97a5b01fba9bd0d7f4856ec5c718d08631317c72905ea5dd353b66e6bd - 0.06% (279 KB)

[#006] sha256:f9f02686e8944cfa0d42bf53063d586a2c87b49494bba7b36177108ebfd8a11a - 0.06% (279 KB)

[#007] sha256:f789e74438c9f81a59066f67095d1725e34f2944774cf64c4fb9e07178095a89 - 51.74% (228 MB)

[#008] sha256:98b23a266f19b2b03b5612821a5f0e17d5c356dc14048dcbfdf7f2172fee671f - 0.0% (1.96 KB)

[#009] sha256:8e4720b157ef2f40c9eadebd421bac116a32bfa6bdf7772b279b70c5a8d08867 - 10.13% (44.6 MB)

[#010] sha256:a7d82b345eedf51df01470e91ff2c1be5558123b2848f2fded9f7a9d39dcfcc4 - 31.61% (139 MB)


History
2023-10-05 07:33:30 UTC

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

2023-10-05 07:33:30 UTC

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

2023-10-05 07:33:30 UTC

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

2023-10-05 07:33:30 UTC

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

2023-10-05 07:33:32 UTC

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

2023-10-05 07:33:32 UTC

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

2023-10-16 11:41:24 UTC

/bin/sh -c #(nop) ARG ARCH=amd64

2023-10-16 11:41:24 UTC

/bin/sh -c #(nop) ENV SYSTEMD_IGNORE_CHROOT=yes

2023-10-16 11:41:25 UTC

/bin/sh -c #(nop) COPY file:08b58948eda7d62a8f68776e29c8b3d58099af170a66f34ae677069656423ddb in /hyperkube

2023-10-16 11:41:25 UTC

/bin/sh -c #(nop) COPY file:e8032c6e8aa4ed890bc6e143a6f89955cf199aafa656a9a331365cbd2a30d429 in /usr/sbin/iptables-wrapper-installer.sh

2023-10-16 11:41:25 UTC

|1 ARCH=amd64 /bin/sh -c ln -s /usr/bin/update-alternatives /usr/sbin/update-alternatives

2023-10-16 11:41:26 UTC

|1 ARCH=amd64 /bin/sh -c ln -s /hyperkube /apiserver && ln -s /hyperkube /cloud-controller-manager && ln -s /hyperkube /controller-manager && ln -s /hyperkube /kubectl && ln -s /hyperkube /kubelet && ln -s /hyperkube /proxy && ln -s /hyperkube /scheduler

2023-10-16 11:41:26 UTC

|1 ARCH=amd64 /bin/sh -c echo "dash dash/sh boolean false" | debconf-set-selections

2023-10-16 11:41:27 UTC

|1 ARCH=amd64 /bin/sh -c DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash

2023-10-16 11:42:25 UTC

|1 ARCH=amd64 /bin/sh -c echo CACHEBUST>/dev/null && apt-get update && apt-get upgrade -y && apt-get autoclean && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends apt-transport-https arptables ca-certificates ceph-common cifs-utils conntrack curl e2fsprogs xfsprogs ebtables ethtool git glusterfs-client glusterfs-common gnupg1 iproute2 ipset iptables iputils-ping jq kmod lsb-release open-iscsi openssh-client procps netbase nfs-common samba-common socat systemd udev util-linux xfsprogs zfsutils-linux && AZ_REPO=$(lsb_release -cs) && echo "deb [arch=${ARCH}] https://packages.microsoft.com/repos/azure-cli/ $AZ_REPO main" > /etc/apt/sources.list.d/azure-cli.list && curl -L https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && apt-get purge gnupg && apt-get update && apt-get install -y --no-install-recommends azure-cli && apt-get clean -y && rm -rf /var/cache/debconf/* /var/lib/apt/lists/* /var/log/* /tmp/* /var/tmp/*

2023-10-16 11:42:30 UTC

|1 ARCH=amd64 /bin/sh -c /usr/sbin/iptables-wrapper-installer.sh

2023-10-16 11:42:30 UTC

/bin/sh -c #(nop) COPY dir:2c79947603fbe5a8ccf0b55f64299f791aa33e203fc32bdb12c0afa4a310e142 in /opt/cni/bin

2023-10-16 11:42:31 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/hyperkube"]

2023-10-16 11:42:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2023-10-16T11:41:14Z

2023-10-16 11:42:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=8afcb7c72ff883f184f39368761293576d509dd9

2023-10-16 11:42:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/hyperkube-base.git

2023-10-16 11:42:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/hyperkube-base

2023-11-17 07:37:26 UTC

/bin/sh -c #(nop) COPY multi:0c6faf3388fa3fd08b50602e99d43e03d7df206bf3ea203a925b4419743dcb70 in /usr/local/bin/

2023-11-17 07:38:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2023-11-17T07:37:04Z

2023-11-17 07:38:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d3b5ef2f7dcd7891b4e02548c9bb3cad90b42610

2023-11-17 07:38:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/hyperkube.git

2023-11-17 07:38:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/hyperkube

Details
Created

2023-11-17 07:37:52 UTC

Size

419 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-11-17T07:36:38Z
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    d3b5ef2f7dcd7891b4e02548c9bb3cad90b42610
  • org.opencontainers.image.source
    https://github.com/rancher/hyperkube.git
  • org.opencontainers.image.url
    https://github.com/rancher/hyperkube
  • org.opencontainers.image.version
    22.04

Environment
PATH

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

SYSTEMD_IGNORE_CHROOT

yes


Layers

[#000] sha256:bfbe77e41a78ee38147c5761aa8bc896d9f6e1e648b23468f294065ffe03c107 - 6.23% (26.1 MB)

[#001] sha256:2755e537a9dd72dded3cea45fe6d731b5e009122638dd815f3389625c7eae87a - 0.0% (915 Bytes)

[#002] sha256:9d5a8a2734e0b6a3d173d3b098aac311deb9ad4c084b32e9929a3aff0639da85 - 0.0% (2.35 KB)

[#003] sha256:42c8fa4fbfe0e8aa4e151347da43ab0085149f3caa9f6ff8a930d89959a8cd7f - 0.0% (160 Bytes)

[#004] sha256:d9bc9234310ffe660cf15aa90d905e663dad18415a03bfaa2c33d598574582b0 - 0.0% (208 Bytes)

[#005] sha256:56aa6e619d275c320c46354e8e5080943cd86f60a4218f1720fd12f3f59c0581 - 0.07% (279 KB)

[#006] sha256:66c7a48b2c5e173931361bea9bab2306946e3b37b13000847d70f351bf0ed7d1 - 0.07% (279 KB)

[#007] sha256:cf2f7dba286304e8ea70a69c1fb61ad77ce41f51d085f48a74abf0afcb04380d - 53.55% (224 MB)

[#008] sha256:165b3b2e9a35ec7dad6cc833a2146fe1be884d64e53ea312472247ae14820202 - 0.0% (1.96 KB)

[#009] sha256:252a4ebc1420db92ae73236bbf28c15b38faa6994a443ba3f098def2923db27f - 9.97% (41.8 MB)

[#010] sha256:7aaf91f9bb867d4a82df9b33ea46d3b43986b80648e9b11425afcf0ba70fa75c - 30.11% (126 MB)


History
2023-10-05 07:32:20 UTC

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

2023-10-05 07:32:21 UTC

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

2023-10-05 07:32:21 UTC

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

2023-10-05 07:32:21 UTC

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

2023-10-05 07:32:22 UTC

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

2023-10-05 07:32:22 UTC

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

2023-10-16 11:39:36 UTC

/bin/sh -c #(nop) ARG ARCH=amd64

2023-10-16 11:39:36 UTC

/bin/sh -c #(nop) ENV SYSTEMD_IGNORE_CHROOT=yes

2023-10-16 11:39:36 UTC

/bin/sh -c #(nop) COPY file:08b58948eda7d62a8f68776e29c8b3d58099af170a66f34ae677069656423ddb in /hyperkube

2023-10-16 11:39:36 UTC

/bin/sh -c #(nop) COPY file:e8032c6e8aa4ed890bc6e143a6f89955cf199aafa656a9a331365cbd2a30d429 in /usr/sbin/iptables-wrapper-installer.sh

2023-10-16 11:39:37 UTC

|1 ARCH=arm64 /bin/sh -c ln -s /usr/bin/update-alternatives /usr/sbin/update-alternatives

2023-10-16 11:39:37 UTC

|1 ARCH=arm64 /bin/sh -c ln -s /hyperkube /apiserver && ln -s /hyperkube /cloud-controller-manager && ln -s /hyperkube /controller-manager && ln -s /hyperkube /kubectl && ln -s /hyperkube /kubelet && ln -s /hyperkube /proxy && ln -s /hyperkube /scheduler

2023-10-16 11:39:38 UTC

|1 ARCH=arm64 /bin/sh -c echo "dash dash/sh boolean false" | debconf-set-selections

2023-10-16 11:39:39 UTC

|1 ARCH=arm64 /bin/sh -c DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash

2023-10-16 11:41:01 UTC

|1 ARCH=arm64 /bin/sh -c echo CACHEBUST>/dev/null && apt-get update && apt-get upgrade -y && apt-get autoclean && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends apt-transport-https arptables ca-certificates ceph-common cifs-utils conntrack curl e2fsprogs xfsprogs ebtables ethtool git glusterfs-client glusterfs-common gnupg1 iproute2 ipset iptables iputils-ping jq kmod lsb-release open-iscsi openssh-client procps netbase nfs-common samba-common socat systemd udev util-linux xfsprogs zfsutils-linux && AZ_REPO=$(lsb_release -cs) && echo "deb [arch=${ARCH}] https://packages.microsoft.com/repos/azure-cli/ $AZ_REPO main" > /etc/apt/sources.list.d/azure-cli.list && curl -L https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && apt-get purge gnupg && apt-get update && apt-get install -y --no-install-recommends azure-cli && apt-get clean -y && rm -rf /var/cache/debconf/* /var/lib/apt/lists/* /var/log/* /tmp/* /var/tmp/*

2023-10-16 11:41:07 UTC

|1 ARCH=arm64 /bin/sh -c /usr/sbin/iptables-wrapper-installer.sh

2023-10-16 11:41:08 UTC

/bin/sh -c #(nop) COPY dir:61d97b3113c913e00f0f48b043988a53e0a5fb0dc4458a36c82328fed162f8e7 in /opt/cni/bin

2023-10-16 11:41:09 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/hyperkube"]

2023-10-16 11:41:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2023-10-16T11:39:26Z

2023-10-16 11:41:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=8afcb7c72ff883f184f39368761293576d509dd9

2023-10-16 11:41:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/hyperkube-base.git

2023-10-16 11:41:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/hyperkube-base

2023-11-17 07:36:53 UTC

/bin/sh -c #(nop) COPY multi:18d03e6cebb3bab32b8a67ca4b939f995a02167e74d802b81621d535cfdf9816 in /usr/local/bin/

2023-11-17 07:37:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2023-11-17T07:36:38Z

2023-11-17 07:37:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d3b5ef2f7dcd7891b4e02548c9bb3cad90b42610

2023-11-17 07:37:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/hyperkube.git

2023-11-17 07:37:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/hyperkube

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