2021-02-12 20:39:49 UTC
169 MB
rancher/rancher-agent:v2.5-3e96d7fb1c0478b14fb82092410a5ac9926e0ac0-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.19.7
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:d519e2592276828ca171d85e0532899cd4f98c70f5c697b45fa2e126e9f9fe49 - 15.06% (25.5 MB)
[#001] sha256:d22d2dfcfa9cd230ed3c47defec2670d45081598c721dd85cafc34ea459f970e - 0.0% (852 Bytes)
[#002] sha256:b3afe92c540b778c64ca316d1e679d55d2d2e812e450f516a808ee591f0c3f77 - 0.0% (162 Bytes)
[#003] sha256:be83d8aebdeebe61597544a6e48e03337085a7d5c88d2bcd43bdb01163dbfe6f - 0.0% (124 Bytes)
[#004] sha256:7a2140f8951d7ba4a93673a76143e43b8cff63ae68dd7b4b68d9426aed99de15 - 33.73% (57 MB)
[#005] sha256:45bd5c24af08019cb7892aab421508f07b286c4f80bdf54a67225cd637df0878 - 1.3% (2.2 MB)
[#006] sha256:1e24c07d0dc6f113eb64b82207d23e17ad2c0104c5f5c4b55bd4661b55d6e057 - 15.71% (26.6 MB)
[#007] sha256:13eefc33c73ef846594a114bfa4e24609e0f8b3a10b495351244fbd46f4af110 - 16.11% (27.2 MB)
[#008] sha256:b7d4b8984fca13b416cda324b9e16b01758be39e56257c6672a06a7901c10277 - 18.09% (30.6 MB)
[#009] sha256:e3541e7f9450164b6e6079a9876785bed08d16fe76691660df25962409950a58 - 0.0% (170 Bytes)
/bin/sh -c #(nop) ADD file:ef36fee25b0bd1d99979ecb8d54b206cec33d4e8fd2232189f0d8e5ab9754798 in /
2021-01-21 03:38:01 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:38:03 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-01-21 03:38:05 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-01-21 03:38:05 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-02-12 20:39:11 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-02-12 20:39:11 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
2021-02-12 20:39:12 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-02-12 20:39:12 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-02-12 20:39:35 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 ssh && 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-12 20:39:36 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-02-12 20:39:37 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
2021-02-12 20:39:37 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-02-12 20:39:39 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
2021-02-12 20:39:39 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-02-12 20:39:39 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-02-12 20:39:39 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-12 20:39:40 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-3e96d7fb1c0478b14fb82092410a5ac9926e0ac0-head
2021-02-12 20:39:40 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-02-12 20:39:46 UTC/bin/sh -c #(nop) COPY dir:05a8249802fd51a61d20316bf3bb3eda959b230d3f1eb00bd96ed3d430c33e65 in /var/lib/rancher-data
2021-02-12 20:39:48 UTC/bin/sh -c #(nop) COPY multi:47f12fabfdde28e0354f80b3df3082a60d6a7076e761088d51eaeb1d995feb62 in /usr/bin/
2021-02-12 20:39:48 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-02-12 20:39:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-02-12 20:39:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-02-12T20:38:49Z
2021-02-12 20:39:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-12 20:39:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=3e96d7fb1c0478b14fb82092410a5ac9926e0ac0
2021-02-12 20:39:49 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.