2021-05-18 00:23:38 UTC
154 MB
rancher/rancher-agent:master-55f0bb22ce58f477dab4f81b208300c0e74fc44f-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:01bf7da0a88c9e37ae418d17c0aeed0621524848d80ccb9e38c67e7ab8e11928 - 16.53% (25.5 MB)
[#001] sha256:f3b4a5f15c7a0722b4f22e61b5387317eaf2602c27ffb2bceac9a25f19fbd156 - 0.0% (852 Bytes)
[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)
[#003] sha256:e147c5568e278f05dd706282e9645f1f4a14dd6395efbe75ee80f73d587ac4c8 - 0.0% (123 Bytes)
[#004] sha256:eea0f844cb96a2fcb20c142d039b3f9ddb5e2be88bbb02f0c29913e5e522b29d - 30.47% (46.9 MB)
[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 1.43% (2.2 MB)
[#006] sha256:b4f7a28a0ca9c6229b3a8e73a04f047a76b63de5f8702d7ed0fdffa428de6ce8 - 17.26% (26.6 MB)
[#007] sha256:b6169458e37e3d1c8ee80bcb46318fa1733dfc3cea5ae4d58a75dc27c2492b52 - 21.37% (32.9 MB)
[#008] sha256:3d6ff8c8744962a1d7dce0d6ede94bb72627ca7c70ccc049b1d38d673ce7e345 - 0.01% (9.31 KB)
[#009] sha256:a428d9d8f357ceb3bad88b4a461d9ee2139347c6b4f492b12ce270d462117780 - 12.94% (19.9 MB)
[#010] sha256:3c837c7e4c4e42878a4945dc39757c2261fdb2d74ff1fc8ea1cdb5218ab6c1a2 - 0.0% (170 Bytes)
/bin/sh -c #(nop) ADD file:d7fa3c26651f9204a5629287a1a9a6e7dc6a0bc6eb499e82c433c0c8f67ff46b in /
2021-04-23 22:21:23 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:21:24 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-04-23 22:21:25 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-04-23 22:21:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-18 00:23:02 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-18 00:23:03 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-18 00:23:03 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.6
2021-05-18 00:23:23 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-18 00:23:24 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-18 00:23:25 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-18 00:23:25 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-18 00:23:27 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-18 00:23:27 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-18 00:23:27 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-18 00:23:27 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-55f0bb22ce58f477dab4f81b208300c0e74fc44f-head
2021-05-18 00:23:27 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-18 00:23:34 UTC/bin/sh -c #(nop) COPY dir:66da5df1b813b1cde5f210534c58299c3ee72608a6b79cfce913c2999aa7bd6c in /var/lib/rancher-data
2021-05-18 00:23:36 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-05-18 00:23:37 UTC/bin/sh -c #(nop) COPY multi:71b6e14db94879620cf242c9cbeef29505214e18287ffb2a39aab3706b34931e in /usr/bin/
2021-05-18 00:23:37 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-18 00:23:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-18 00:23:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-18T00:22:38Z
2021-05-18 00:23:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=55f0bb22ce58f477dab4f81b208300c0e74fc44f
2021-05-18 00:23:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-18 00:23:38 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.