Namespace
rancher
Image / Tag
rancher-agent:master-ccd6f7fa707fbaff24a67f01271d9f8e68ec12c7-linux-amd64
Content Digest
sha256:e556deca8bde7e557d57601158318643a692b38f164e9a56843f0823a5fd4e25
Details
Created

2021-05-11 19:32:46 UTC

Size

189 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-11T19:30:57Z
  • org.opencontainers.image.revision
    ccd6f7fa707fbaff24a67f01271d9f8e68ec12c7
  • org.opencontainers.image.source
    https://github.com/rancher/rancher.git
  • org.opencontainers.image.url
    https://github.com/rancher/rancher

Environment
AGENT_IMAGE

rancher/rancher-agent:master-ccd6f7fa707fbaff24a67f01271d9f8e68ec12c7-head

KUBECTL_VERSION

v1.19.7

KUBEPROMPT_VERSION

v1.0.10

LOGLEVEL_VERSION

v0.1.3

PATH

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

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:01bf7da0a88c9e37ae418d17c0aeed0621524848d80ccb9e38c67e7ab8e11928 - 13.44% (25.5 MB)

[#001] sha256:f3b4a5f15c7a0722b4f22e61b5387317eaf2602c27ffb2bceac9a25f19fbd156 - 0.0% (852 Bytes)

[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)

[#003] sha256:a97c9b86844b42f9f3348289d4634e27b175f3ca5047ee9b661e6def653f351a - 0.0% (123 Bytes)

[#004] sha256:4dbd18be826ee160b30f8bda0cbd7ef49700f56a379c28d62641ef19c516a62b - 25.09% (47.5 MB)

[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 1.16% (2.2 MB)

[#006] sha256:83004f8a9c47528a05a8f62c12a103b7e66f77e5dd7ea6f2e853e92155e1a582 - 14.03% (26.6 MB)

[#007] sha256:a8b08a83d3b4669cb2d7a5708d2be00e4e62bc8ca08f2d751a9cdf8b1469f69b - 37.31% (70.7 MB)

[#008] sha256:f777d8e22c7ea103e429eb34b21a76e2207ea841abdee834030f3a644f34d063 - 0.0% (9.31 KB)

[#009] sha256:8580b649d272d98a69f77b2c8d73f3f834af02f7c10e241b0ab4dbc9c0fdfb57 - 8.97% (17 MB)

[#010] sha256:636e728b8fff1cff496031fef058c2da5e243838aef8148eeb6b4945e7cd2a8f - 0.0% (173 Bytes)


History
2021-04-23 22:21:22 UTC

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

2021-04-23 22:21:23 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-04-23 22:21:24 UTC

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

2021-04-23 22:21:25 UTC

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

2021-04-23 22:21:25 UTC

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

2021-05-11 19:31:53 UTC

/bin/sh -c #(nop) ARG ARCH=amd64

2021-05-11 19:31:56 UTC

|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh

2021-05-11 19:31:57 UTC

/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7

2021-05-11 19:32:21 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 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-05-11 19:32:21 UTC

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

2021-05-11 19:32:23 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-05-11 19:32:23 UTC

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

2021-05-11 19:32:25 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-05-11 19:32:25 UTC

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

2021-05-11 19:32:26 UTC

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

2021-05-11 19:32:26 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ccd6f7fa707fbaff24a67f01271d9f8e68ec12c7-head

2021-05-11 19:32:26 UTC

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

2021-05-11 19:32:43 UTC

/bin/sh -c #(nop) COPY dir:f0c23a36e061d345147e109a577352db0b26bb044f487787b0e9702ef964d29f in /var/lib/rancher-data

2021-05-11 19:32:44 UTC

/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/

2021-05-11 19:32:45 UTC

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

2021-05-11 19:32:45 UTC

/bin/sh -c #(nop) WORKDIR /var/lib/rancher

2021-05-11 19:32:45 UTC

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

2021-05-11 19:32:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-11T19:30:57Z

2021-05-11 19:32:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ccd6f7fa707fbaff24a67f01271d9f8e68ec12c7

2021-05-11 19:32:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git

2021-05-11 19:32:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher

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