2021-06-07 16:56:32 UTC
145 MB
rancher/rancher-agent:master-13a28e297ead2a2ace5a7d2701971d61c4825c82-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:ed6dc9c66f7cc607969a6f995c83956f1e614ec5dd42205a2ea544f8f6260a34 - 15.54% (22.6 MB)
[#001] sha256:15c11899c85b166cc1ed1af82b5f8bda57b93fa119405e47bb96f45bbbd93533 - 0.0% (852 Bytes)
[#002] sha256:86ebe93eb4a196c3d45c24bb95176c57287e87aed340cf757e873a861aed2540 - 0.0% (189 Bytes)
[#003] sha256:a2ac0d9a4b9cd267117ba622b4432a4a23724c71c5f3a136f8e33c4a0fc3b422 - 0.0% (123 Bytes)
[#004] sha256:a0a17ab0fee4e6b421303775e11330143d09dc105b445f38eba78b8a6218b8e0 - 30.04% (43.7 MB)
[#005] sha256:4acb2ad3cd2a57ed259a683d89f1ea9f5a4d7ad0110aad19664f931da8e475fd - 1.33% (1.94 MB)
[#006] sha256:f8c25c301a2f4549045d537c6a5cbfd94da1f48756e78d94087b3a1e769e7059 - 16.94% (24.6 MB)
[#007] sha256:a6e00e953d7ea550ed53787002065ab34844fd4fe55a388eb375ebb0693c4f93 - 23.69% (34.5 MB)
[#008] sha256:4093321a5d83bba2da1f9ade593b15d800c97e9269d1660d6e2249cff258db69 - 0.01% (8.89 KB)
[#009] sha256:35bbb7e9d809d336c1e2c2a8ef66eb951d5d60caddd00bf03bf62658a736f4b1 - 12.45% (18.1 MB)
[#010] sha256:200abd55534fdfd9497c014ff261cd15a25e322e9793b6178f34fe1fda426f42 - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:813209ca97a54f1f092727aea57fe5652a037b9c167df8bfccd9262415f8553f in /
2021-05-27 12:29:49 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-27 12:29:50 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-05-27 12:29:51 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-05-27 12:29:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-06-07 16:55:50 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-07 16:55:51 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-07 16:55:51 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.7
2021-06-07 16:56:11 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 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-06-07 16:56:11 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-07 16:56:13 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-06-07 16:56:13 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-07 16:56: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-06-07 16:56:20 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-07 16:56:20 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-07 16:56:21 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-13a28e297ead2a2ace5a7d2701971d61c4825c82-head
2021-06-07 16:56:21 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-07 16:56:28 UTC/bin/sh -c #(nop) COPY dir:e28dbb69fc75c3600178e9d39bdc8468f8141eb57f70d96ef811ed84510873ca in /var/lib/rancher-data
2021-06-07 16:56:29 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-06-07 16:56:30 UTC/bin/sh -c #(nop) COPY multi:c06db9fbc74a99bc8c290a58a50e3afc00419fb896033220015ed1fc7a217d64 in /usr/bin/
2021-06-07 16:56:31 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-07 16:56:31 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-07 16:56:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-07T16:55:34Z
2021-06-07 16:56:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=13a28e297ead2a2ace5a7d2701971d61c4825c82
2021-06-07 16:56:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-07 16:56:32 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.