Namespace
rancher
Image / Tag
rancher-agent:v2.6-3081cd829254c5334408ed218850aef87e61fc26-head
Content Digest
sha256:0d37b4111dba1f03483b803c63ccc84e31e8b5dcfc953369ffc39af5ad17ac1c
Details
Created

2021-08-03 21:58:21 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-03T21:56:53Z
  • org.opencontainers.image.description
    Image containing a minimal environment for containers based on SUSE Linux Enterprise Server 15 SP3.
  • org.opencontainers.image.revision
    3081cd829254c5334408ed218850aef87e61fc26
  • 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:v2.6-3081cd829254c5334408ed218850aef87e61fc26-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.31% (43.5 MB)

[#001] sha256:fd4a0793e82d814ad00fca5481d21b61cd74cbebe6cc8bf8d1f5c339eaa4dcfc - 28.06% (48.3 MB)

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

[#003] sha256:76d6e62564e21a3faed27a4cbcbacfb9c84d4582125346997fde5d6b39796f02 - 7.76% (13.3 MB)

[#004] sha256:cdef6ed772fa427979eb3883d8a183cafc06cba1d3dac6783c49676956819c77 - 21.51% (37 MB)

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

[#006] sha256:5be50690cd923300161ee2412263024914387d774dedbbde21a174e322c2f38a - 16.08% (27.7 MB)

[#007] sha256:1aaf98eb6cf5c7996b0d5ed112226094d0bab62eb5877ccf6f5be8c726a2b4e5 - 0.0% (173 Bytes)


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

KIWI 9.23.20

2021-08-03 21:57:20 UTC

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

2021-08-03 21:57:20 UTC

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

2021-08-03 21:58:07 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 21:58:07 UTC

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

2021-08-03 21:58:08 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 21:58:08 UTC

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

2021-08-03 21:58:09 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 21:58:10 UTC

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

2021-08-03 21:58:10 UTC

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

2021-08-03 21:58:10 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-3081cd829254c5334408ed218850aef87e61fc26-head

2021-08-03 21:58:10 UTC

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

2021-08-03 21:58:18 UTC

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

2021-08-03 21:58:20 UTC

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

2021-08-03 21:58:20 UTC

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

2021-08-03 21:58:21 UTC

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

2021-08-03 21:58:21 UTC

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

2021-08-03 21:58:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-03T21:56:53Z

2021-08-03 21:58:21 UTC

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

2021-08-03 21:58:21 UTC

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

2021-08-03 21:58:21 UTC

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

Details
Created

2021-08-03 21:48:15 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-03T21:48:09Z
  • org.opencontainers.image.revision
    3081cd829254c5334408ed218850aef87e61fc26
  • 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:v2.6-3081cd829254c5334408ed218850aef87e61fc26-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 34.31% (922 MB)

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

[#003] sha256:b2f2df9019c046637c6c6a19468ebe8ca0836ce8ea1bb7d0f616b4b30b4069b6 - 0.0% (1.07 KB)

[#004] sha256:61b9cf64171d654a7d0b713a798c69a96cf0cdf1a8235fc4060b11e9febfd46c - 0.58% (15.5 MB)

[#005] sha256:2f4e12b983dc08a4ae90dad46630381099f135ab29703b3b367dac6a6f680c59 - 0.2% (5.28 MB)

[#006] sha256:9ab496522f357bb4b5a8e3c730c6065ac1821ecdfdc2365c1f8d58c39f019722 - 0.28% (7.44 MB)

[#007] sha256:3616f2622ebb0a6a04d3bfcdfe0859b4c3481394cb9ffdf71f4e2ab9611f871c - 1.39% (37.2 MB)

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

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

[#010] sha256:b3df0878a0f57bce342c09c53dc1a20f0fb98ebbfb3fc75217619f99ff0e7adb - 0.47% (12.7 MB)

[#011] sha256:05ef98cc69d51423c1cf124243a2f58aaddca30d311534bd2acdb18187ce0a4a - 0.0% (1.07 KB)

[#012] sha256:38c2a7ffa747f1483e39a66bf82337c249f09aa11643b179c293d883997b3c0c - 0.0% (1.1 KB)

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

[#014] sha256:aa7fff7a76513a84dea18a2089247f288ad15e5a0732446c0f423a7290cc49ff - 0.0% (1.07 KB)

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

[#016] sha256:3e8710e9034e0aa44af57868248b5fe37e687ef692f20d5ff2e6fcd584679bb4 - 1.04% (28 MB)

[#017] sha256:9dde0ae0b05f0f40f868f6471dbe7e96a6e697ab199a25a7751c3126c535515f - 0.0% (1.07 KB)

[#018] sha256:4e0e4bf547191372832eb05ae2785f2b7ebdd665ffb054194f9de29a82f6f6c3 - 0.0% (1.06 KB)

[#019] sha256:67fb9c116251121fb6438ee2aa4fbb065d9dc2a905aede14ceb12e4c3be5f62e - 0.0% (1.09 KB)

[#020] sha256:53bd2c43ca9dc1cf0163ce4695e2410f1723166c5e17661cd1b3ed73faf46798 - 0.0% (1.07 KB)

[#021] sha256:3d88ef2fbc3b9ad68528408d2e0f237f213e0bd56cbb3ab69066d5a1197c338d - 0.0% (1.06 KB)


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

Apply image 1809-RTM-amd64

2021-07-06 20:34:18 UTC

Install update 1809-amd64

2021-08-03 21:46:23 UTC

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

2021-08-03 21:46:23 UTC

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

2021-08-03 21:46:42 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-08-03 21:46:50 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-08-03 21:47:13 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-08-03 21:47:22 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-08-03 21:47:28 UTC

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

2021-08-03 21:47:34 UTC

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

2021-08-03 21:47:41 UTC

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

2021-08-03 21:47:41 UTC

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

2021-08-03 21:47:41 UTC

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

2021-08-03 21:47:42 UTC

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

2021-08-03 21:48:10 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-3081cd829254c5334408ed218850aef87e61fc26-head

2021-08-03 21:48:11 UTC

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

2021-08-03 21:48:12 UTC

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

2021-08-03 21:48:13 UTC

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

2021-08-03 21:48:13 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-03T21:48:09Z

2021-08-03 21:48:14 UTC

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

2021-08-03 21:48:14 UTC

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

2021-08-03 21:48:15 UTC

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

Details
Created

2021-08-03 21:47:12 UTC

Size

2.6 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-08-03T21:45:37Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    3081cd829254c5334408ed218850aef87e61fc26
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.6-3081cd829254c5334408ed218850aef87e61fc26-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:58774ea6a2cebd62d24073292e71120a3b5e2bb74dc7b2358b29eedfa30b5a8f - 41.29% (1.07 GB)

[#002] sha256:c410a883d00659e131e906f84eec89c64e7d8136cb1fa5481f33527d0cd8e020 - 0.0% (1.31 KB)

[#003] sha256:17c7c5da6e0fa2c9a03fe309583d2e1966c35ea1cc2bcba360249f9982caf3e6 - 0.0% (1.29 KB)

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

[#005] sha256:145befa89ea13130456064b38676c7e905f0bc251d105d8601eca2cf453d297a - 0.2% (5.27 MB)

[#006] sha256:b1a23c300f543e621475e8bdc967e9fd8eddccfa053ae9ac5c18d1aac9164ba5 - 0.33% (8.75 MB)

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

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

[#009] sha256:9678cd8bae2b51f9d72b26e708b1bd3a444edef7f4fc0021cc7a250f0572568e - 0.58% (15.6 MB)

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

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

[#012] sha256:600d6cfdf0f69960697cc0f95f01359ce4223a0181ea7a6330488d73ac5741a1 - 0.0% (1.26 KB)

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

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

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

[#016] sha256:111a0e501b2edf80fa9291f5a1e6b995a4fc5100b509cc140deb6c42ab110ec8 - 1.05% (28 MB)

[#017] sha256:aa0816f24744d1032e7efddbe55d726acd906b8cd625703f597fe36e7c12f255 - 0.0% (1.27 KB)

[#018] sha256:2cb21b978a57136e2480af1452d3292e61c03ccefa1c3b31714fb4722d58f5a6 - 0.0% (1.27 KB)

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

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

[#021] sha256:a8d6437b7fcdb48a90d92ae0e219274a7c467c3491b6ba968fc0c4c88c761714 - 0.0% (1.3 KB)


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

Apply image 20H2-RTM-amd64

2021-07-10 18:29:59 UTC

Install update 20H2-amd64

2021-08-03 21:45:18 UTC

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

2021-08-03 21:45:18 UTC

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

2021-08-03 21:45:50 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-08-03 21:45:59 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-08-03 21:46:29 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-08-03 21:46:40 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-08-03 21:46:49 UTC

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

2021-08-03 21:46:57 UTC

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

2021-08-03 21:47:06 UTC

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

2021-08-03 21:47:06 UTC

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

2021-08-03 21:47:06 UTC

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

2021-08-03 21:47:07 UTC

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

2021-08-03 21:47:07 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-3081cd829254c5334408ed218850aef87e61fc26-head

2021-08-03 21:47:08 UTC

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

2021-08-03 21:47:09 UTC

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

2021-08-03 21:47:10 UTC

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

2021-08-03 21:47:11 UTC

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

2021-08-03 21:47:11 UTC

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

2021-08-03 21:47:12 UTC

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

2021-08-03 21:47:12 UTC

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

Details
Created

2021-08-03 21:45:34 UTC

Size

2.25 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-08-03T21:45:26Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    3081cd829254c5334408ed218850aef87e61fc26
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.6-3081cd829254c5334408ed218850aef87e61fc26-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:6907d97093063478e2c552549bbcd0b499d1dfba051bad994179f5a1d343fe58 - 43.65% (1010 MB)

[#002] sha256:8d828e0cfee4548b568f9752e6caab15251440b3439ac08954c192d0ab211ad9 - 0.0% (1.26 KB)

[#003] sha256:34ccdbd4166da1df4e12725cdb5184669474c9b7d4fbe5797f451c54f162285c - 0.0% (1.29 KB)

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

[#005] sha256:51456d005b848359a6929a4eef250c5e4109c4934f0eb8abb7a4445794ba1038 - 0.23% (5.27 MB)

[#006] sha256:3341bf37ec791b7cecfd028989767769b4d006df43154f53ef18abde32b16116 - 0.37% (8.64 MB)

[#007] sha256:cb0df2d6f9c7c275bbdac64b4824270b1746939faf5ceb7ab68ea536f4a98f87 - 1.61% (37.2 MB)

[#008] sha256:456474bd1a4440257987faf0e6cd055d8e9389cf4ca5da87c0702eb28ecdd16a - 0.23% (5.33 MB)

[#009] sha256:eebf4f71646e268f7cc4a82dcd1a44d1409d16884d7fb83124c0fe2d851ac8c2 - 0.67% (15.6 MB)

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

[#011] sha256:3b63f1e419cf9234c6ebe8182704276a2a76c3a72c0558f213921eec04412961 - 0.0% (1.27 KB)

[#012] sha256:59c147c0626d76ae7a91c403e17518cb891073de232b417a2098c218ae12d064 - 0.0% (1.29 KB)

[#013] sha256:d15fabad6e185164c427d3629dda54a978c377320847b4ed277839ff1ac194f1 - 0.0% (1.27 KB)

[#014] sha256:483cf213eb08ba1f2d8b2f6435d741ac7d1a2736be94698a19938e3404f95596 - 0.0% (1.27 KB)

[#015] sha256:c86c7471ae7ac6d979a3a88f97524c939322cef56211a4da359b2c0fe1bf2df8 - 0.0% (1.29 KB)

[#016] sha256:07746e917d8588b9b7a0cd855886fdfc05a4ebd8784ebe4800239ec8341a1212 - 1.21% (28 MB)

[#017] sha256:22b3a62382168844cb994ca96e5c4a36e61c45c39ef1f73940ea85a633eabe91 - 0.0% (1.3 KB)

[#018] sha256:af71fc5e86ee83079fa3e8972e34f49855ebe0cc3246df92d09102ec4ff2fe88 - 0.0% (1.27 KB)

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

[#020] sha256:b5bffb2c57c3d500b70db52e01d8262d74c313755cc74db27b8dbf83080dba59 - 0.0% (1.29 KB)

[#021] sha256:d6b93df8402889a6caf6044a0d62da9ffaea0c1cf68531d04e793af2baf2222c - 0.0% (1.27 KB)


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

Apply image 2004-RTM-amd64

2021-07-10 18:37:09 UTC

Install update 2004-amd64

2021-08-03 21:43:16 UTC

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

2021-08-03 21:43:17 UTC

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

2021-08-03 21:43:29 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-08-03 21:43:37 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-08-03 21:44:06 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-08-03 21:44:18 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-08-03 21:44:29 UTC

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

2021-08-03 21:44:37 UTC

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

2021-08-03 21:44:46 UTC

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

2021-08-03 21:44:46 UTC

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

2021-08-03 21:44:47 UTC

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

2021-08-03 21:44:47 UTC

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

2021-08-03 21:45:28 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-3081cd829254c5334408ed218850aef87e61fc26-head

2021-08-03 21:45:28 UTC

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

2021-08-03 21:45:30 UTC

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

2021-08-03 21:45:31 UTC

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

2021-08-03 21:45:31 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-03T21:45:26Z

2021-08-03 21:45:32 UTC

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

2021-08-03 21:45:32 UTC

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

2021-08-03 21:45:34 UTC

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

Details
Created

2021-08-03 21:43:56 UTC

Size

168 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-08-03T21:43:05Z
  • org.opencontainers.image.description
    Image containing a minimal environment for containers based on SUSE Linux Enterprise Server 15 SP3.
  • org.opencontainers.image.revision
    3081cd829254c5334408ed218850aef87e61fc26
  • 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:v2.6-3081cd829254c5334408ed218850aef87e61fc26-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:975315c501d5698920cbfa09f22cd4254042a336868ead6cf53758e062e706cf - 25.99% (43.6 MB)

[#001] sha256:1f3f8b7c15f0704534dd1cd3152aa0a35e6364e3f07682e415021a5a94cd821c - 28.39% (47.6 MB)

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

[#003] sha256:3b210e1edfd9c517a7cadc9b9d866ba4e6276d33fd7000123bb80cb5b62dcb03 - 7.39% (12.4 MB)

[#004] sha256:e70f229a0da2f8b39ca4fd8713dc86ea765dcfc6624a9a9c24dc6adfe87b319e - 22.07% (37 MB)

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

[#006] sha256:2b5da61dc1d7dfe92857d0b311c64d7e3409966ddb52f1d59d6e0d0cccd87292 - 14.99% (25.1 MB)

[#007] sha256:4f4312d0a300e791317762a2ad106dd34c54047ab0e6f211f14651b58a5dbf33 - 0.0% (171 Bytes)


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

KIWI 9.23.20

2021-08-03 21:43:25 UTC

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

2021-08-03 21:43:25 UTC

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

2021-08-03 21:43:42 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 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 21:43:43 UTC

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

2021-08-03 21:43:44 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-08-03 21:43:44 UTC

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

2021-08-03 21:43:45 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-08-03 21:43:45 UTC

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

2021-08-03 21:43:45 UTC

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

2021-08-03 21:43:45 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-3081cd829254c5334408ed218850aef87e61fc26-head

2021-08-03 21:43:46 UTC

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

2021-08-03 21:43:53 UTC

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

2021-08-03 21:43:55 UTC

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

2021-08-03 21:43:55 UTC

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

2021-08-03 21:43:56 UTC

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

2021-08-03 21:43:56 UTC

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

2021-08-03 21:43:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-03T21:43:05Z

2021-08-03 21:43:56 UTC

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

2021-08-03 21:43:56 UTC

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

2021-08-03 21:43:56 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