Namespace
rancher
Image / Tag
rancher-agent:master-b6930ba13c95c7a7d222cbe3238d00cdf090fe1b-linux-arm64
Content Digest
sha256:41f3a7219b53515967d416a05ddcb1896f373c18b11dc7ed8a1282c36b19e62f
Details
Created

2021-06-11 22:07:28 UTC

Size

131 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-11T22:06:10Z
  • org.opencontainers.image.revision
    b6930ba13c95c7a7d222cbe3238d00cdf090fe1b
  • org.opencontainers.image.source
    https://github.com/rancher/rancher.git
  • org.opencontainers.image.url
    https://github.com/rancher/rancher

Environment
AGENT_IMAGE

rancher/rancher-agent:master-b6930ba13c95c7a7d222cbe3238d00cdf090fe1b-head

KUBECTL_VERSION

v1.20.7

KUBEPROMPT_VERSION

v1.0.10

LOGLEVEL_VERSION

v0.1.3

PATH

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

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:ed6dc9c66f7cc607969a6f995c83956f1e614ec5dd42205a2ea544f8f6260a34 - 17.2% (22.6 MB)

[#001] sha256:15c11899c85b166cc1ed1af82b5f8bda57b93fa119405e47bb96f45bbbd93533 - 0.0% (852 Bytes)

[#002] sha256:86ebe93eb4a196c3d45c24bb95176c57287e87aed340cf757e873a861aed2540 - 0.0% (189 Bytes)

[#003] sha256:b64fe3304d1173b0445180ea972eb31b3c7c488249a6efeb2357acd3ad033ec5 - 0.0% (123 Bytes)

[#004] sha256:b9498fb9e7b6a8ab3857c7a0fb4ee3e8d9d76b61f23eb58a9c1b6008aec04fea - 33.14% (43.6 MB)

[#005] sha256:4acb2ad3cd2a57ed259a683d89f1ea9f5a4d7ad0110aad19664f931da8e475fd - 1.48% (1.94 MB)

[#006] sha256:b6d36c84bfad97c9ead05e93d1237161fa110b6e0360a7692dc058c924f8e2a8 - 9.43% (12.4 MB)

[#007] sha256:a1041a3f2405de4047267bad44d00578a14217e0e6d75b5c46afd5017528cebc - 24.97% (32.8 MB)

[#008] sha256:fd4c7d85c336eb506d36428902857f51cadf25fafcf845cec44d3e7460fadd2e - 0.01% (8.89 KB)

[#009] sha256:fb72c43c6dcbf162be504f374aaa8f51fcf77416db1c2feb67ebc00b55d0ba8e - 13.78% (18.1 MB)

[#010] sha256:dd041bbcb8b0581f0e8a279cfdf9cd2dedd0478c6139472dd38a06396a2c2671 - 0.0% (172 Bytes)


History
2021-05-27 12:29:48 UTC

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

2021-05-27 12:29:49 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2021-05-27 12:29:50 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2021-05-27 12:29:51 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2021-05-27 12:29:51 UTC

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

2021-06-11 22:06:27 UTC

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

2021-06-11 22:06:28 UTC

|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh

2021-06-11 22:06:28 UTC

/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.7

2021-06-11 22:06:55 UTC

|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion sysstat acl ssh iptables && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

2021-06-11 22:06:55 UTC

/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3

2021-06-11 22:06:56 UTC

|1 ARCH=arm64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin

2021-06-11 22:06:57 UTC

/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10

2021-06-11 22:06:58 UTC

|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip | gunzip -d -c - > /usr/bin/kube-prompt && chmod +x /usr/bin/kube-prompt

2021-06-11 22:06:59 UTC

/bin/sh -c #(nop) ARG VERSION=dev

2021-06-11 22:06:59 UTC

/bin/sh -c #(nop) LABEL io.cattle.agent=true

2021-06-11 22:06:59 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b6930ba13c95c7a7d222cbe3238d00cdf090fe1b-head

2021-06-11 22:07:00 UTC

/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs

2021-06-11 22:07:10 UTC

/bin/sh -c #(nop) COPY dir:d9a085fbca20d05eed9f010329bcd40016b05d6e22f0209b28aca2cc77d31385 in /var/lib/rancher-data

2021-06-11 22:07:25 UTC

/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/

2021-06-11 22:07:26 UTC

/bin/sh -c #(nop) COPY multi:fb08265bcfbf8af8bcb1230c1b1da55a43191fac81aa0fe3c14354e1802b0300 in /usr/bin/

2021-06-11 22:07:27 UTC

/bin/sh -c #(nop) WORKDIR /var/lib/rancher

2021-06-11 22:07:27 UTC

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

2021-06-11 22:07:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-11T22:06:10Z

2021-06-11 22:07:27 UTC

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

2021-06-11 22:07:28 UTC

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

2021-06-11 22:07:28 UTC

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

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