Namespace
rancher
Image / Tag
rancher-agent:master-5d49b92f479a00773607fb41fe851f98271148c0-linux-arm64
Content Digest
sha256:5aa62637c58ed5992db136389dc2d29e4271a7f5d66e13a61544b599a064fba5
Details
Created

2021-05-31 07:46:36 UTC

Size

145 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-31T07:45:45Z
  • org.opencontainers.image.revision
    5d49b92f479a00773607fb41fe851f98271148c0
  • 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-5d49b92f479a00773607fb41fe851f98271148c0-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.57% (22.6 MB)

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

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

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

[#004] sha256:8b2520df027dea3eca97139b76d7bc4dbf761571122190dd5e7dbeb54ff6bb1c - 30.1% (43.7 MB)

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

[#006] sha256:48974da00c55a3fca9df3e95d9c461d01f55edda62db5d70b1ed136106fdf6a2 - 16.97% (24.6 MB)

[#007] sha256:67e1e984dbfee8ce83b6a21f336368f736ef2d0d7f7ad462f3edcc3b58ab8ce0 - 23.54% (34.2 MB)

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

[#009] sha256:73aa89ed4a4850449c0ec29f41cf45d6fe0b99f5206ba5bb05be949d614c4b6e - 12.48% (18.1 MB)

[#010] sha256:585252bd4ad2aa9fbe3556c3b4f7a54a64ac4a9639aefd6a3f43915324fb9f25 - 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-05-31 07:46:01 UTC

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

2021-05-31 07:46:02 UTC

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

2021-05-31 07:46:02 UTC

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

2021-05-31 07:46:21 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-05-31 07:46:22 UTC

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

2021-05-31 07:46:23 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-05-31 07:46:23 UTC

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

2021-05-31 07:46:25 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-05-31 07:46:25 UTC

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

2021-05-31 07:46:25 UTC

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

2021-05-31 07:46:25 UTC

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

2021-05-31 07:46:26 UTC

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

2021-05-31 07:46:32 UTC

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

2021-05-31 07:46:34 UTC

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

2021-05-31 07:46:35 UTC

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

2021-05-31 07:46:35 UTC

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

2021-05-31 07:46:35 UTC

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

2021-05-31 07:46:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-31T07:45:45Z

2021-05-31 07:46:36 UTC

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

2021-05-31 07:46:36 UTC

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

2021-05-31 07:46:36 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