2020-09-30 01:58:23 UTC
158 MB
rancher/rancher-agent:master-eb96d76c59330e033e6e22d9a54b2be54f389e74-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.18.2
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:171857c49d0f5e2ebf623e6cb36a8bcad585ed0c2aa99c87a055df034c1e5848 - 16.09% (25.5 MB)
[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)
[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)
[#003] sha256:7584e2efe66940110e5ab83a859d2958fae023d8f1828c35908eff447a4de372 - 0.0% (123 Bytes)
[#004] sha256:7eba5f3ea6b6a14dd491e0a26597ab34f505802846b149db95af341c39b799bf - 34.3% (54.3 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.39% (2.2 MB)
[#006] sha256:887b549ce66def874acc4ffa175e23853f9171f2e1e7bccee80bf5e320e40580 - 16.79% (26.6 MB)
[#007] sha256:580e71d1a5f078fc5f08623a69dcc09cc136931f1021101f8466e70a3a84cc22 - 12.5% (19.8 MB)
[#008] sha256:348875b21b02e91f3137a921a5da941bc5b1e0cc3a1fa7c7bf8ffe0d75c6ef7f - 18.92% (29.9 MB)
[#009] sha256:c76db337d6e19c4e9aad3e4d3b7364f2ca6f5a4c288d42376f676b6a9dcca810 - 0.0% (170 Bytes)
/bin/sh -c #(nop) ADD file:4974bb5483c392fb54a35f3799802d623d14632747493dce5feb4d435634b4ac in /
2020-09-25 22:33:50 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
2020-09-25 22:33:51 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-09-25 22:33:52 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-09-25 22:33:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-30 01:57:50 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-30 01:57:50 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_amd64
2020-09-30 01:57:51 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-30 01:57:52 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-09-30 01:58:10 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 && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && 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/*
2020-09-30 01:58:11 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-30 01:58:12 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
2020-09-30 01:58:12 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-30 01:58:14 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
2020-09-30 01:58:14 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-30 01:58:14 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-30 01:58:15 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-30 01:58:15 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-eb96d76c59330e033e6e22d9a54b2be54f389e74-head
2020-09-30 01:58:15 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-30 01:58:20 UTC/bin/sh -c #(nop) COPY dir:c70273754f90b9a3c1436a3c10e71a141e0d2e6182dfd23f6068d8971b65591f in /var/lib/rancher-data
2020-09-30 01:58:22 UTC/bin/sh -c #(nop) COPY multi:051373f52d512ee74aeb465b8459f7f094755781ea9278ae7fd83991538d8f97 in /usr/bin/
2020-09-30 01:58:22 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-30 01:58:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-30 01:58:23 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-30T01:57:27Z
2020-09-30 01:58:23 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-30 01:58:23 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=eb96d76c59330e033e6e22d9a54b2be54f389e74
2020-09-30 01:58:23 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.