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

2021-08-03 00:42:34 UTC

Size

172 MB

Content Digest
Labels
  • com.suse.sle.base.created
    2021-06-15T07:10:27.794458957Z
  • com.suse.sle.base.description
    Image containing a minimal environment for containers based on SUSE Linux Enterprise Server 15 SP3.
  • com.suse.sle.base.disturl
    obs://build.suse.de/SUSE:SLE-15-SP3:Update:CR/images/f23a149beb430790b24e9d03079b8b10-sles15-image
  • com.suse.sle.base.reference
    registry.suse.com/suse/sle15:15.3.17.5.1
  • com.suse.sle.base.title
    SUSE Linux Enterprise Server 15 SP3 Base Container
  • com.suse.sle.base.url
    https://www.suse.com/products/server/
  • com.suse.sle.base.vendor
    SUSE LLC
  • com.suse.sle.base.version
    15.3.17.5.1
  • io.cattle.agent
    true
  • org.openbuildservice.disturl
    obs://build.suse.de/SUSE:SLE-15-SP3:Update:CR/images/f23a149beb430790b24e9d03079b8b10-sles15-image
  • org.opencontainers.image.created
    2021-08-03T00:41:09Z
  • org.opencontainers.image.description
    Image containing a minimal environment for containers based on SUSE Linux Enterprise Server 15 SP3.
  • org.opencontainers.image.revision
    f04ae9f4e3d6177d6ef81e18378fcd6d7ceac5c9
  • org.opencontainers.image.source
    https://github.com/rancher/rancher.git
  • org.opencontainers.image.title
    SUSE Linux Enterprise Server 15 SP3 Base Container
  • org.opencontainers.image.url
    https://github.com/rancher/rancher
  • org.opencontainers.image.vendor
    SUSE LLC
  • org.opencontainers.image.version
    15.3.17.5.1
  • org.opensuse.reference
    registry.suse.com/suse/sle15:15.3.17.5.1

Environment
AGENT_IMAGE

rancher/rancher-agent:master-f04ae9f4e3d6177d6ef81e18378fcd6d7ceac5c9-head

KUBECTL_VERSION

v1.21.3

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:4f28168a9dd9df062a2d239e2dd7e37107e3f6aa49edbc09c555879281c11384 - 25.33% (43.5 MB)

[#001] sha256:48d90660b2bec7e6fedc02dffea073a5dbe5445f75293e0f5164a5ff315ab261 - 28.09% (48.3 MB)

[#002] sha256:975370c3197977a34da7643b07a485a2773b03a2b93ba0e1122edee6f32b6fb0 - 1.28% (2.2 MB)

[#003] sha256:9189f8c68d2f02b7a69a9953ba6e90d42b06dfd845500080c2ce243a9cfa1fa0 - 7.76% (13.3 MB)

[#004] sha256:9c02782cd5e37c57dcbfce75d556f49e2782069be9e7d7bb7e59e1f5aa715bc2 - 21.44% (36.9 MB)

[#005] sha256:b358190221ef5dcb381235debf016b569674e13aabb5891390bc9a88d46c4d11 - 0.01% (9.31 KB)

[#006] sha256:78ec429edd0298b7073e42b79c06dd797b8d04a4fdcd046c9ceed47550d4e677 - 16.09% (27.7 MB)

[#007] sha256:d654d6bcae98f7078798ae653f679dcfd45e4fd26d374bfb7b954ad1479691a1 - 0.0% (172 Bytes)


History
2021-06-15 07:10:40 UTC

KIWI 9.23.20

2021-08-03 00:41:37 UTC

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

2021-08-03 00:41:37 UTC

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

2021-08-03 00:42:18 UTC

|1 ARCH=amd64 /bin/sh -c zypper -n install --no-recommends curl ca-certificates jq git-core hostname iproute2 vim-small less bash-completion acl openssh-clients tar gzip xz gawk sysstat && zypper -n clean -a && rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/* && rpm -e libsolv-tools zypper libzypp container-suseconnect ; curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl

2021-08-03 00:42:19 UTC

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

2021-08-03 00:42:20 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-08-03 00:42:20 UTC

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

2021-08-03 00:42:21 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 | gunzip -d -c - > /usr/bin/kube-prompt && chmod +x /usr/bin/kube-prompt

2021-08-03 00:42:22 UTC

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

2021-08-03 00:42:22 UTC

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

2021-08-03 00:42:22 UTC

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

2021-08-03 00:42:22 UTC

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

2021-08-03 00:42:30 UTC

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

2021-08-03 00:42:32 UTC

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

2021-08-03 00:42:33 UTC

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

2021-08-03 00:42:33 UTC

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

2021-08-03 00:42:33 UTC

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

2021-08-03 00:42:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-03T00:41:09Z

2021-08-03 00:42:34 UTC

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

2021-08-03 00:42:34 UTC

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

2021-08-03 00:42:34 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