2020-09-23 21:12:35 UTC
146 MB
rancher/rancher-agent:master-0e1cbd76f901800cc6749e49c71c5ebe107347c8-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
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.17.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:e2d8ee3976bc7c15c8a5279cdf0249b7e41b2a489771330d0f7affb26dd7acfb - 15.51% (22.6 MB)
[#001] sha256:5007857f7b9b52d6efdfea9e086e6eaf35519130ff97bfe89970353f0ae53f13 - 0.0% (848 Bytes)
[#002] sha256:43927e60f12d8b877ded6af5048b2ac5753fe78caba77a6bbbece4f98559b672 - 0.0% (186 Bytes)
[#003] sha256:abf4ac4d207bb13c44c717434b2f890994a6aac8cbdca16cf888b6eeab9ffa06 - 0.0% (124 Bytes)
[#004] sha256:5482edfcb7895a2b9788f79cc94d1542021ceb833baf4e7eb7f95a5862894ff1 - 34.34% (50.1 MB)
[#005] sha256:c9669d8ec2134993a2d4b79266d8a97e53488c799aacabd1f1d2470273dad07c - 1.33% (1.94 MB)
[#006] sha256:c626e8bd82a80be541dc5c784512655e0a26b47576b27f29923eea24ea2a192d - 16.89% (24.6 MB)
[#007] sha256:72df8c6bbd8d0c34e8ad715037da6d40a007fccb112ac0478d5db7334ca45704 - 13.06% (19.1 MB)
[#008] sha256:b111504f9a279436636511949c70ec6ef09bd7d46aea866726481047e3fd54e8 - 18.88% (27.5 MB)
[#009] sha256:2efb7a3d952480ff06e05a28a93be187c094c0ea9296644c5eef07db83214e0e - 0.0% (170 Bytes)
/bin/sh -c #(nop) ADD file:9eedc88c2028d53a81210b52c98121dddea7e30ecfbd4d11d2a1b2bdc94a0102 in /
2020-09-16 23:16:39 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-16 23:16:41 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-09-16 23:16:43 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-09-16 23:16:44 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-23 21:12:02 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-23 21:12:02 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_arm64
2020-09-23 21:12:03 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-23 21:12:03 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-23 21:12:23 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 && 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-23 21:12:24 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-23 21:12:25 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
2020-09-23 21:12:25 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-23 21:12:27 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
2020-09-23 21:12:27 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-23 21:12:27 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-23 21:12:28 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-23 21:12:28 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0e1cbd76f901800cc6749e49c71c5ebe107347c8-head
2020-09-23 21:12:28 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-23 21:12:32 UTC/bin/sh -c #(nop) COPY dir:4cf398adb56b9390a586da04c77415df29e064b5d046235d3b52bd1fedb7afd7 in /var/lib/rancher-data
2020-09-23 21:12:33 UTC/bin/sh -c #(nop) COPY multi:f0333593c81afb5c5fa698ea4b784ba0923f3071f9d48f6850a92d6028829be7 in /usr/bin/
2020-09-23 21:12:34 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-23 21:12:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-23 21:12:34 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-23T21:11:48Z
2020-09-23 21:12:34 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-23 21:12:35 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=0e1cbd76f901800cc6749e49c71c5ebe107347c8
2020-09-23 21:12: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.