Namespace
rancher
Image / Tag
rancher-agent:master-84124ce5c3010fbeb91f50ea84c2fcc7d7bf64be-linux-arm64
Content Digest
sha256:dc9738dba121606f84d9c700d607a4c86805c8d7b7f2713f7b2b5e04b797cf47
Details
Created

2021-06-02 15:59:18 UTC

Size

145 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-02T15:58:01Z
  • org.opencontainers.image.revision
    84124ce5c3010fbeb91f50ea84c2fcc7d7bf64be
  • 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-84124ce5c3010fbeb91f50ea84c2fcc7d7bf64be-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.56% (22.6 MB)

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

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

[#003] sha256:c3c0ef87047de140cbb208ee93790aaaa9c0640c5b8ea0cbe919c2d1fe90660e - 0.0% (122 Bytes)

[#004] sha256:d53204fe93215bb0e61c481cff78ea897203c992c06f08d0fdcca5f4ba98fa72 - 30.09% (43.7 MB)

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

[#006] sha256:2dadf2d05188506a2fd605cab76252ac4239ec8e3ca8a471970d62e47dfde907 - 16.96% (24.6 MB)

[#007] sha256:5a32ce2a2f6f1e870037dcfec74cbbd55582a40220996538298b977c475f19f2 - 23.56% (34.2 MB)

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

[#009] sha256:5e3c3909afb216ba49a4b477d0b4005a0f1b5e406fc30faf066ffdf862449901 - 12.48% (18.1 MB)

[#010] sha256:0eafe79478c13dd45e5d607d42ea60a30cbd9a54c7556cbb60436fe28a3c1313 - 0.0% (171 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-02 15:58:25 UTC

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

2021-06-02 15:58:26 UTC

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

2021-06-02 15:58:26 UTC

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

2021-06-02 15:58:59 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-02 15:58:59 UTC

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

2021-06-02 15:59:01 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-02 15:59:01 UTC

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

2021-06-02 15:59:03 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-02 15:59:03 UTC

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

2021-06-02 15:59:04 UTC

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

2021-06-02 15:59:04 UTC

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

2021-06-02 15:59:04 UTC

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

2021-06-02 15:59:14 UTC

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

2021-06-02 15:59:15 UTC

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

2021-06-02 15:59:16 UTC

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

2021-06-02 15:59:16 UTC

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

2021-06-02 15:59:17 UTC

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

2021-06-02 15:59:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-02T15:58:01Z

2021-06-02 15:59:17 UTC

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

2021-06-02 15:59:18 UTC

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

2021-06-02 15:59: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