2021-05-14 22:52:26 UTC
192 MB
rancher/rancher-agent:master-5d2b7acca3d8a5f36ad2d616895dc9895e3296bf-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:01bf7da0a88c9e37ae418d17c0aeed0621524848d80ccb9e38c67e7ab8e11928 - 13.24% (25.5 MB)
[#001] sha256:f3b4a5f15c7a0722b4f22e61b5387317eaf2602c27ffb2bceac9a25f19fbd156 - 0.0% (852 Bytes)
[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)
[#003] sha256:4ff9cd3c2b78f48082731c5534a0f625eafc710a8888327b305ebee3b6de73a2 - 0.0% (123 Bytes)
[#004] sha256:a042b997664479b6111143f2a276a2fd8aefcfb5f40b226f5b1b21dacea922ae - 24.73% (47.5 MB)
[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 1.15% (2.2 MB)
[#006] sha256:2e7833ad9eaf7f9b1080f7e33de668281100292ebe05da783e7f0d387a1e590a - 13.82% (26.6 MB)
[#007] sha256:d3bf5f2623f7276872e39b0f86c62bffff83947695eb0dbdd117b6e52839f42e - 38.21% (73.5 MB)
[#008] sha256:66d52db6aa884a8b729055290a019c744b5f782dc5e4090781c0bcc7daab2fb4 - 0.0% (9.31 KB)
[#009] sha256:7cacd1d561ec0153f96ee0998d0d5fef0a778944c5b2528878147a30e23c0099 - 8.84% (17 MB)
[#010] sha256:2f8a5e090b67457a268cd37dad901a5e552e3f2b6e34b9b189f110f51c8b7bcc - 0.0% (171 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-14 22:51:37 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-14 22:51:39 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-14 22:51:39 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-05-14 22:52:00 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-14 22:52:00 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-14 22:52:02 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-14 22:52:02 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-14 22:52:04 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-14 22:52:04 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-14 22:52:04 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-14 22:52:04 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5d2b7acca3d8a5f36ad2d616895dc9895e3296bf-head
2021-05-14 22:52:05 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-14 22:52:20 UTC/bin/sh -c #(nop) COPY dir:49aca981db6b7ed545ba6d172c800afb07abf2846b6226559015d77a314c48c6 in /var/lib/rancher-data
2021-05-14 22:52:23 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-05-14 22:52:24 UTC/bin/sh -c #(nop) COPY multi:32c142ff75ae19da76d6366dcaa98603e6520a9cb8eda010d9e1857b912ded2c in /usr/bin/
2021-05-14 22:52:25 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-14 22:52:25 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-14 22:52:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-14T22:51:08Z
2021-05-14 22:52:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=5d2b7acca3d8a5f36ad2d616895dc9895e3296bf
2021-05-14 22:52:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-14 22:52:26 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.