2020-10-03 16:13:05 UTC
158 MB
rancher/rancher-agent:v2.5.0-rc6
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.13% (25.5 MB)
[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)
[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)
[#003] sha256:078ee9d7367c00bb672a6e0bb417ec71ad081ff55dbfe28a320df424ee10b34e - 0.0% (124 Bytes)
[#004] sha256:434434d667c33d181f3bad84a0b2cad4909af61daa23f9f2a00be6f4405ed05b - 34.39% (54.3 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.4% (2.2 MB)
[#006] sha256:376537930abd0dbac4e9d7de874cda2d4b05f4b58ccea83a822b39fb65e64f9c - 16.84% (26.6 MB)
[#007] sha256:35101eac72acaa62fa12fd66b5e958c1e7213aaeedbb0826f06b11aa65c54335 - 12.26% (19.4 MB)
[#008] sha256:6b446d714cce1ee10e26169eca75e591321f175a49ac16e1774e9b57a66bd7d7 - 18.98% (30 MB)
[#009] sha256:73c2968858dfd3ea7372fc3d2a62a173e0ea7d99f6865118832da99a450cd8f2 - 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-10-03 16:12:31 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-03 16:12:31 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-10-03 16:12:32 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-03 16:12:32 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-03 16:12:53 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-10-03 16:12:53 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-03 16:12:54 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-10-03 16:12:54 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-03 16:12:56 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-10-03 16:12:56 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-03 16:12:57 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-03 16:12:57 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-03 16:12:57 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-rc6
2020-10-03 16:12:57 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-03 16:13:02 UTC/bin/sh -c #(nop) COPY dir:405fed8260265005422251ca25cda5224075327c6de49573ece2abd0dad6fde7 in /var/lib/rancher-data
2020-10-03 16:13:04 UTC/bin/sh -c #(nop) COPY multi:f6268e689c14d63aa8bcfb2f3c863d1018349645d43859ba55c146799f93b7db in /usr/bin/
2020-10-03 16:13:04 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-03 16:13:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-03 16:13:05 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-03T16:12:10Z
2020-10-03 16:13:05 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-03 16:13:05 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=999f192945b8545f44f1a7e5b637ef5e7ba22559
2020-10-03 16:13:05 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.