Namespace
rancher
Image / Tag
rancher-agent:master-7c64225f9b040905679d32522678a15f7d232ea8-linux-arm64
Content Digest
sha256:80ea04b64b7e71663dc01587b0dd095438c84d929d21e7ceb20c8ad298129a4d
Details
Created

2021-05-10 21:16:22 UTC

Size

179 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-10T21:15:14Z
  • org.opencontainers.image.revision
    7c64225f9b040905679d32522678a15f7d232ea8
  • 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-7c64225f9b040905679d32522678a15f7d232ea8-head

KUBECTL_VERSION

v1.19.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:673aeee5c81c892477834e2b5e55575f16bfd52d9b841a1d8c524fb3805ee960 - 12.63% (22.6 MB)

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

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

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

[#004] sha256:49a44c6e0fe2cc68154f56c9163739e70766d644925157cd50538c954f378e77 - 24.52% (43.9 MB)

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

[#006] sha256:6e979c4c20ea775194039cf089175f1887aedc7526e151e9d76c19963089febc - 13.77% (24.6 MB)

[#007] sha256:7d0cfcf0f91d4b8ddb7f6eb1cd367d8791e56b666e17dddde5368e673d8d671b - 39.45% (70.6 MB)

[#008] sha256:88a9703e44eb37b48561f28a6640ea34e22145bf4439685b488e6edee16c1b63 - 0.0% (8.88 KB)

[#009] sha256:4fc2cf007a62a353605f150c3ea2461c7f89d92c86ae695826f90ca41332db5d - 8.54% (15.3 MB)

[#010] sha256:13d41565f00a4f99f91e7c8ddf81fa388ca7513f944499402c4555d9f6ec3bcc - 0.0% (170 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-10 21:15:36 UTC

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

2021-05-10 21:15:37 UTC

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

2021-05-10 21:15:37 UTC

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

2021-05-10 21:15:58 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-10 21:15:59 UTC

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

2021-05-10 21:16:00 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-10 21:16:00 UTC

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

2021-05-10 21:16:02 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-10 21:16:02 UTC

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

2021-05-10 21:16:02 UTC

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

2021-05-10 21:16:03 UTC

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

2021-05-10 21:16:03 UTC

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

2021-05-10 21:16:16 UTC

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

2021-05-10 21:16:19 UTC

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

2021-05-10 21:16:20 UTC

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

2021-05-10 21:16:20 UTC

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

2021-05-10 21:16:21 UTC

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

2021-05-10 21:16:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-10T21:15:14Z

2021-05-10 21:16:21 UTC

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

2021-05-10 21:16:21 UTC

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

2021-05-10 21:16:22 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