Namespace
rancher
Image / Tag
rancher-agent:v2.0.14-rc3
Content Digest
sha256:256abb0e92fb3b9b50338c6456a6f0b40669ffe35df563fc76b0352a9d5aac6a
Details
Created

2019-04-17 21:01:05 UTC

Size

93.9 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2019-04-17T21:00:42Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    8f45152192c7a66f1d1e10d881d3e57dcbee149a
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.0.14-rc3

DOCKER_API_VERSION

1.24

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:898c46f3b1a1f39827ed135f020c32e2038c87ae0690a8fe73d94e5df9e6a2d6 - 32.98% (31 MB)

[#001] sha256:63366dfa0a5076458e37ebae948bc7823bab256ca27e09ab94d298e37df4c2a3 - 0.0% (851 Bytes)

[#002] sha256:041d4cd74a929bc4b66ee955ab5b229de098fa389d1a1fb9565e536d8878e15f - 0.0% (545 Bytes)

[#003] sha256:6e1bee0f8701f0ae53a5129dc82115967ae36faa30d7701b195dfc6ec317a51d - 0.0% (162 Bytes)

[#004] sha256:42847cf25b08881eb6b6b14adccdab6bdddbc2d3e03d67475ca564318dc47c82 - 32.29% (30.3 MB)

[#005] sha256:27008b7f849e5f30eb73a655e51e59fc72dc158ae49aab6b93fd2619f3147912 - 2.24% (2.1 MB)

[#006] sha256:311eae0aad13a65382de403e8375598d836224df591c7917255a38607ce976ce - 1.35% (1.26 MB)

[#007] sha256:ebf7b621ad667dadf0a23dd0edc9949441945f8320990c8a4e6925c757e218aa - 19.7% (18.5 MB)

[#008] sha256:0c61d27915af17c7cbfc756782402a43af75b3f638dd35733bea0858ac4d9020 - 11.45% (10.7 MB)


History
2019-03-12 00:20:11 UTC

/bin/sh -c #(nop) ADD file:1d7cb45c4e196a6a84319b976b95ce1a9037c40b085e88350c071bf27ff59166 in /

2019-03-12 00:20: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-03-12 00:20:13 UTC

/bin/sh -c rm -rf /var/lib/apt/lists/*

2019-03-12 00:20:17 UTC

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

2019-03-12 00:20:17 UTC

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

2019-04-17 21:00:57 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.11.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-04-17 21:00:57 UTC

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

2019-04-17 21:00:58 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-04-17 21:00:59 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-04-17 21:01:01 UTC

/bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/v1.0.3/kube-prompt_v1.0.3_linux_amd64.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin

2019-04-17 21:01:02 UTC

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

2019-04-17 21:01:02 UTC

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

2019-04-17 21:01:02 UTC

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

2019-04-17 21:01:02 UTC

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

2019-04-17 21:01:03 UTC

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

2019-04-17 21:01:03 UTC

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

2019-04-17 21:01:04 UTC

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

2019-04-17 21:01:04 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-04-17T21:00:42Z

2019-04-17 21:01:04 UTC

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

2019-04-17 21:01:04 UTC

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

2019-04-17 21:01:05 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