Namespace
rancher
Image / Tag
rancher-agent:master-f90b36efb4cf50088e63e081e359ddd9b94c8ecf-linux-arm64
Content Digest
sha256:f929bba71e051f6319e3e10c95be0c1c7abea9fc2ff0909df6d2c76df8e42c3d
Details
Created

2021-05-25 19:16:32 UTC

Size

144 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-25T19:15:41Z
  • org.opencontainers.image.revision
    f90b36efb4cf50088e63e081e359ddd9b94c8ecf
  • 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-f90b36efb4cf50088e63e081e359ddd9b94c8ecf-head

KUBECTL_VERSION

v1.20.6

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:673aeee5c81c892477834e2b5e55575f16bfd52d9b841a1d8c524fb3805ee960 - 15.67% (22.6 MB)

[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)

[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)

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

[#004] sha256:bcdb44e5a7b08767636e33b502f4291b779dbe554e5f7636c6dac79874b3911d - 30.04% (43.3 MB)

[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 1.35% (1.94 MB)

[#006] sha256:621f30e082a31932abf2f2ed7519cb6979720f02533794ad8615ec2f0488779d - 17.08% (24.6 MB)

[#007] sha256:439d380a4bff19f2c487c401b4ef8ab21a494f667106e5da25f7da5001d47fae - 23.35% (33.7 MB)

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

[#009] sha256:1dd69c072fcfcc859ac830c189e6dd171d59988720459468f9338407c41a3833 - 12.5% (18 MB)

[#010] sha256:27674a81081a1d8c2fbb2a9c409b60af33b10769958486bdeaeac490a9b42c8e - 0.0% (173 Bytes)


History
2021-04-23 22:47:15 UTC

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

2021-04-23 22:47:19 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-04-23 22:47:21 UTC

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

2021-04-23 22:47:23 UTC

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

2021-04-23 22:47:24 UTC

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

2021-05-25 19:15:57 UTC

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

2021-05-25 19:15:58 UTC

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

2021-05-25 19:15:58 UTC

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

2021-05-25 19:16:17 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 && 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-25 19:16:18 UTC

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

2021-05-25 19:16:19 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-25 19:16:19 UTC

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

2021-05-25 19:16:20 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-25 19:16:21 UTC

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

2021-05-25 19:16:21 UTC

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

2021-05-25 19:16:21 UTC

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

2021-05-25 19:16:21 UTC

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

2021-05-25 19:16:28 UTC

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

2021-05-25 19:16:29 UTC

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

2021-05-25 19:16:30 UTC

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

2021-05-25 19:16:31 UTC

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

2021-05-25 19:16:31 UTC

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

2021-05-25 19:16:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-25T19:15:41Z

2021-05-25 19:16:31 UTC

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

2021-05-25 19:16:32 UTC

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

2021-05-25 19:16:32 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