Namespace
rancher
Image / Tag
rancher-agent:master-4bab86e9e2815783a92b8284f202e2670b6eb982-linux-arm64
Content Digest
sha256:60e26b326e0c3244d2416b2385f24c42bab2257ebc760738293e51b4894668b3
Details
Created

2021-06-10 14:13:18 UTC

Size

146 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-10T14:12:25Z
  • org.opencontainers.image.revision
    4bab86e9e2815783a92b8284f202e2670b6eb982
  • 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-4bab86e9e2815783a92b8284f202e2670b6eb982-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 - 15.47% (22.6 MB)

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

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

[#003] sha256:fe77ad0f826ec5970df0780e9043d2386eebc207fbd71044dc228ae3ed9c962d - 0.0% (124 Bytes)

[#004] sha256:0a6e220ef3de2301f20e49dc0b383de3d937c191015f6d9c14c4148de7671d60 - 29.91% (43.7 MB)

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

[#006] sha256:5447431d590b33587cbb072f9b8fa193095bac71d76f1534bd89a83763a346e4 - 16.86% (24.6 MB)

[#007] sha256:b2a383629e352abac15073f9e8d4914d8f43df8151ff37862d2a5476a2a2538e - 24.02% (35.1 MB)

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

[#009] sha256:5372385bd24d41d671b8e237087ff0889da3b0bdb4acadb758f3a6716a8438b8 - 12.4% (18.1 MB)

[#010] sha256:1e8f1e1920cbb6e0376dfbbcf3c3bc518ae52debdbea20810600619ca329c6e3 - 0.0% (170 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-10 14:12:42 UTC

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

2021-06-10 14:12:43 UTC

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

2021-06-10 14:12:43 UTC

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

2021-06-10 14:13:02 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 unzip 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-10 14:13:03 UTC

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

2021-06-10 14:13:04 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-10 14:13:04 UTC

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

2021-06-10 14:13:06 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 > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin

2021-06-10 14:13:06 UTC

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

2021-06-10 14:13:07 UTC

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

2021-06-10 14:13:07 UTC

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

2021-06-10 14:13:07 UTC

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

2021-06-10 14:13:14 UTC

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

2021-06-10 14:13:16 UTC

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

2021-06-10 14:13:16 UTC

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

2021-06-10 14:13:17 UTC

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

2021-06-10 14:13:17 UTC

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

2021-06-10 14:13:17 UTC

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

2021-06-10 14:13:18 UTC

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

2021-06-10 14:13:18 UTC

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

2021-06-10 14:13:18 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