2021-02-10 20:46:56 UTC
155 MB
rancher/rancher-agent:master-e26f63045573c802923466309f3b731a4d57ba7e-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.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:64e3fba066352e44a4c1eeb6caedc87c29b46f0a7b31e21a58183fc8370005bd - 14.63% (22.6 MB)
[#001] sha256:3dbb433f451339aab734bb52e3df5b34cdea477f3f8e3aa32f7ac060bd852de2 - 0.0% (854 Bytes)
[#002] sha256:c3042a0d94b83caeb29bc20734c197130f58e14e86e8e6cdad8b768052bb563c - 0.0% (189 Bytes)
[#003] sha256:050858737eff40515f67d050569629cbcf4baad8fba82aff3974d3b047561a25 - 0.0% (123 Bytes)
[#004] sha256:538a7b9a0bf1a07c35e63678998e5235ce7537606be1cfe66397a9b16dd5279f - 32.46% (50.2 MB)
[#005] sha256:fffc0e4a1e23f2eeced3b94553539949a4d456d75fd2d035b6462a1c0b2a098f - 1.25% (1.94 MB)
[#006] sha256:dde5a975b826505da2a7af589ba0398abf4cc4de6b14162f7b8a9918aceba9e2 - 15.92% (24.6 MB)
[#007] sha256:96760541173fa7959ff8a193b9e5262c1bc06fca1ca843fd8b4eda6f192f8e49 - 17.51% (27.1 MB)
[#008] sha256:0cd24e7500ae0c374070a94cc38fcc7da20cc469cdca36aeae2c188cf47b21ec - 18.22% (28.2 MB)
[#009] sha256:2528a00df538539f75327d4af229aaf6e5d6f7c9b363bcfd6b0bb07720c5e57f - 0.0% (170 Bytes)
/bin/sh -c #(nop) ADD file:7d9bc01cf1f3757bf5fa308213a77aeb128883cc13616ff46b3da5b0e65b92f2 in /
2021-01-21 03:49:27 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
2021-01-21 03:49:29 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-01-21 03:49:31 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-01-21 03:49:32 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-02-10 20:46:22 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-02-10 20:46:22 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
2021-02-10 20:46:23 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-02-10 20:46:23 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-02-10 20:46:44 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/*
2021-02-10 20:46:44 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-02-10 20:46:45 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
2021-02-10 20:46:46 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-02-10 20:46:47 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
2021-02-10 20:46:48 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-02-10 20:46:48 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-02-10 20:46:48 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-10 20:46:48 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-e26f63045573c802923466309f3b731a4d57ba7e-head
2021-02-10 20:46:48 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-02-10 20:46:53 UTC/bin/sh -c #(nop) COPY dir:7fe8a7834dcdb1ce44a3faa49cc6173da2eb04d98d19c3cf850d7079091a74ac in /var/lib/rancher-data
2021-02-10 20:46:55 UTC/bin/sh -c #(nop) COPY multi:84c28fde20d20185bd052687ad161dfa7fb407e8589b0c4f49bdd5721fc8433d in /usr/bin/
2021-02-10 20:46:55 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-02-10 20:46:56 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-02-10 20:46:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-02-10T20:46:07Z
2021-02-10 20:46:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-10 20:46:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=e26f63045573c802923466309f3b731a4d57ba7e
2021-02-10 20:46:56 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.