2021-05-28 16:50:43 UTC
156 MB
rancher/rancher-agent:master-8cdbffe7fcbd433177ec2e0effd160190d36fa54-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:4bbfd2c87b7524455f144a03bf387c88b6d4200e5e0df9139a9d5e79110f89ca - 16.34% (25.5 MB)
[#001] sha256:d2e110be24e168b42c1a2ddbc4a476a217b73cccdba69cdcb212b812a88f5726 - 0.0% (857 Bytes)
[#002] sha256:889a7173dcfeb409f9d88054a97ab2445f5a799a823f719a5573365ee3662b6f - 0.0% (189 Bytes)
[#003] sha256:b7acf3dcfca73f5a3fd81c552c4ad5b14a5aa56832e82b5869cd4f1fcfa200e5 - 0.0% (123 Bytes)
[#004] sha256:50f444990c6f9b1759d75166f3652e5aaa2be0416ed0e60ffde65563924fbc67 - 30.39% (47.4 MB)
[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 1.41% (2.2 MB)
[#006] sha256:fa2026e89e58ae06db6bd78da02482bebf9daf21d6ff90d854d85b425153c3df - 17.05% (26.6 MB)
[#007] sha256:d2a90b625cc00479c793038bad2f48a92be69857167bbef5d9a9c8153af77848 - 21.93% (34.2 MB)
[#008] sha256:240e8eb5594992b890a3d46671b6aa076f084478dd27c36ddcd07a2cc3a856d7 - 0.01% (9.31 KB)
[#009] sha256:d8157d0981ee7fe84d313bea1493461bc8e5007dc51fbe5aeae0864493b36afc - 12.87% (20.1 MB)
[#010] sha256:9f0ca59071e9a2afe0465a4674e8054e943263f26501dd5d16d81c4108d8328b - 0.0% (172 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-28 16:49:17 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-28 16:49:20 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-28 16:49:20 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.7
2021-05-28 16:50:11 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 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-28 16:50:11 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-28 16:50:15 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-28 16:50:15 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-28 16:50:18 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-28 16:50:19 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-28 16:50:19 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-28 16:50:20 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-8cdbffe7fcbd433177ec2e0effd160190d36fa54-head
2021-05-28 16:50:20 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-28 16:50:35 UTC/bin/sh -c #(nop) COPY dir:bf6e0765c351b2d87a2d74be28d2885bc82c6e34dfc3c3a9201edeae38562f7f in /var/lib/rancher-data
2021-05-28 16:50:39 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-05-28 16:50:41 UTC/bin/sh -c #(nop) COPY multi:599e31155d65115d70b52afb2f7a74409e38101fc660dac472d205942beba01f in /usr/bin/
2021-05-28 16:50:41 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-28 16:50:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-28 16:50:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-28T16:48:40Z
2021-05-28 16:50:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=8cdbffe7fcbd433177ec2e0effd160190d36fa54
2021-05-28 16:50:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-28 16:50:43 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.