Namespace
rancher
Image / Tag
rancher-agent:master-479795fd31e1d4e1ed24c5913caf8901b3e98a9f-linux-arm64
Content Digest
sha256:274c15723d0c004487dc9f527073eeab946be5179d9c062fd9f85ad4086578cd
Details
Created

2021-06-16 15:53:54 UTC

Size

140 MB

Content Digest
Labels
  • com.suse.sle.base.created
    2021-05-10T14:08:14.246540700Z
  • 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:GA/images/41108f6813c6daad10ded9a7c6868cbe-sles15-image
  • com.suse.sle.base.reference
    registry.suse.com/suse/sle15:15.3.15.13
  • 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.15.13
  • io.cattle.agent
    true
  • org.openbuildservice.disturl
    obs://build.suse.de/SUSE:SLE-15-SP3:GA/images/41108f6813c6daad10ded9a7c6868cbe-sles15-image
  • org.opencontainers.image.created
    2021-06-16T15:52:59Z
  • org.opencontainers.image.description
    Image containing a minimal environment for containers based on SUSE Linux Enterprise Server 15 SP3.
  • org.opencontainers.image.revision
    479795fd31e1d4e1ed24c5913caf8901b3e98a9f
  • 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.15.13
  • org.opensuse.reference
    registry.suse.com/suse/sle15:15.3.15.13

Environment
AGENT_IMAGE

rancher/rancher-agent:master-479795fd31e1d4e1ed24c5913caf8901b3e98a9f-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:574e5bf9ff1e67d27b4a92930f91f08c917992b69ff08c40d5c299cf79ad18a1 - 31.12% (43.4 MB)

[#001] sha256:c1380e3bddf7696953bcbdcc83ffdf3bb0ef45223379931292e408c3cd644d5b - 13.61% (19 MB)

[#002] sha256:556a2db779f2cbc7c0427c4293e7a9448b4caee6070560bbff833cd48395a1a0 - 1.39% (1.94 MB)

[#003] sha256:49f9517361e5b8b47c4aea9f4aee74a30bbf050f6ad7a46f767f9df42b274d66 - 8.88% (12.4 MB)

[#004] sha256:6d8c1a097ae5576d534832bb24df4fcdaca70bbdb99aeca37c8e23e71439d4ec - 23.57% (32.9 MB)

[#005] sha256:9c3e9ac7453bb307334025d8c1130af660c0bdd313ddae4e230480cac2eb0456 - 0.01% (8.89 KB)

[#006] sha256:743c9f8c6883055581c628fdc780ec5a947f748b92dc87207d74647450b077a6 - 21.43% (29.9 MB)

[#007] sha256:cdf0355af11f59353776fc6864955f6a5002ee77c584f2b8bc17ffe173ef0c9f - 0.0% (170 Bytes)


History
2021-05-10 14:08:56 UTC

KIWI 9.23.20

2021-06-16 15:53:19 UTC

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

2021-06-16 15:53:19 UTC

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

2021-06-16 15:53:38 UTC

|1 ARCH=arm64 /bin/sh -c zypper -n ar --refresh --priority 100 'https://updates.suse.com/SUSE/Products/SLE-BCI/$releasever_major-SP$releasever_minor/$basearch/product/' SLE_BCI && zypper -n install --no-recommends curl ca-certificates jq hostname iproute2 vim-small less bash-completion acl openssh-clients tar gzip xz gawk && 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-06-16 15:53:38 UTC

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

2021-06-16 15:53:39 UTC

|1 ARCH=arm64 /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-16 15:53:40 UTC

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

2021-06-16 15:53:41 UTC

|1 ARCH=arm64 /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-06-16 15:53:41 UTC

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

2021-06-16 15:53:42 UTC

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

2021-06-16 15:53:42 UTC

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

2021-06-16 15:53:42 UTC

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

2021-06-16 15:53:49 UTC

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

2021-06-16 15:53:51 UTC

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

2021-06-16 15:53:52 UTC

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

2021-06-16 15:53:52 UTC

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

2021-06-16 15:53:53 UTC

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

2021-06-16 15:53:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-16T15:52:59Z

2021-06-16 15:53:53 UTC

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

2021-06-16 15:53:53 UTC

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

2021-06-16 15:53:54 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