2021-05-21 16:41:44 UTC
155 MB
rancher/rancher-agent:master-6bb9fb530d04e8e4ada0f620eadee4ef26af132d-head
KUBECTL_VERSIONv1.20.6
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:4bbfd2c87b7524455f144a03bf387c88b6d4200e5e0df9139a9d5e79110f89ca - 16.46% (25.5 MB)
[#001] sha256:d2e110be24e168b42c1a2ddbc4a476a217b73cccdba69cdcb212b812a88f5726 - 0.0% (857 Bytes)
[#002] sha256:889a7173dcfeb409f9d88054a97ab2445f5a799a823f719a5573365ee3662b6f - 0.0% (189 Bytes)
[#003] sha256:afdd85df9fd503047078c4051492e960c75b634877791efd0d3a29b73f87db22 - 0.0% (123 Bytes)
[#004] sha256:c212de87f8ebc9a31ade502112e06e09c7e66189162d9bb0773e023e031d47f1 - 30.34% (46.9 MB)
[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 1.42% (2.2 MB)
[#006] sha256:b6497270a66d67b9b5323921d6a504afca936cef0a8a3baba32a9db71d5cf5f2 - 17.19% (26.6 MB)
[#007] sha256:9fd49709089c5ef69ed63485854d1164e13ad52ee775e00fcedf71ee416e685e - 21.66% (33.5 MB)
[#008] sha256:b9d486f6211ddb4d36ce7a8e405b29ea7c02ed42923b89bb5d42a30ce48efdb7 - 0.01% (9.31 KB)
[#009] sha256:f20124ee108998e2268bf52eef1f0c9529015d6195e11f056cf898d63aa68a72 - 12.92% (20 MB)
[#010] sha256:903198568de1bc01e07da07709fa868137f157ebe0a82c0e12e99661db16b1c7 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:e05689b5b0d51a2316f8a87b1a9d6cbf90d98b19a424dbb924ee3d0b1cc17bfc in /
2021-05-19 19:44:31 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-19 19:44:32 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-05-19 19:44:33 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-05-19 19:44:33 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-21 16:41:04 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-21 16:41:05 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-21 16:41:05 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.6
2021-05-21 16:41:28 UTC|1 ARCH=amd64 /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-21 16:41:28 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-21 16:41:29 UTC|1 ARCH=amd64 /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-21 16:41:29 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-21 16:41:31 UTC|1 ARCH=amd64 /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-21 16:41:31 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-21 16:41:31 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-21 16:41:32 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-6bb9fb530d04e8e4ada0f620eadee4ef26af132d-head
2021-05-21 16:41:32 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-21 16:41:40 UTC/bin/sh -c #(nop) COPY dir:61e34cd58125b6e43c636e537d76eaf5e7e1c988d1cc08ea4c09b9038a43cc88 in /var/lib/rancher-data
2021-05-21 16:41:42 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-05-21 16:41:43 UTC/bin/sh -c #(nop) COPY multi:a9919db704d6e0b353d804de7c1bc689d61b79bc80ee74fa701da14579a06509 in /usr/bin/
2021-05-21 16:41:43 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-21 16:41:43 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-21 16:41:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-21T16:40:39Z
2021-05-21 16:41:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=6bb9fb530d04e8e4ada0f620eadee4ef26af132d
2021-05-21 16:41:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-21 16:41:44 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.