Namespace
rancher
Image / Tag
rancher-agent:master-cdc12d8a5cc6fda069709a950f9a6dc9e38892e1-head
Content Digest
sha256:7d23dbbe055cf675853a7b9e5fc5f1565494c8017f69dd37ade7e3d71bbb00f6
Details
Created

2021-06-13 23:31:53 UTC

Size

141 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-13T23:30:50Z
  • org.opencontainers.image.revision
    cdc12d8a5cc6fda069709a950f9a6dc9e38892e1
  • 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-cdc12d8a5cc6fda069709a950f9a6dc9e38892e1-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 - 18.03% (25.5 MB)

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

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

[#003] sha256:de8d13271cd587625a817543a7435cf6ff51ca8076f2b754faaabd21aa7eeb11 - 0.0% (124 Bytes)

[#004] sha256:7b646cfbfcfbe5af3d54a9a41a3b9d6622b5775da0725cbce54c8cee9745b1e7 - 33.44% (47.2 MB)

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

[#006] sha256:95eadfecdb02c442694c8ae54db2f12bbe36b62351efa1bad38ea5823af4cd58 - 9.45% (13.3 MB)

[#007] sha256:b54dfaeb70ad4f33b927ecb45a24d7870251e9975ed2eadd250356cfd14028e0 - 23.28% (32.9 MB)

[#008] sha256:766e66605580bbc9fee020d9f9dd45e166bbfd6ff36037491312a7cd2a577b13 - 0.01% (9.31 KB)

[#009] sha256:dc287f80035ba026d0ac8ca6affc37aed38ac6ed010518d6a6320f209d1c8bb3 - 14.22% (20.1 MB)

[#010] sha256:bc8da0341d9ff22d8bf6132e76d31e08febefbea80d01acc59d3234a435378aa - 0.0% (170 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-13 23:31:14 UTC

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

2021-06-13 23:31:15 UTC

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

2021-06-13 23:31:15 UTC

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

2021-06-13 23:31:37 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 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-13 23:31:38 UTC

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

2021-06-13 23:31:39 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-13 23:31:39 UTC

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

2021-06-13 23:31:41 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-06-13 23:31:41 UTC

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

2021-06-13 23:31:41 UTC

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

2021-06-13 23:31:41 UTC

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

2021-06-13 23:31:41 UTC

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

2021-06-13 23:31:49 UTC

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

2021-06-13 23:31:51 UTC

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

2021-06-13 23:31:52 UTC

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

2021-06-13 23:31:52 UTC

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

2021-06-13 23:31:52 UTC

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

2021-06-13 23:31:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-13T23:30:50Z

2021-06-13 23:31:53 UTC

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

2021-06-13 23:31:53 UTC

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

2021-06-13 23:31:53 UTC

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

Details
Created

2021-06-13 23:19:24 UTC

Size

2.57 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-13T23:19:20Z
  • org.opencontainers.image.revision
    cdc12d8a5cc6fda069709a950f9a6dc9e38892e1
  • 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-cdc12d8a5cc6fda069709a950f9a6dc9e38892e1-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

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

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

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

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

[#005] sha256:5d31c19f6a6601fd261f9d7fb3db089881a1d40ef21fd8fa0c88f1044f324245 - 0.2% (5.28 MB)

[#006] sha256:8d8789ec063fe860c8df716416871d6b9383802f8991e8a110c54f422b194c95 - 0.28% (7.44 MB)

[#007] sha256:6c7be93064c8a7292c178c9f26f2b598dd853a700f0b76c2d968b70c7d01fbbd - 1.41% (37.2 MB)

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

[#009] sha256:3d3fdc6b437090ac2c6165e6fb333bf0dabf23a4c480f5c7a0548dfd7e782585 - 0.59% (15.6 MB)

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

[#011] sha256:92e8dc107ab809cd4500a9b2d2c17c8c3fd472adbe0525ce654123f01defd8c3 - 0.0% (1.07 KB)

[#012] sha256:caefee257dc8c7b73b4264cbb10ad0c881ea8d21d572b5e46fab92a641657412 - 0.0% (1.09 KB)

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

[#014] sha256:25f1a3b7d52d3e19bd962c6acde36bf8416cf5bdc988ef073f85e86ee2c6545b - 0.0% (1.09 KB)

[#015] sha256:aafedb7fe57a77f656e6120ffaee84aef42e78c8074a6d5fd4759e6a9fa664f2 - 0.0% (1.1 KB)

[#016] sha256:33f203db05b133588f92d23d1f74c562ad673053d3ae1d3a9edbe704fb7104d4 - 0.55% (14.6 MB)

[#017] sha256:096aecb7cf0bce8c2ca4d7ba6f2f1af212c41d1cdd7401f73d16a2c9361c57d2 - 0.0% (1.07 KB)

[#018] sha256:0848574cf476f81c463f47d214aadaf8a966e2e17558fad4b855b43a331a3704 - 0.0% (1.07 KB)

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

[#020] sha256:427ba70bef2ebb3b1cb4ded58d1469bac2db905f23187b88cc7949eb96ab49bf - 0.0% (1.07 KB)

[#021] sha256:a5eeffcb212ac8d8e45ec19e23c5db20a0738ab54fea96c135dea17254d31ff8 - 0.0% (1.07 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-06-13 23:17:38 UTC

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

2021-06-13 23:17:38 UTC

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

2021-06-13 23:17:48 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-06-13 23:17:56 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-06-13 23:18:19 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-06-13 23:18:29 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-06-13 23:18:36 UTC

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

2021-06-13 23:18:43 UTC

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

2021-06-13 23:18:49 UTC

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

2021-06-13 23:18:50 UTC

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

2021-06-13 23:18:50 UTC

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

2021-06-13 23:18:51 UTC

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

2021-06-13 23:19:21 UTC

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

2021-06-13 23:19:21 UTC

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

2021-06-13 23:19:22 UTC

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

2021-06-13 23:19:22 UTC

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

2021-06-13 23:19:23 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-06-13T23:19:20Z

2021-06-13 23:19:23 UTC

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

2021-06-13 23:19:24 UTC

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

2021-06-13 23:19:24 UTC

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

Details
Created

2021-06-13 23:19:49 UTC

Size

2.58 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-13T23:18:17Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    cdc12d8a5cc6fda069709a950f9a6dc9e38892e1
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-cdc12d8a5cc6fda069709a950f9a6dc9e38892e1-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

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

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

[#003] sha256:8f60e39fb5cfa5b2489516f61fc287f755c808b790e2554da86cee078e5ecbf0 - 0.0% (1.35 KB)

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

[#005] sha256:2a4df4f7e62bae17bdd7648c3016f6dbf90c7b28a3c7fd58d99d218c983a66dd - 0.2% (5.26 MB)

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

[#007] sha256:272c2593da18faf688c91e30aece06142ce98564b7cf123805825bddb76b707d - 1.41% (37.2 MB)

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

[#009] sha256:5dd69504798d6406327814748e2d99855e7db32cf143948ea626c9ffba0401b2 - 0.59% (15.5 MB)

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

[#011] sha256:42d40722a7968bd48d7b05ecc86c01e113ae804573c0a40de435ba02489ce454 - 0.0% (1.27 KB)

[#012] sha256:3cb90a78d1b419d2f692f3edf23afe05bd0e225821ece22536804c2db44592d8 - 0.0% (1.27 KB)

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

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

[#015] sha256:4ba91ff895633e79fff3d95ca104fbc479362a3ca0db251687bad231382d9157 - 0.0% (1.34 KB)

[#016] sha256:585b845ce3dbd8f23472267516a175bca281d4bcca6bb1b9c8985e38bd2a0bc1 - 0.55% (14.6 MB)

[#017] sha256:3e6dd5146903d7df2ac247c53057212baae021f8ea0aba39de9fd6008334d1ca - 0.0% (1.29 KB)

[#018] sha256:a4223da03293c1e5ca2d36fcfe89b7a0f547b2dca6ab70226a3595a3c688d358 - 0.0% (1.32 KB)

[#019] sha256:505d0b08cca805bb3e1775e9e49a25578da73c5a428aa8be3f179059eb1580f4 - 0.0% (1.32 KB)

[#020] sha256:fa0f285a03419e75bc7a35164909731752bb6779d043012cc11b5ab2a103227d - 0.0% (1.26 KB)

[#021] sha256:913eba7f80a4315369e20801884bec25e7ae63762066574c5cd613b22fe8acc6 - 0.0% (1.27 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-06-13 23:18:00 UTC

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

2021-06-13 23:18:00 UTC

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

2021-06-13 23:18: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-06-13 23:18:38 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-06-13 23:19:05 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-06-13 23:19:17 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-06-13 23:19:26 UTC

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

2021-06-13 23:19:34 UTC

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

2021-06-13 23:19:43 UTC

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

2021-06-13 23:19:44 UTC

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

2021-06-13 23:19:45 UTC

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

2021-06-13 23:19:45 UTC

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

2021-06-13 23:19:46 UTC

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

2021-06-13 23:19:46 UTC

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

2021-06-13 23:19:47 UTC

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

2021-06-13 23:19:48 UTC

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

2021-06-13 23:19:48 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-13T23:18:17Z

2021-06-13 23:19:49 UTC

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

2021-06-13 23:19:49 UTC

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

2021-06-13 23:19:49 UTC

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

Details
Created

2021-06-13 23:20:49 UTC

Size

2.24 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-13T23:20:43Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    cdc12d8a5cc6fda069709a950f9a6dc9e38892e1
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-cdc12d8a5cc6fda069709a950f9a6dc9e38892e1-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

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

[#002] sha256:297e91e6eb414120080059dba4ae82b17e16b465a32c15f617cc67e7e9219827 - 0.0% (1.26 KB)

[#003] sha256:6d74dcd3ca4a752770f2dcc0959800c9593c7932652a9df900cc216709a56467 - 0.0% (1.27 KB)

[#004] sha256:8d71293f632c52b7ee867428a844dc0722c649ca1fb21a553de2a400f9fd77f4 - 0.68% (15.5 MB)

[#005] sha256:399ad1ea49cf6b3cb99f6b2e0abaa72402f9e5ccfeb11f83b981ff516ee3187f - 0.23% (5.27 MB)

[#006] sha256:bc65d32270ff2057aaec8294a84b99b8836e00ff9a201f4a3046e4bcef3ecfc6 - 0.38% (8.61 MB)

[#007] sha256:baccfe25a1d1a3283d0af1d27b016000fbba1c0f763dce56e5357490bb1e6e55 - 1.63% (37.2 MB)

[#008] sha256:5e7e65f573d288e29e49b43dafcffd0e98741a55132e2403d54f2cc596f46a95 - 0.23% (5.34 MB)

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

[#010] sha256:fbf976a28cff97e369671702fdcf4577fb13cd8501f9cc30f65514c076827550 - 0.56% (12.7 MB)

[#011] sha256:6c45ba8f489a3d7a2a62aadf718c7a0956768d55ad160cc8501044d13ec932ed - 0.0% (1.29 KB)

[#012] sha256:439b99355bf54c5b612af34c3cf2d56e20ad04c33fceefc8b8006a7b0ec623e6 - 0.0% (1.27 KB)

[#013] sha256:297eb1ccf15290c538af9c9065a59a9e1c616f2bd49575a91b59d2fc4fc9c2eb - 0.0% (1.26 KB)

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

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

[#016] sha256:68691e025f96028a7f458d8f89c8bc5b7df7b81678f680c11a3c5b488ff8f294 - 0.64% (14.6 MB)

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

[#018] sha256:57097b3e3c7f6342360463742e55be09d5365d81d02abea2b5173f2223aecf5d - 0.0% (1.26 KB)

[#019] sha256:cca2d550a10ccb7e28818c7cf358b8bebfb59b6650a528ec798c05e17c9d2af1 - 0.0% (1.29 KB)

[#020] sha256:69da5a8c77b95ac06454d95b36c7043e7a0873b5a4652ca84b8d6b6c6f730eda - 0.0% (1.26 KB)

[#021] sha256:f52dd42399a91af0616da489759cf10b1edc68fca9a5afd6d9f6c7dcd7a53c96 - 0.0% (1.27 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-06-13 23:18:43 UTC

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

2021-06-13 23:18:43 UTC

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

2021-06-13 23:18:55 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-06-13 23:19: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-06-13 23:19: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-06-13 23:19:41 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-06-13 23:19:50 UTC

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

2021-06-13 23:19:59 UTC

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

2021-06-13 23:20:07 UTC

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

2021-06-13 23:20:08 UTC

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

2021-06-13 23:20:08 UTC

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

2021-06-13 23:20:09 UTC

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

2021-06-13 23:20:45 UTC

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

2021-06-13 23:20:45 UTC

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

2021-06-13 23:20:46 UTC

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

2021-06-13 23:20:47 UTC

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

2021-06-13 23:20:47 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-13T23:20:43Z

2021-06-13 23:20:48 UTC

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

2021-06-13 23:20:48 UTC

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

2021-06-13 23:20:49 UTC

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

Details
Created

2021-06-13 23:23:51 UTC

Size

132 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-13T23:23:00Z
  • org.opencontainers.image.revision
    cdc12d8a5cc6fda069709a950f9a6dc9e38892e1
  • 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-cdc12d8a5cc6fda069709a950f9a6dc9e38892e1-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:ed6dc9c66f7cc607969a6f995c83956f1e614ec5dd42205a2ea544f8f6260a34 - 17.19% (22.6 MB)

[#001] sha256:15c11899c85b166cc1ed1af82b5f8bda57b93fa119405e47bb96f45bbbd93533 - 0.0% (852 Bytes)

[#002] sha256:86ebe93eb4a196c3d45c24bb95176c57287e87aed340cf757e873a861aed2540 - 0.0% (189 Bytes)

[#003] sha256:19bfb51170d68d2758b8f765c43018f928ff64efda9188cca433b0377cc8d94c - 0.0% (123 Bytes)

[#004] sha256:e6058ec0ea9d69e4dc3512876c10515367f604a63fdd64fb524d27b93479cdff - 33.13% (43.6 MB)

[#005] sha256:4acb2ad3cd2a57ed259a683d89f1ea9f5a4d7ad0110aad19664f931da8e475fd - 1.48% (1.94 MB)

[#006] sha256:e7c37ad474ed9c6b236f4ccc26ff4d80ac912142c2ffee08a289d0cf4a2efc98 - 9.42% (12.4 MB)

[#007] sha256:03a5096041b3e15e5ecb2b327a968721a268a72e5e2272afd445ade494d932eb - 25.0% (32.9 MB)

[#008] sha256:08457115b0f27a605602eb9c4c2452c295a62b7e3cb32a71489a7df675326ba8 - 0.01% (8.89 KB)

[#009] sha256:f6136b746a8f13e987daf65605b5dba8127f15305e0a71f2ad002bad08777ef9 - 13.78% (18.1 MB)

[#010] sha256:dab4bf182f38d81e2be422331b5f167d07dc7def9aedd6eff7c2ec1c75dece44 - 0.0% (170 Bytes)


History
2021-05-27 12:29:48 UTC

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

2021-05-27 12:29:49 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-27 12:29:50 UTC

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

2021-05-27 12:29:51 UTC

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

2021-05-27 12:29:51 UTC

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

2021-06-13 23:23:16 UTC

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

2021-06-13 23:23:17 UTC

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

2021-06-13 23:23:17 UTC

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

2021-06-13 23:23:36 UTC

|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion 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-13 23:23:37 UTC

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

2021-06-13 23:23:38 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-13 23:23:38 UTC

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

2021-06-13 23:23:39 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-13 23:23:40 UTC

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

2021-06-13 23:23:40 UTC

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

2021-06-13 23:23:40 UTC

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

2021-06-13 23:23:40 UTC

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

2021-06-13 23:23:47 UTC

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

2021-06-13 23:23:49 UTC

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

2021-06-13 23:23:49 UTC

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

2021-06-13 23:23:50 UTC

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

2021-06-13 23:23:50 UTC

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

2021-06-13 23:23:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-13T23:23:00Z

2021-06-13 23:23:50 UTC

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

2021-06-13 23:23:50 UTC

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

2021-06-13 23:23:51 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