Namespace
rancher
Image / Tag
hyperkube:v1.25.13-rancher1-linux-arm64
Content Digest
sha256:cc639ab7f0e7206bba4a922a83fda28ceb06482f98885f97621755c875bddcea
Details
Created

2023-08-25 05:53:28 UTC

Size

410 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-08-25T05:52:22Z
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    9b99d023fb2d7654500ce4184ba7f951b0e1c561
  • 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


Layers

[#000] sha256:5af00eab97847634d0b3b8a5933f52ca8378f5f30a2949279d682de1e210d78b - 6.36% (26.1 MB)

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

[#002] sha256:18153c852558c72a7fff70771ad4a5a60645be0e6a8c9b0ad912788af8a3406c - 0.0% (2.35 KB)

[#003] sha256:7de18a72a759eebbd1f1d336c9ece5dbfab15ea5b8ac1353821d1fd972506800 - 0.0% (162 Bytes)

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

[#005] sha256:72a1567a4773fc1a7803673b06ade4098c21cce0fb7d3e317de2c72f96bce3fe - 0.07% (279 KB)

[#006] sha256:99be2866f72fbf473eb42dd963a56f62942a4070a584d3a8b9709ebcd5736af4 - 0.07% (279 KB)

[#007] sha256:fd4c929ccd2b53cb3e1b188bba0b8552184ca56747cb4b2c03e622dbd3315176 - 54.63% (224 MB)

[#008] sha256:71f254ae3262edfaa3c246b2c875fbcd4f0b990cd89afc476a368ba5a96389a9 - 0.0% (1.97 KB)

[#009] sha256:593f8422333b69d8f8c461810a757a4d223e711d07fa60e96f3d01a8369d7cb2 - 10.18% (41.8 MB)

[#010] sha256:1cd647c6462f192b1d86b16b7675bedf0c4b6901f25781b6fa88217582785688 - 28.7% (118 MB)


History
2023-06-28 08:42:48 UTC

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

2023-06-28 08:42:48 UTC

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

2023-06-28 08:42:48 UTC

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

2023-06-28 08:42:48 UTC

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

2023-06-28 08:42:50 UTC

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

2023-06-28 08:42:50 UTC

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

2023-08-09 13:21:15 UTC

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

2023-08-09 13:21:15 UTC

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

2023-08-09 13:21:15 UTC

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

2023-08-09 13:21:16 UTC

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

2023-08-09 13:21:16 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-08-09 13:21:17 UTC

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

2023-08-09 13:21:18 UTC

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

2023-08-09 13:22:32 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-08-09 13:22:38 UTC

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

2023-08-09 13:22:38 UTC

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

2023-08-09 13:22:39 UTC

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

2023-08-09 13:22:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2023-08-09T13:21:06Z

2023-08-09 13:22:39 UTC

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

2023-08-09 13:22:39 UTC

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

2023-08-09 13:22:39 UTC

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

2023-08-25 05:52:36 UTC

/bin/sh -c #(nop) COPY multi:118234af8947e1b2ce0cd0e91961e5d9a9b95c75f49d9459b4608dca33ccd585 in /usr/local/bin/

2023-08-25 05:53:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2023-08-25T05:52:22Z

2023-08-25 05:53:28 UTC

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

2023-08-25 05:53:28 UTC

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

2023-08-25 05:53:28 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