Namespace
rancher
Image / Tag
rancher-agent:v2.1.12-rc5-linux-amd64
Content Digest
sha256:9c75644ab66e341cfc23bd2301558ab8897016eae15960137c8e628e2e497e8f
Details
Created

2019-08-05 19:44:52 UTC

Size

88.4 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2019-08-05T19:44:22Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    3043c48fec21dc7e67027024819fa3adb1869b5a
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.1.12-rc5

DOCKER_API_VERSION

1.24

KUBEPROMPT_VERSION

v1.0.4

LOGLEVEL_VERSION

v0.1

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:7413c47ba209e555018c4be91101d017737f24b0c9d1f65339b97a4da98acb2a - 28.79% (25.5 MB)

[#001] sha256:0fe7e7cbb2e88617d969efeeb3bd3125f7d309335c736a0525233ec2dc06aee1 - 0.04% (34.5 KB)

[#002] sha256:1d425c98234572d4221a1ac173162c4279f9fdde4726ec22ad3c399f59bb7503 - 0.0% (847 Bytes)

[#003] sha256:344da5c95cecd0f55238ce59b8469ee301056001ece2b769e9691b80f94f9f37 - 0.0% (162 Bytes)

[#004] sha256:e9f2ac06a8b2599c2291272e0af052b82f3c405357c8bae969ea07190d8846f2 - 34.94% (30.9 MB)

[#005] sha256:ed38c9934b8a1ab3ca9e3e93df022267864d2362c04e81688038714a384d60f6 - 2.37% (2.1 MB)

[#006] sha256:5bc8fc0e0a6bd0429b2d931b1461503ac8d4d865b4e2f188d0be5ac5a3c6c633 - 1.43% (1.26 MB)

[#007] sha256:f702aad18fe2c526f87b6cbc8157371b6f332068e24eb07570d3fd627cc77847 - 18.24% (16.1 MB)

[#008] sha256:5b1c3c100daf52e77d37ab13832d72bfdb5a99f5a5b2495510d03a808181669e - 14.19% (12.5 MB)


History
2019-07-23 15:21:10 UTC

/bin/sh -c #(nop) ADD file:3ddd02d976792b6c6deed85bd3643cba43a7bce743c2a84d91336fc951e9a9ec in /

2019-07-23 15:21:11 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2019-07-23 15:21:12 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

2019-07-23 15:21:12 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2019-07-23 15:21:13 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2019-08-05 19:44:39 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip && curl -sLf https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/v1.12.9/bin/linux/amd64/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/*

2019-08-05 19:44:40 UTC

/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1

2019-08-05 19:44:46 UTC

/bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-amd64-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin

2019-08-05 19:44:47 UTC

/bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.3/share-mnt.tar.gz | tar xvzf - -C /usr/bin

2019-08-05 19:44:47 UTC

/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.4

2019-08-05 19:44:49 UTC

/bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_amd64.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin

2019-08-05 19:44:49 UTC

/bin/sh -c #(nop) ARG VERSION=dev

2019-08-05 19:44:49 UTC

/bin/sh -c #(nop) LABEL io.cattle.agent=true

2019-08-05 19:44:50 UTC

/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24

2019-08-05 19:44:50 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.1.12-rc5

2019-08-05 19:44:50 UTC

/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs

2019-08-05 19:44:51 UTC

/bin/sh -c #(nop) COPY multi:d64946a3ed36f2078b8c931a003a1cd0dddaf53d051ad68e4a24637adc98ce62 in /usr/bin/

2019-08-05 19:44:51 UTC

/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]

2019-08-05 19:44:51 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-08-05T19:44:22Z

2019-08-05 19:44:51 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0

2019-08-05 19:44:52 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=3043c48fec21dc7e67027024819fa3adb1869b5a

2019-08-05 19:44:52 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Danger Zone
Delete Tag

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.

Delete