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

2024-06-21 03:59:37 UTC

Size

437 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-21T03:59:09.387Z
  • org.opencontainers.image.description
    Rancher hyperkube images
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    d79213effc8c9bfa34b6731a103d8717de859ff5
  • org.opencontainers.image.source
    https://github.com/rancher/hyperkube
  • org.opencontainers.image.title
    hyperkube
  • org.opencontainers.image.url
    https://github.com/rancher/hyperkube
  • org.opencontainers.image.version
    v1.28.11-rancher1

Environment
PATH

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


Layers

[#000] sha256:29202e855b2021a2d7f92800619ed5f5e8ac402e267cfbb3d29a791feb13c1ee - 6.45% (28.2 MB)

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

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

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

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

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

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

[#007] sha256:4bef6189c529d6de33d9cc1f4d0ae9f36096c2273e9562e1f011bdb45c353c58 - 61.89% (270 MB)

[#008] sha256:6e1329c1e49af2a1a3303c6384637d130113027e9963539324f857a0396e8543 - 0.0% (1.96 KB)

[#009] sha256:0cd70522fbb711e67419d8a7a3e76bbb13ba015754cd520370e675d54219c00a - 31.53% (138 MB)


History
2024-01-11 17:08:09 UTC

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

2024-01-11 17:08:09 UTC

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

2024-01-11 17:08:09 UTC

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

2024-01-11 17:08:09 UTC

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

2024-01-11 17:08:11 UTC

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

2024-01-11 17:08:11 UTC

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

2024-01-23 18:21:11 UTC

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

2024-01-23 18:21:11 UTC

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

2024-01-23 18:21:11 UTC

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

2024-01-23 18:21:11 UTC

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

2024-01-23 18:21:12 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

2024-01-23 18:21:13 UTC

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

2024-01-23 18:21:13 UTC

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

2024-01-23 18:22:10 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 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/*

2024-01-23 18:22:16 UTC

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

2024-01-23 18:22:16 UTC

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

2024-01-23 18:22:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2024-01-23T18:21:09Z

2024-01-23 18:22:16 UTC

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

2024-01-23 18:22:16 UTC

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

2024-01-23 18:22:16 UTC

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

2024-06-21 03:59:37 UTC (buildkit.dockerfile.v0)

COPY k8s-binaries/kube* /usr/local/bin/ # buildkit

Details
Created

2024-06-21 04:00:00 UTC

Size

419 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-21T03:59:29.618Z
  • org.opencontainers.image.description
    Rancher hyperkube images
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    d79213effc8c9bfa34b6731a103d8717de859ff5
  • org.opencontainers.image.source
    https://github.com/rancher/hyperkube
  • org.opencontainers.image.title
    hyperkube
  • org.opencontainers.image.url
    https://github.com/rancher/hyperkube
  • org.opencontainers.image.version
    v1.28.11-rancher1

Environment
PATH

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


Layers

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

[#001] sha256:385e339ed3237d3c5892ad8e70664d2ab658d0c37c5ecc5072e46f570fc742b2 - 0.0% (917 Bytes)

[#002] sha256:13f776316e5ca8336b94d2c4e52cca610ff7fae00d1441f21e3ad91628c3f51e - 0.0% (2.35 KB)

[#003] sha256:99b60b0d38c73f17a19cbfeadf4099c9eedbbe0c9372701dc0fd84880ac200eb - 0.0% (162 Bytes)

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

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

[#006] sha256:76c85938efec88ade6c6da3a83c059e798f2aafe51535492f53cb3d181546ad2 - 0.07% (279 KB)

[#007] sha256:c48cbde330758db2ad8ae8d1e97bc3e57e271130c49e6908271db4e5f2bb2c4f - 63.7% (267 MB)

[#008] sha256:599241274cc753a570e6b36c4370ceb7136e4222ce56a21b21852e3e47be82e5 - 0.0% (1.96 KB)

[#009] sha256:072dd69504676fdbf5b50c1ef8bf2ad6b8e31a9774fe4a26add70dcd6c93d381 - 29.94% (125 MB)


History
2024-01-11 17:03:13 UTC

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

2024-01-11 17:03:13 UTC

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

2024-01-11 17:03:13 UTC

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

2024-01-11 17:03:13 UTC

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

2024-01-11 17:03:15 UTC

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

2024-01-11 17:03:15 UTC

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

2024-01-23 18:19:12 UTC

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

2024-01-23 18:19:12 UTC

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

2024-01-23 18:19:12 UTC

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

2024-01-23 18:19:13 UTC

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

2024-01-23 18:19:13 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

2024-01-23 18:19:14 UTC

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

2024-01-23 18:19:15 UTC

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

2024-01-23 18:20:31 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 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/*

2024-01-23 18:20:36 UTC

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

2024-01-23 18:20:37 UTC

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

2024-01-23 18:20:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2024-01-23T18:19:08Z

2024-01-23 18:20:37 UTC

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

2024-01-23 18:20:37 UTC

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

2024-01-23 18:20:37 UTC

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

2024-06-21 04:00:00 UTC (buildkit.dockerfile.v0)

COPY k8s-binaries/kube* /usr/local/bin/ # buildkit

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