2019-07-15 20:32:35 UTC
88.4 MB
rancher/rancher-agent:v2.1.11
DOCKER_API_VERSION1.24
KUBEPROMPT_VERSIONv1.0.4
LOGLEVEL_VERSIONv0.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:5b7339215d1d5f8e68622d584a224f60339f5bef41dbd74330d081e912f0cddd - 28.79% (25.4 MB)
[#001] sha256:14ca88e9f6723ce82bc14b241cda8634f6d19677184691d086662641ab96fe68 - 0.04% (34.5 KB)
[#002] sha256:a31c3b1caad473a474d574283741f880e37c708cc06ee620d3e93fa602125ee0 - 0.0% (849 Bytes)
[#003] sha256:b054a26005b7f3b032577f811421fab5ec3b42ce45a4012dfa00cf6ed6191b0f - 0.0% (162 Bytes)
[#004] sha256:aa08fdd643383b50d3a4f3db6bde6304bab40671b786a2c7c1f9271cda948d5e - 34.94% (30.9 MB)
[#005] sha256:0ab0e691ef5908fd4efb7e0d21c23e1fe4e6bb1db942dc626ac0b91dc06c2c59 - 2.37% (2.1 MB)
[#006] sha256:70c3a726c11ccc732451057c5b28f88033cc8b1930814b64c7c38702214b998a - 1.43% (1.26 MB)
[#007] sha256:3448a8a2bca3c1996e14446607339c4c7eef309c1a0ac8121c87639d63aac688 - 18.24% (16.1 MB)
[#008] sha256:8ac4fa474f82c5fe66cf4e2f91f5a5a8f288d0463dbbcd8fabdf59ae4fdde57b - 14.19% (12.5 MB)
/bin/sh -c #(nop) ADD file:4e6b5d9ca371eb881c581574b8dc4f5391eff2872db364af0f8d9804e4890098 in /
2019-06-18 22:51:35 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-06-18 22:51:36 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
2019-06-18 22:51:37 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-06-18 22:51:38 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-07-15 20:32:23 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip && curl -sLf https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/v1.12.9/bin/linux/amd64/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/*
2019-07-15 20:32:23 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1
2019-07-15 20:32:26 UTC/bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-amd64-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2019-07-15 20:32:27 UTC/bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.3/share-mnt.tar.gz | tar xvzf - -C /usr/bin
2019-07-15 20:32:27 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.4
2019-07-15 20:32:32 UTC/bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_amd64.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2019-07-15 20:32:32 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-07-15 20:32:33 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-07-15 20:32:33 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-07-15 20:32:33 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.1.11
2019-07-15 20:32:33 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-07-15 20:32:34 UTC/bin/sh -c #(nop) COPY multi:fd5f29c0fda0720a010ac7a993440303db451ced16df06ed073f0cbe2b3b74e4 in /usr/bin/
2019-07-15 20:32:35 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-07-15 20:32:35 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-07-15T20:32:04Z
2019-07-15 20:32:35 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-07-15 20:32:35 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=e532d1811382e75b0c842b96f09a1318d7a57df0
2019-07-15 20:32:35 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
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.