Namespace
rancher
Image / Tag
rancher-agent:master-29674d9d70d9e96323deb68199cc1f8a959f4d22-linux-amd64
Content Digest
sha256:5334abad9138cedce28d0f61680c45bd151f526af2521d8a2b4f6055537c7f02
Details
Created

2021-06-03 05:55:53 UTC

Size

156 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-03T05:54:35Z
  • org.opencontainers.image.revision
    29674d9d70d9e96323deb68199cc1f8a959f4d22
  • 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-29674d9d70d9e96323deb68199cc1f8a959f4d22-head

KUBECTL_VERSION

v1.20.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:4bbfd2c87b7524455f144a03bf387c88b6d4200e5e0df9139a9d5e79110f89ca - 16.33% (25.5 MB)

[#001] sha256:d2e110be24e168b42c1a2ddbc4a476a217b73cccdba69cdcb212b812a88f5726 - 0.0% (857 Bytes)

[#002] sha256:889a7173dcfeb409f9d88054a97ab2445f5a799a823f719a5573365ee3662b6f - 0.0% (189 Bytes)

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

[#004] sha256:5f3d2181fecc88a9dc342a7f9bad69c5e516dee8ecc3ed3cb5c15a8d76390687 - 30.38% (47.4 MB)

[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 1.41% (2.2 MB)

[#006] sha256:12e8f973f6bae1eb24efdb49e7f693571bb7cd477e10df3134c7dc454d2a02ee - 17.05% (26.6 MB)

[#007] sha256:f59deba44b01576421b520ba8941e7c26b35a7646e1ee9d6c1d7452bee4c63e9 - 21.93% (34.2 MB)

[#008] sha256:4d0b33c9c1bda7708bc22afe4b158b433f40d4c10214cd5c7e573225783670ff - 0.01% (9.31 KB)

[#009] sha256:54d1f6f9c1553eade7e775e7288f7c5104cfec930f72e7a3b5b3da956924a0bf - 12.89% (20.1 MB)

[#010] sha256:9b00db2ec28eb08ee722af133b69a4a7cedc6032f87b2290e8873ced95285938 - 0.0% (172 Bytes)


History
2021-05-19 19:44:30 UTC

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

2021-05-19 19:44:31 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-05-19 19:44:32 UTC

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

2021-05-19 19:44:33 UTC

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

2021-05-19 19:44:33 UTC

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

2021-06-03 05:54:59 UTC

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

2021-06-03 05:55:01 UTC

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

2021-06-03 05:55:01 UTC

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

2021-06-03 05:55:34 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 iptables && 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-06-03 05:55:35 UTC

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

2021-06-03 05:55:36 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-06-03 05:55:37 UTC

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

2021-06-03 05:55: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-06-03 05:55:39 UTC

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

2021-06-03 05:55:39 UTC

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

2021-06-03 05:55:39 UTC

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

2021-06-03 05:55:40 UTC

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

2021-06-03 05:55:49 UTC

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

2021-06-03 05:55:50 UTC

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

2021-06-03 05:55:52 UTC

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

2021-06-03 05:55:52 UTC

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

2021-06-03 05:55:52 UTC

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

2021-06-03 05:55:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-03T05:54:35Z

2021-06-03 05:55:53 UTC

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

2021-06-03 05:55:53 UTC

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

2021-06-03 05:55:53 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