2021-06-07 18:59:27 UTC
147 MB
rancher/rancher-agent:v2.5-1e02fc0a5afd8b85090afe941153b4b5fb50d707-head
KUBECTL_VERSIONv1.19.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.42% (22.6 MB)
[#001] sha256:15c11899c85b166cc1ed1af82b5f8bda57b93fa119405e47bb96f45bbbd93533 - 0.0% (852 Bytes)
[#002] sha256:86ebe93eb4a196c3d45c24bb95176c57287e87aed340cf757e873a861aed2540 - 0.0% (189 Bytes)
[#003] sha256:6bf27b1e2fef446231c23d3d5c6fc61f9ad6e38133f8c62bbf4bbd7431a96085 - 0.0% (123 Bytes)
[#004] sha256:4b3f96d254f0ba090cf83fab531e2741e78b10d4ba0a182baec1712e45368246 - 29.95% (43.9 MB)
[#005] sha256:4acb2ad3cd2a57ed259a683d89f1ea9f5a4d7ad0110aad19664f931da8e475fd - 1.32% (1.94 MB)
[#006] sha256:980342701ebaa715ae641688d5fcfae3ea2ea4f94b2025b6cf335d52bc71afa1 - 16.81% (24.6 MB)
[#007] sha256:fb71421850258d95a7ba79048f8896aebc25059bdc6d5c9f86219e3167a838d9 - 22.14% (32.5 MB)
[#008] sha256:857f2c98112994af796dbe8edb62abe434e1fd726727fffcde565a7621aef9c8 - 0.01% (8.88 KB)
[#009] sha256:b228b1f36a2290cf774073a3686e73bbdf05ef6fa5b73c566b22af48dbb9f403 - 14.34% (21 MB)
[#010] sha256:eddafa8335060f69938a2037281c7e3704b9c038eef706ad65d0024ebc3df491 - 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 18:58:48 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-07 18:58:49 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-07 18:58:50 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-06-07 18:59: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 && 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 18:59:12 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-07 18:59: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 18:59:13 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-07 18:59:14 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 18:59:15 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-07 18:59:15 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-07 18:59:15 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-1e02fc0a5afd8b85090afe941153b4b5fb50d707-head
2021-06-07 18:59:15 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-07 18:59:24 UTC/bin/sh -c #(nop) COPY dir:57324d3e7f8e515594384a966549afe5ddfd8c03cde4ecb69624715fb0e78e58 in /var/lib/rancher-data
2021-06-07 18:59:25 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-06-07 18:59:26 UTC/bin/sh -c #(nop) COPY multi:7f3cc1740d49eded135c7eeb805d52815981e6bd298193e1040687f1ed67d79f in /usr/bin/
2021-06-07 18:59:26 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-07 18:59:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-07 18:59:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-07T18:58:31Z
2021-06-07 18:59:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1e02fc0a5afd8b85090afe941153b4b5fb50d707
2021-06-07 18:59:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-07 18:59:27 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.