Namespace
rancher
Image / Tag
rancher-agent:master-5b0da3db6732afb54a4b0181713a9c7c2be1e067-head
Content Digest
sha256:91edb41b50a909612503a09e08b477f96b7d1db6ca670599423d2a21931d8c37
Details
Created

2021-07-07 14:41:45 UTC

Size

174 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-07-07T14:40:16Z
  • org.opencontainers.image.description
    Image containing a minimal environment for containers based on SUSE Linux Enterprise Server 15 SP3.
  • org.opencontainers.image.revision
    5b0da3db6732afb54a4b0181713a9c7c2be1e067
  • 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-5b0da3db6732afb54a4b0181713a9c7c2be1e067-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:4f28168a9dd9df062a2d239e2dd7e37107e3f6aa49edbc09c555879281c11384 - 24.96% (43.5 MB)

[#001] sha256:c5fffde81579606b9b52646dab9fa7eb0fdaeb160b468ef89cf98442a72664ce - 26.51% (46.2 MB)

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

[#003] sha256:2ba198a751553c0e857aafb3dbd8d3d0a6131cfcc4af20b1cb233065a08bcdf8 - 7.65% (13.3 MB)

[#004] sha256:b0d35bf9aca6394964333938645ef605c468774ffbfedf23c604a0fc2ae65482 - 20.78% (36.2 MB)

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

[#006] sha256:45cc12c274ec21b96fd1f5cc61c8a659c947b41b7ca3b13b9f48dbc9211e0300 - 18.84% (32.9 MB)

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


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

KIWI 9.23.20

2021-07-07 14:40:44 UTC

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

2021-07-07 14:40:44 UTC

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

2021-07-07 14:41:29 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 && 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-07-07 14:41:30 UTC

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

2021-07-07 14:41:30 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-07-07 14:41:31 UTC

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

2021-07-07 14:41:32 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-07-07 14:41:32 UTC

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

2021-07-07 14:41:32 UTC

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

2021-07-07 14:41:32 UTC

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

2021-07-07 14:41:32 UTC

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

2021-07-07 14:41:41 UTC

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

2021-07-07 14:41:43 UTC

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

2021-07-07 14:41:44 UTC

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

2021-07-07 14:41:45 UTC

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

2021-07-07 14:41:45 UTC

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

2021-07-07 14:41:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-07T14:40:16Z

2021-07-07 14:41:45 UTC

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

2021-07-07 14:41:45 UTC

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

2021-07-07 14:41:45 UTC

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

Details
Created

2021-07-07 14:39:39 UTC

Size

2.58 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-07-07T14:39:34Z
  • org.opencontainers.image.revision
    5b0da3db6732afb54a4b0181713a9c7c2be1e067
  • 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-5b0da3db6732afb54a4b0181713a9c7c2be1e067-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 61.93% (1.6 GB)

[#001] sha256:639bb6bb2beb4cfdcacb9f0844344448fe26494665d5fe78a494419f86fbb18f - 33.27% (880 MB)

[#002] sha256:a84eaf487cd1a958dded71278fa13c426ce4d2fbdcdb1139d2ffbfcc144e4665 - 0.0% (1.07 KB)

[#003] sha256:4af52cbc6f3199f5b4b9f7f0973892b9ffff8cd28e03c2237de831e50aaa0023 - 0.0% (1.06 KB)

[#004] sha256:a16e4ad98be05c450f691b42679cf6340ae798fdc9f7bb6fbe18a575ebf662c3 - 0.59% (15.5 MB)

[#005] sha256:1d068c5668a5a83e8d2a6db22f6636083d026a20e54c1248f1fbbc6ca61e4b88 - 0.2% (5.28 MB)

[#006] sha256:5bee062e23a0af9498883e2df109491cbce7ff0bd9d767412d6ee486bd23edc6 - 0.28% (7.43 MB)

[#007] sha256:88f26a6894986d3d706491bfbba4cff8a9955350704ed9b6f488fe0cf148c804 - 1.41% (37.2 MB)

[#008] sha256:da2031853b37b3ef37f13c562dd945f2588d76cb7acbf22f92b90a06494434b6 - 0.2% (5.34 MB)

[#009] sha256:518c8e3b8c2e7d2cb631e4f28cd259feb2c06e47fd815d3c86b9f620ea995429 - 0.59% (15.6 MB)

[#010] sha256:455b89fc7fe87a86f650ff44645695752929a388150e623c694df50294e5fbfe - 0.48% (12.7 MB)

[#011] sha256:149f2f3c6e4c9164fd0c48f43ffea3c7725cd7be410feda05c3ba92c364c83b5 - 0.0% (1.07 KB)

[#012] sha256:f934c5a024ee5f1ccaa977964bd6610a40729d5401e74abac6be78cdbc110e9f - 0.0% (1.07 KB)

[#013] sha256:b2347686b6f271af55b43985fe73af1318f82ae1bebde98407c2bb78235aa842 - 0.0% (1.06 KB)

[#014] sha256:6bac058538828856977cf581972b4a27af59d34a322bdaae8b770c83b2ff55e1 - 0.0% (1.09 KB)

[#015] sha256:5a281fe7b56adc1b50c388c3370ca28a8ffc5d937d90a8d94b4a07aa3b5948fd - 0.0% (1.07 KB)

[#016] sha256:4c01839be9f7b4c189fd1614b3d890c8a167700e4b1f4a84b6fdc172c7bd24bc - 1.05% (27.8 MB)

[#017] sha256:3a4e9103bc0de8ce8be03de38c60a97fc48aeb910edab22ab931d2537dede98c - 0.0% (1.06 KB)

[#018] sha256:4f4db8c92c7ee8429de08b7e9d78ac528961b6111bfda7d89c9b0cae36c65124 - 0.0% (1.07 KB)

[#019] sha256:6b0ecc5a912e024e4a01b0d7c6b6f32181852b5d10171d7756f742241f603035 - 0.0% (1.07 KB)

[#020] sha256:8511fc08a5d7489875c400749227b81c4fef119a7c4a4951c526410fa2c1e444 - 0.0% (1.09 KB)

[#021] sha256:77b9bd3d7f3ee8f94febd7a2416ba95ce348ead036aa0c38de610f95f4503ab9 - 0.0% (1.06 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2021-06-06 04:28:43 UTC

Install update 1809-amd64

2021-07-07 14:38:00 UTC

cmd /S /C #(nop) ARG ARCH=amd64

2021-07-07 14:38:00 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2021-07-07 14:38:11 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/StefanScherer/docker-cli-builder/releases/download/18.09.6/docker.exe'; Write-Host ('Downloading Docker from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\docker.exe -Uri $URL; Write-Host 'Complete.'

2021-07-07 14:38:18 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.1/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'

2021-07-07 14:38:41 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }

2021-07-07 14:38:50 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'

2021-07-07 14:38:55 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/

2021-07-07 14:39:02 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/

2021-07-07 14:39:08 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/

2021-07-07 14:39:08 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev

2021-07-07 14:39:08 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true

2021-07-07 14:39:09 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24

2021-07-07 14:39:35 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5b0da3db6732afb54a4b0181713a9c7c2be1e067-head

2021-07-07 14:39:36 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2021-07-07 14:39:37 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:f95fd63c8bc23b0ad878a02ca90d0e6e7f072446259076dfc25e6bfc66d2680c in \etc\rancher\

2021-07-07 14:39:37 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2021-07-07 14:39:38 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-07-07T14:39:34Z

2021-07-07 14:39:38 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=5b0da3db6732afb54a4b0181713a9c7c2be1e067

2021-07-07 14:39:39 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git

2021-07-07 14:39:39 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher

Details
Created

2021-07-07 14:39:21 UTC

Size

2.6 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-07-07T14:37:37Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    5b0da3db6732afb54a4b0181713a9c7c2be1e067
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-5b0da3db6732afb54a4b0181713a9c7c2be1e067-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.97% (1.4 GB)

[#001] sha256:98622c7525a40dec3c88fac81718f4f208a70f5347eb4faf74f15a78149114df - 41.21% (1.07 GB)

[#002] sha256:86a80f87ab3f9c7e8389247304607ed463806b74a9b549b18e7421c77d2f581c - 0.0% (1.3 KB)

[#003] sha256:f0f4d5da533b889933b86295bda4047968da5bb6e6d1e07ea0a367513e6bf538 - 0.0% (1.3 KB)

[#004] sha256:0c9c71594a1fc83865aa347bb24390ad2c3d3f80f5dc0c82b41ed7d8b84283aa - 0.58% (15.5 MB)

[#005] sha256:36dff6c38eeea9e01ae0788f0962d48300901d094282514c604e01376d15b929 - 0.2% (5.27 MB)

[#006] sha256:c62d9a0e83f82757fd571e0eedfa65ec584b29cd0827722b1a2fedf99ad00f22 - 0.33% (8.72 MB)

[#007] sha256:7d0c79d30794a7a0440a9e72b36421584afdd9140f5f4374cf22d6e51c9460de - 1.4% (37.2 MB)

[#008] sha256:bc8e20cde83d3193914d0814165376e52eefabe3caef022112ec4ff8944d6422 - 0.2% (5.32 MB)

[#009] sha256:6c6698ce6623856eb6614286cdab792c39113e0c53576c5ebd9e653bfab9d024 - 0.58% (15.6 MB)

[#010] sha256:e939bb6141a0fdcb8fdfbed6c063b3db8b9eccd32a61338bcd577683b8e740ef - 0.48% (12.7 MB)

[#011] sha256:4a718fd742ea9412b033d0703ac7dd18e723a1d652ca81bcac20c82943fd593e - 0.0% (1.26 KB)

[#012] sha256:0e2daa175965bda7d955c1b4898428fd699ed10ab7f84111fed51f199416b660 - 0.0% (1.27 KB)

[#013] sha256:b7f6c93a8aaf2c4b76d92d7daa6a6992c3969b945f4334b996e4141f4f012374 - 0.0% (1.29 KB)

[#014] sha256:f9f3042e9e9bdd347ba79388344c3f98b3e71aefce8c488ad47cd4e00823f9fa - 0.0% (1.29 KB)

[#015] sha256:1fef2aeaf305a116a2109faf33448ba45622d2091505a13ffd46ab696d01d05b - 0.0% (1.27 KB)

[#016] sha256:070b072aeffcd59469749bceec1cc6860ad5855c2be5376b8de05d5ffbc975fa - 1.05% (27.8 MB)

[#017] sha256:e4d277d59e6ce6389428cf60c1649f61ea1c4cdb700f9cb08d33e7161f6c3228 - 0.0% (1.26 KB)

[#018] sha256:ab6a6898d9aaebe7512dc18e29141cb0c90390d4b3903f66369f07ea7b934241 - 0.0% (1.29 KB)

[#019] sha256:2f7fa63dd58ac4ba1de90df6ef783e0f09241b4149b5f5e133cdf877d4af0d9d - 0.0% (1.27 KB)

[#020] sha256:23c17f0deb687bcc7d44517e5c55297b2efe59b166fcdf2a8522bd63fc9dad11 - 0.0% (1.27 KB)

[#021] sha256:9510e0bfdfdce2ce2ac74a09931223e04df5e228004bca2243707d4f8dde1713 - 0.0% (1.29 KB)


History
2020-09-10 20:40:05 UTC

Apply image 20H2-RTM-amd64

2021-06-06 19:49:44 UTC

Install update 20H2-amd64

2021-07-07 14:37:17 UTC

cmd /S /C #(nop) ARG ARCH=amd64

2021-07-07 14:37:19 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2021-07-07 14:37:49 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/StefanScherer/docker-cli-builder/releases/download/18.09.6/docker.exe'; Write-Host ('Downloading Docker from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\docker.exe -Uri $URL; Write-Host 'Complete.'

2021-07-07 14:38:05 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.1/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'

2021-07-07 14:38:36 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }

2021-07-07 14:38:47 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'

2021-07-07 14:38:55 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/

2021-07-07 14:39:03 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/

2021-07-07 14:39:11 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/

2021-07-07 14:39:11 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev

2021-07-07 14:39:12 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true

2021-07-07 14:39:12 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24

2021-07-07 14:39:13 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5b0da3db6732afb54a4b0181713a9c7c2be1e067-head

2021-07-07 14:39:14 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2021-07-07 14:39:17 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:0fd81da42e2ec5c2b81f958cb4505a64d583b6a61a1bb8a2804be0dedb8c9c34 in \etc\rancher\

2021-07-07 14:39:19 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2021-07-07 14:39:19 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-07T14:37:37Z

2021-07-07 14:39:20 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0

2021-07-07 14:39:20 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=5b0da3db6732afb54a4b0181713a9c7c2be1e067

2021-07-07 14:39:21 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2021-07-07 14:39:20 UTC

Size

2.25 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-07-07T14:39:11Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    5b0da3db6732afb54a4b0181713a9c7c2be1e067
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-5b0da3db6732afb54a4b0181713a9c7c2be1e067-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.88% (1.14 GB)

[#001] sha256:409e8c9a2688a1824ab167e0815af899280d336440100aab9c47f99ce3e0de07 - 43.55% (1000 MB)

[#002] sha256:205627efe5cf0d1061c041beaccbac8852ba3ecbb79d2c3d4bed8fb5710a04a5 - 0.0% (1.26 KB)

[#003] sha256:7a9cb8eda5e7251745aae3812d5d58d46560c64a49b08626618de0e59ea8f318 - 0.0% (1.33 KB)

[#004] sha256:e8c768c9f6cfc4f716b18857d6b5b1b225854578b083f67b12b64e9e88e1d45a - 0.67% (15.5 MB)

[#005] sha256:36dbc097153dc5d5e33f389591ed4b04b505f2342b6afcc0a7f085a6b759e501 - 0.23% (5.27 MB)

[#006] sha256:c8fb5f5ef92901742785133584f165a11f87fb3c95367b7eed5806220a6876e4 - 0.37% (8.61 MB)

[#007] sha256:7761bb7080169fc3e3c141dd744b13fb5e7dfa5ff196a366cf3586801591fb40 - 1.62% (37.2 MB)

[#008] sha256:6399c013814a17b52cfb768c53149a5a2983a7326cfec032bfea15c6d6355752 - 0.23% (5.34 MB)

[#009] sha256:e4815553160a333884ec2a5caacc06a097a88df607e567b9e574d932715a41d1 - 0.68% (15.6 MB)

[#010] sha256:35c479800516d083c49415681a2a35c4b9aea540edd0ee9dbfaae1d0a24cd11e - 0.55% (12.7 MB)

[#011] sha256:562fcea667a2dee59a8e62ee6594bf9964db832ebb74b8e75442dd8157600b05 - 0.0% (1.27 KB)

[#012] sha256:1c781f572513b3bec96dc7af9904563e5d91ae9d07aff67d0d6065596790f539 - 0.0% (1.27 KB)

[#013] sha256:9e945371312f046ee94c75321438e081522a37c0d3bdf5b63db23407311fb732 - 0.0% (1.29 KB)

[#014] sha256:2925534baa1d8eb6fc70a37b276469c4e9b06cb96e5984e9647935d7fd0adbc4 - 0.0% (1.27 KB)

[#015] sha256:f92c27564f2f72dde4c45971b358eaa897e5fa40156004f72f88bae5da7a700d - 0.0% (1.26 KB)

[#016] sha256:b55526e7a72109e9cd4d1a469359a15d97b8cc98a4b1da982a1a31aec5d711df - 1.21% (27.8 MB)

[#017] sha256:f0a8a92f99971b8acf85796888ed0b38b5c030d8fee145822a2789f8faa3b709 - 0.0% (1.26 KB)

[#018] sha256:602504bb8c0a3a16225a4bf8327584211caecc0838df3700a17509bb80cc96e8 - 0.0% (1.26 KB)

[#019] sha256:ccefe9581ea88b138739fe70640d74803a7f7b94ca5808b792e9f8c79dcd903c - 0.0% (1.27 KB)

[#020] sha256:bd7128d081ab9278b1dab3177f25c7a5fb2867c076c9be467dd66525b6a84d20 - 0.0% (1.27 KB)

[#021] sha256:3fe2e2529c6a976d1cf4e5ae4a2ed4d7b3b86c8ea5b874655e51b727e08cb73e - 0.0% (1.29 KB)


History
2019-12-07 09:28:27 UTC

Apply image 2004-RTM-amd64

2021-06-06 19:51:57 UTC

Install update 2004-amd64

2021-07-07 14:36:40 UTC

cmd /S /C #(nop) ARG ARCH=amd64

2021-07-07 14:36:41 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2021-07-07 14:36:54 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/StefanScherer/docker-cli-builder/releases/download/18.09.6/docker.exe'; Write-Host ('Downloading Docker from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\docker.exe -Uri $URL; Write-Host 'Complete.'

2021-07-07 14:37:04 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.1/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'

2021-07-07 14:37:30 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }

2021-07-07 14:37:43 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'

2021-07-07 14:37:55 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/

2021-07-07 14:38:12 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/

2021-07-07 14:38:27 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/

2021-07-07 14:38:27 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev

2021-07-07 14:38:28 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true

2021-07-07 14:38:28 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24

2021-07-07 14:39:13 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5b0da3db6732afb54a4b0181713a9c7c2be1e067-head

2021-07-07 14:39:13 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2021-07-07 14:39:14 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:0fd81da42e2ec5c2b81f958cb4505a64d583b6a61a1bb8a2804be0dedb8c9c34 in \etc\rancher\

2021-07-07 14:39:16 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2021-07-07 14:39:16 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-07T14:39:11Z

2021-07-07 14:39:18 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0

2021-07-07 14:39:19 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=5b0da3db6732afb54a4b0181713a9c7c2be1e067

2021-07-07 14:39:20 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2021-07-07 14:33:01 UTC

Size

170 MB

Content Digest
Labels
  • com.suse.sle.base.created
    2021-06-15T07:05:54.719374375Z
  • 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-07-07T14:32:05Z
  • org.opencontainers.image.description
    Image containing a minimal environment for containers based on SUSE Linux Enterprise Server 15 SP3.
  • org.opencontainers.image.revision
    5b0da3db6732afb54a4b0181713a9c7c2be1e067
  • 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-5b0da3db6732afb54a4b0181713a9c7c2be1e067-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:975315c501d5698920cbfa09f22cd4254042a336868ead6cf53758e062e706cf - 25.66% (43.6 MB)

[#001] sha256:ea31a5047f31806c9a37578e5f086e52175596e3a2c9d6471fc6606343c459e3 - 26.92% (45.7 MB)

[#002] sha256:8bc858e4698703f7dd07a7fd65421b4423d63c537c837b3df5089b3f47482844 - 1.14% (1.94 MB)

[#003] sha256:85d4fe37489ec899b894239993d2c654fd28d2cbcf2fa985dbaf4ef8ed0a3901 - 7.3% (12.4 MB)

[#004] sha256:a70cc89f3538ac0b65add686bf59837c79e3272463ab178708f2ad75166d8bfa - 21.35% (36.2 MB)

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

[#006] sha256:af238af4cd64739c1b13aa0f83f22b4a5a784de138392d96e86ded99df6bec81 - 17.63% (29.9 MB)

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


History
2021-06-15 07:06:09 UTC

KIWI 9.23.20

2021-07-07 14:32:27 UTC

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

2021-07-07 14:32:27 UTC

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

2021-07-07 14:32:45 UTC

|1 ARCH=arm64 /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 && 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-07-07 14:32:46 UTC

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

2021-07-07 14:32:47 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-07-07 14:32:47 UTC

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

2021-07-07 14:32:48 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-07-07 14:32:48 UTC

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

2021-07-07 14:32:48 UTC

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

2021-07-07 14:32:48 UTC

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

2021-07-07 14:32:48 UTC

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

2021-07-07 14:32:56 UTC

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

2021-07-07 14:32:59 UTC

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

2021-07-07 14:32:59 UTC

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

2021-07-07 14:33:00 UTC

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

2021-07-07 14:33:00 UTC

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

2021-07-07 14:33:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-07T14:32:05Z

2021-07-07 14:33:01 UTC

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

2021-07-07 14:33:01 UTC

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

2021-07-07 14:33:01 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