2020-10-20 04:53:04 UTC
159 MB
rancher/rancher-agent:master-09302deaeb107cec6dbae93cb8fdff32329b0c28-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.02% (25.5 MB)
[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)
[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)
[#003] sha256:4b1c3f9313887dceebe89cf8b1c9a6f9fc060aa9d584c4e9e5459d582c36ab47 - 0.0% (123 Bytes)
[#004] sha256:3958d6bb3d24dc96057e430c5e9606bbbd22ac4393a157faf3b9c98733154492 - 34.14% (54.3 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.39% (2.2 MB)
[#006] sha256:7cab36f3f18500a28e2ce1affe0921463596949a967cc3738142ca27fbf25b33 - 16.72% (26.6 MB)
[#007] sha256:04e656ed4a444a7ac274a2b8b93ecda09175608c0fa77f4fb33d10fb06420afd - 12.9% (20.5 MB)
[#008] sha256:1229134de5ec403bab6d2e8849c6cc74c330bf1b99e5d1335ff0baa57bba4db1 - 18.84% (30 MB)
[#009] sha256:7b752107bfb397e3d7475c3051871afefa47db7437d4c5290c62b440f76103bc - 0.0% (171 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-20 04:52:31 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-20 04:52: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-20 04:52:32 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-20 04:52:32 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-20 04:52:52 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-20 04:52:52 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-20 04:52: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-20 04:52:54 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-20 04:52:55 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-20 04:52:56 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-20 04:52:56 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-20 04:52:56 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-20 04:52:56 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-09302deaeb107cec6dbae93cb8fdff32329b0c28-head
2020-10-20 04:52:56 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-20 04:53:01 UTC/bin/sh -c #(nop) COPY dir:b615a8125d63119e9710165874acb4d87f3ec872b35924c490f334ec0252ecc8 in /var/lib/rancher-data
2020-10-20 04:53:03 UTC/bin/sh -c #(nop) COPY multi:0cf5bf1585aa73b7efc49bb48c639a0cb63ba4773159f4497c0e0368a4e9d917 in /usr/bin/
2020-10-20 04:53:03 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-20 04:53:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-20 04:53:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-20T04:52:11Z
2020-10-20 04:53:04 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-20 04:53:04 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=09302deaeb107cec6dbae93cb8fdff32329b0c28
2020-10-20 04:53:04 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.