2021-05-26 22:25:24 UTC
144 MB
rancher/rancher-agent:master-b8ce992213f0808955e30dde608fa88c406779ff-head
KUBECTL_VERSIONv1.20.7
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:673aeee5c81c892477834e2b5e55575f16bfd52d9b841a1d8c524fb3805ee960 - 15.65% (22.6 MB)
[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)
[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)
[#003] sha256:1a4f5161042b8b6d987cfee0311a5153360febdb46dd9a18d18acb513eac25ca - 0.0% (124 Bytes)
[#004] sha256:19aafef8859ec261d04b112bae61ccb315f92b77094e7b9effc32f8deafb675b - 30.0% (43.3 MB)
[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 1.34% (1.94 MB)
[#006] sha256:0f16093b7cef36e5c78daab2fcd21eb3bb62fc0d9d739e4fc34eae7c7456c664 - 17.06% (24.6 MB)
[#007] sha256:d180bc9737e70e4835715415481fa71c87ee229d5a3e974210961f103901b51f - 23.44% (33.8 MB)
[#008] sha256:8de912c102557a51ebf5958b5811be3b3cff080f45c6cf773ec018d8735c6eaf - 0.01% (8.88 KB)
[#009] sha256:850c39c4312b5535d1b720d5dfa52e5be457ad334db6e031d6179a77a01e802f - 12.49% (18 MB)
[#010] sha256:aaddc414db4caed84c2200bfdd7b3f1c0ea35468aee9daf143f7040fb52f3db5 - 0.0% (169 Bytes)
/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-26 22:24:50 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-26 22:24:51 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-26 22:24:51 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.7
2021-05-26 22:25:10 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-26 22:25:10 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-26 22:25:11 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-26 22:25:11 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-26 22:25:13 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-26 22:25:13 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-26 22:25:14 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-26 22:25:14 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b8ce992213f0808955e30dde608fa88c406779ff-head
2021-05-26 22:25:14 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-26 22:25:21 UTC/bin/sh -c #(nop) COPY dir:f5e6fbfa4c8660841f42b8282ec51ed01fb865910ac9bc3df01d1df252d6706a in /var/lib/rancher-data
2021-05-26 22:25:22 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-05-26 22:25:23 UTC/bin/sh -c #(nop) COPY multi:af74aa456e95dc36977f721d27c48be7111f655246ab7e48302381dddbfd745e in /usr/bin/
2021-05-26 22:25:23 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-26 22:25:23 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-26 22:25:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-26T22:24:34Z
2021-05-26 22:25:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b8ce992213f0808955e30dde608fa88c406779ff
2021-05-26 22:25:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-26 22:25:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
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.