Namespace
rancher
Image / Tag
rancher-agent:v2.0.15
Content Digest
sha256:12fef0224478c2832b6e890ef2f9cae6ae35a6e8430ba7a8e932b22a5a5c93ea
Details
Created

2019-06-05 21:49:29 UTC

Size

90.4 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2019-06-05T21:49:04Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    aeb6d6445409889a8cf7b90713a5507544ae8afe
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.0.15

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:6abc03819f3e00a67ed5adc1132cfec041d5f7ec3c29d5416ba0433877547b6f - 30.43% (27.5 MB)

[#001] sha256:05731e63f21105725a5c062a725b33a54ad8c697f9c810870c6aa3e3cd9fb6a2 - 0.0% (844 Bytes)

[#002] sha256:0bd67c50d6beeb55108476f72bea3b4b29a9f48832d6e045ec66b7ac4bf712a0 - 0.0% (164 Bytes)

[#003] sha256:2d04c3bb2b5e3787c74e631148e3e5d1e3d27a5f0ce285f68c2a90764513e207 - 33.52% (30.3 MB)

[#004] sha256:982a43d35041e3156c9722b610258e3c0ba1d7f96e26472d2791b5b3d938cb33 - 2.32% (2.1 MB)

[#005] sha256:ece036b2fa844c87faadc0748a7d7e9ff218a77e997f5871724a4863ea09b856 - 1.4% (1.26 MB)

[#006] sha256:18bc5c04decdb99878f9234b82d73efdc1004556ed4911a8560fe12266edfe18 - 20.45% (18.5 MB)

[#007] sha256:e9b4a332b4da9c22aaf03a1a9fbcfdcedd822879d169709e496e194364ab9902 - 11.88% (10.7 MB)


History
2019-05-15 21:20:23 UTC

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

2019-05-15 21:20:24 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-05-15 21:20:25 UTC

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

2019-05-15 21:20:25 UTC

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

2019-05-15 21:20:25 UTC

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

2019-06-05 21:49:22 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-06-05 21:49:22 UTC

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

2019-06-05 21:49:23 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-06-05 21:49:25 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-06-05 21:49:26 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-06-05 21:49:27 UTC

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

2019-06-05 21:49:27 UTC

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

2019-06-05 21:49:27 UTC

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

2019-06-05 21:49:27 UTC

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

2019-06-05 21:49:27 UTC

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

2019-06-05 21:49:28 UTC

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

2019-06-05 21:49:28 UTC

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

2019-06-05 21:49:29 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-06-05T21:49:04Z

2019-06-05 21:49:29 UTC

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

2019-06-05 21:49:29 UTC

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

2019-06-05 21:49:29 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