2021-06-03 19:57:10 UTC
156 MB
rancher/rancher-agent:master-113c35317ea3524a8d6e9da6659c772377d33f2b-head
KUBECTL_VERSIONv1.20.7
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:4bbfd2c87b7524455f144a03bf387c88b6d4200e5e0df9139a9d5e79110f89ca - 16.33% (25.5 MB)
[#001] sha256:d2e110be24e168b42c1a2ddbc4a476a217b73cccdba69cdcb212b812a88f5726 - 0.0% (857 Bytes)
[#002] sha256:889a7173dcfeb409f9d88054a97ab2445f5a799a823f719a5573365ee3662b6f - 0.0% (189 Bytes)
[#003] sha256:6b366cba2ba53b918489eaa66547f3c2586a0d3e31ac76be1c22d52dcd974f33 - 0.0% (124 Bytes)
[#004] sha256:b3ed7ccffc3dc6e8909e84b867fe5426c22e2f226a155e75c6a8cf9b31045a88 - 30.37% (47.4 MB)
[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 1.41% (2.2 MB)
[#006] sha256:d823be049eec4a7627180dec7a3a674a12f9aa35f6e8a66d0432c44dde9f4ffb - 17.04% (26.6 MB)
[#007] sha256:a07e78ef787608c46813580d08c79ebe25a65f1816fddd8fa3283caaac044475 - 21.95% (34.2 MB)
[#008] sha256:1fc8781b90dbb707813fed42a341ae923f7bdc148b8dc63dcdf2a92b10ea7a6d - 0.01% (9.31 KB)
[#009] sha256:0f52ffa4f62e1cd66cc46964c6d1f43cbefbec0e9b1b8531988fbf3905ce06ae - 12.89% (20.1 MB)
[#010] sha256:3e30b5622543495736b1a52f4aab02195682d72d70335e8cf09f386ec5e4c877 - 0.0% (170 Bytes)
/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-03 19:56:21 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-03 19:56:23 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-03 19:56:23 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.7
2021-06-03 19:56:50 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 unzip 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-03 19:56:50 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-03 19:56:52 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-03 19:56:52 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-03 19:56:55 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 > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2021-06-03 19:56:55 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-03 19:56:55 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-03 19:56:56 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-113c35317ea3524a8d6e9da6659c772377d33f2b-head
2021-06-03 19:56:56 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-03 19:57:05 UTC/bin/sh -c #(nop) COPY dir:7d6ae99dae8381c9699975eaa57bd7969294a97a7cc4a13e8ad177855557ef3a in /var/lib/rancher-data
2021-06-03 19:57:08 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-06-03 19:57:09 UTC/bin/sh -c #(nop) COPY multi:7a71079b6b2d0448db44517babcf9731431675034fc7f6c1e1d6bf6d94bc782f in /usr/bin/
2021-06-03 19:57:09 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-03 19:57:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-03 19:57:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-03T19:55:52Z
2021-06-03 19:57:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=113c35317ea3524a8d6e9da6659c772377d33f2b
2021-06-03 19:57:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-03 19:57:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-03 19:39:58 UTC
2.42 GB
rancher/rancher-agent:master-113c35317ea3524a8d6e9da6659c772377d33f2b-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 66.25% (1.6 GB)
[#001] sha256:8116de3c91c3f1ef2d6c09b49ef5407c9b4d672896eb3af5182a997c3c5379c9 - 29.15% (721 MB)
[#002] sha256:f39bd7eedcea793e574ca664bc79ed11639c5337ed28103b96d31c110d70145c - 0.0% (1.13 KB)
[#003] sha256:e4fc6e26afdd0388a037cd3530ab788cbd69f749cb611cb3d5421f9fea15d45d - 0.0% (1.07 KB)
[#004] sha256:9260ad448953ab6d130bca9f7e7da25ed6d38a6546d51a4f5902c26dbcf45369 - 0.63% (15.5 MB)
[#005] sha256:61687cfa3efc6bec89c43494d504beedeab10fbaa40705d0acddc1acd6da66b3 - 0.21% (5.28 MB)
[#006] sha256:b225ae0c4cf12f21407fa27963bafcbcc54b482051e0829ac74eb3d023c4ed7a - 0.3% (7.42 MB)
[#007] sha256:4656c5006200c39655c0a86f0517f145da09d8948957d31eb2f2a4e6d9ba3e2c - 1.51% (37.2 MB)
[#008] sha256:c99d54304424ec3ed4ec2d1acd7cbbba4cd01cf5342886790e5217f56a86a602 - 0.22% (5.34 MB)
[#009] sha256:e30396a5e6b1090d7f10972457a1b34fbe4e5631008d87a276efe1144bcf7c1c - 0.63% (15.6 MB)
[#010] sha256:835be6ae06eb6e0c0c52e0c0a5b33d8e877ec121b32e4ba44b456b7dcf143814 - 0.52% (12.7 MB)
[#011] sha256:a38eee7c1473fcb96fa95bfe6a7b91bd5513bd9ef52822145f1225466f3d2ce7 - 0.0% (1.09 KB)
[#012] sha256:3d13f728bc4eafd1ffc91d4b155ddd36fc0944c0b3d00885b669e4b410d93c5a - 0.0% (1.06 KB)
[#013] sha256:eafbf7d55cc5d038be1f37fc4cc0ded6f55f427bb923c5a57e1187cf9346c8ba - 0.0% (1.06 KB)
[#014] sha256:809ab87aa6af1e94c4566e211049394811732b42a1aeee8af65ebea4fef35dba - 0.0% (1.07 KB)
[#015] sha256:b42f43b8b8f8e04f0da0a65fa634529911c291d001a1e420bda74c828fdf8e0d - 0.0% (1.08 KB)
[#016] sha256:e82440fccf898872cfe47f60abe461cd84fa5e592caedf9556021fda28d73568 - 0.59% (14.5 MB)
[#017] sha256:8955c9ad099aa2e27a9873985026965f9099fa283d826127d83d6848ac17d43b - 0.0% (1.06 KB)
[#018] sha256:c1f7a8223964a1e2d947bfe9a798fa645375e7f835c27e38127831b521c68d40 - 0.0% (1.07 KB)
[#019] sha256:91226525015d8c1a1513dd7c2c8495a014aacd4f73cef651e5a518eb2d6d112e - 0.0% (1.07 KB)
[#020] sha256:f3cd9731d3f99331cdc0cee3189921c87a0475a0c1f8b8c586e17d167eacdc4b - 0.0% (1.09 KB)
[#021] sha256:a94cea93360c7e51428351b61b7891f40f71d2fd9524610f0a1a8149134ecdbe - 0.0% (1.12 KB)
Apply image 1809-RTM-amd64
2021-05-08 09:21:48 UTCInstall update 1809-amd64
2021-06-02 19:25:50 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-02 19:25:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-02 19:25:58 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-02 19:26:06 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-02 19:26:26 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-02 19:26:35 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-03 19:39:27 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-03 19:39:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-03 19:39:39 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-03 19:39:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-03 19:39:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-03 19:39:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-03 19:39:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-113c35317ea3524a8d6e9da6659c772377d33f2b-head
2021-06-03 19:39:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-03 19:39:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:3317e9b8ef1d0c45f7e7d5af18632502cd1ed297f1b7390edae43371151770d0 in \etc\rancher\
2021-06-03 19:39:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-03 19:39:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-06-03T19:39:53Z
2021-06-03 19:39:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=113c35317ea3524a8d6e9da6659c772377d33f2b
2021-06-03 19:39:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-03 19:39:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-03 19:39:59 UTC
2.45 GB
rancher/rancher-agent:master-113c35317ea3524a8d6e9da6659c772377d33f2b-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.23% (1.4 GB)
[#001] sha256:182d4887a30d6c29414d04c41f1093a66f4cc1bf83092d3231cc5538404d75ad - 38.21% (958 MB)
[#002] sha256:ff16a648ce5f9ad77db402acaa944e4ba8845cb7e6c6833561b8d593ba7e58d2 - 0.0% (1.27 KB)
[#003] sha256:6ee4e984ccaa9a85ada532061c634678f0780eb56f7b49a9dd920fe8a4588542 - 0.0% (1.32 KB)
[#004] sha256:8cc66e3d9f65700071823b2f615472ec5fbee27aaa78b6689831ac8b6a126a32 - 0.62% (15.5 MB)
[#005] sha256:51900ab5005be204299ea841330fa30b0aaf14d4bde27cf0d07a91fb26926778 - 0.21% (5.27 MB)
[#006] sha256:4b6f7ae1b22328920bd89ab1da335a450d1293ed31a46ed5b4c485af6cbcf103 - 0.33% (8.2 MB)
[#007] sha256:5e94fc671571bd4b0d70d83dba64cbce9ccae19377077ab40dfdce8f4d97f209 - 1.48% (37.2 MB)
[#008] sha256:8aa4c4da434a2b4524f33e697e13457b821f806882bd4f4b09c2ae1578ffd454 - 0.21% (5.33 MB)
[#009] sha256:050c9fb4d0ec3185f6550d7542a1c0d3d758f87b694a5d63d7360c4865413d0e - 0.62% (15.6 MB)
[#010] sha256:454586c25732b1bd8f974941d848d0ea2d705b6a86ecc04f0b97e39a72ea4f37 - 0.51% (12.7 MB)
[#011] sha256:c20ea8e29274f0392054a41db57b710918ee43ebdcfbff95e2cc7513f2e4b8fb - 0.0% (1.29 KB)
[#012] sha256:a3b3fde081721c4d4e409d4eedfbb646001af49e6c204059766eef72a794765a - 0.0% (1.27 KB)
[#013] sha256:850e1f9af5f7ed1a509ec467f1668d7f15bc3d8fe351dacb3395fe9af05b2f30 - 0.0% (1.29 KB)
[#014] sha256:36b955edd3529b7d2f335ade608368a43612583fe00a3f3295a8d5a424cf6ab5 - 0.0% (1.29 KB)
[#015] sha256:49dbb1efbab63d1f430f48e19097b5fa6cdea1addc824c87bbe25a56b953793c - 0.0% (1.3 KB)
[#016] sha256:28679e366fd1975d7bf0b6f6187c208075581d0af6410e7beabe72f14c808130 - 0.58% (14.5 MB)
[#017] sha256:776dcc1dafdba9266087858df37c209762f7c0dbfea8de0e16717b7c62a72513 - 0.0% (1.27 KB)
[#018] sha256:cb46c0338493f9f72b07cf736b7d8f6840e2cc8c35335abbd526199c9158e6b7 - 0.0% (1.27 KB)
[#019] sha256:c8b4d10fc5301d475b9bb51bf9d442171d1961bb0b145689f300530ca74e54e9 - 0.0% (1.35 KB)
[#020] sha256:552e7109ac21f28bec0cbb3041e591ca7887621af53b4759249311fcedc9e75c - 0.0% (1.29 KB)
[#021] sha256:c7084f827cbf81db1de7da6e16cb177d6a1e7524a26b4235c6777efcf7dd31f7 - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-04-30 07:39:08 UTCInstall update 20H2-amd64
2021-05-31 07:41:00 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-05-31 07:41:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-05-31 07:41:32 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-05-31 07:41:42 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-05-31 07:42:10 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-05-31 07:42: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-05-31 07:42:32 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-05-31 07:42:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-05-31 07:42:51 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-05-31 07:42:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-05-31 07:42:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-05-31 07:42:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-03 19:39:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-113c35317ea3524a8d6e9da6659c772377d33f2b-head
2021-06-03 19:39:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-03 19:39:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:648dd66788456b758bbab7214b266b1a1ba96ea05976a1392406e16ef0ed2201 in \etc\rancher\
2021-06-03 19:39:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-03 19:39:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-03T19:39:53Z
2021-06-03 19:39:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-03 19:39:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=113c35317ea3524a8d6e9da6659c772377d33f2b
2021-06-03 19:39:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-03 19:40:25 UTC
2.11 GB
rancher/rancher-agent:master-113c35317ea3524a8d6e9da6659c772377d33f2b-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 54.32% (1.14 GB)
[#001] sha256:6ee75c9d841d4fb3020fd424af724bdaa5c9792bb0baaa204609ffcdc0b3c2f3 - 40.36% (871 MB)
[#002] sha256:91400d7d710b697cf9575fb44aeeb1c2142dfc38d7641d98aa9291b9d4202f77 - 0.0% (1.29 KB)
[#003] sha256:cd65be25936e612caaf68833429c190b576ba3880517e40226ef4b8dc97de51f - 0.0% (1.27 KB)
[#004] sha256:9d80a66df141e29ee6b02385a2043fedf9c982c0f5645274b906b760a4c04a5a - 0.72% (15.5 MB)
[#005] sha256:954810521fc38832ae193047ca5025073034bd93edbd7900217dafca32f863af - 0.24% (5.27 MB)
[#006] sha256:526ae99cb96835715f7f213257b2315c31e4e3ea95be19a5e7b66bca9af8ca19 - 0.4% (8.6 MB)
[#007] sha256:8e867dd51a42195c1c0504a1c9a87fb6ebd58170a6d5ffb32fe373b97e5232a7 - 1.73% (37.2 MB)
[#008] sha256:f1f25017a1ccad7498b76e5ac9a0be85d33c3e7b7af74642d046fb2b10eb0787 - 0.25% (5.34 MB)
[#009] sha256:e5549e5bb523675de09cc346f69d6e7831225a446b7ee30e10c45171754a5a56 - 0.72% (15.6 MB)
[#010] sha256:37fb31a34267d0a6ab8ebf82dddb03ab5e3d7421a896f601966c5f72356d3c1f - 0.59% (12.7 MB)
[#011] sha256:f8da2eefc6f05ad114b396b2eb0a93314720d46289ca03b19bfa246007a03314 - 0.0% (1.27 KB)
[#012] sha256:53710be59651a8fdeb49c417613e2e7473a7a31c4d95b11f229456dcb4fb330d - 0.0% (1.27 KB)
[#013] sha256:286498dae1f717767f78c277aff417356fbb1ce5171710b77d10eb7c0f6e7c7a - 0.0% (1.31 KB)
[#014] sha256:269bbcad824bd2a67e197f5e121d9da3512ee52c6958d4971d7a6e1bffab6752 - 0.0% (1.27 KB)
[#015] sha256:ded7dd5946f8ebd945d9dc7c0f06fecac30077b43d7e8aa017e441dcf9557a00 - 0.0% (1.31 KB)
[#016] sha256:f1526be8af65d5749e71b0a67b99c70fdee7265020b301cf513f44e1a8420a99 - 0.67% (14.5 MB)
[#017] sha256:4cb46367c00c1c0680009a1a0dd18bd56ac5273c6a9aab739674b482db109bb7 - 0.0% (1.3 KB)
[#018] sha256:4548428a658dc4784d26991efbf1530777edc89730959d7b5894c4ef9d0ab616 - 0.0% (1.34 KB)
[#019] sha256:a9dbcf50f1b53ca4c4c57a993acb1596e58d5b78484b2dfb48fb9d35f18da342 - 0.0% (1.3 KB)
[#020] sha256:88b850ec72acbd4cad937ae17900acf7420a99ee0e387b452e0a5dda95f72f79 - 0.0% (1.27 KB)
[#021] sha256:0dded531338283e3ea885ff5e88736e28d2007600b76ba21675fd8ce0092819a - 0.0% (1.3 KB)
Apply image 2004-RTM-amd64
2021-04-30 07:39:51 UTCInstall update 2004-amd64
2021-06-02 19:25:40 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-02 19:25:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-02 19:25:53 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-02 19:26:03 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-02 19:26: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-06-02 19:26: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-06-03 19:39:44 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-03 19:39:53 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-03 19:40:02 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-03 19:40:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-03 19:40:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-03 19:40:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-03 19:40:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-113c35317ea3524a8d6e9da6659c772377d33f2b-head
2021-06-03 19:40:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-03 19:40:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:648dd66788456b758bbab7214b266b1a1ba96ea05976a1392406e16ef0ed2201 in \etc\rancher\
2021-06-03 19:40:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-03 19:40:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-03T19:40:20Z
2021-06-03 19:40:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-03 19:40:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=113c35317ea3524a8d6e9da6659c772377d33f2b
2021-06-03 19:40:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-03 19:48:18 UTC
145 MB
rancher/rancher-agent:master-113c35317ea3524a8d6e9da6659c772377d33f2b-head
KUBECTL_VERSIONv1.20.7
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:ed6dc9c66f7cc607969a6f995c83956f1e614ec5dd42205a2ea544f8f6260a34 - 15.56% (22.6 MB)
[#001] sha256:15c11899c85b166cc1ed1af82b5f8bda57b93fa119405e47bb96f45bbbd93533 - 0.0% (852 Bytes)
[#002] sha256:86ebe93eb4a196c3d45c24bb95176c57287e87aed340cf757e873a861aed2540 - 0.0% (189 Bytes)
[#003] sha256:85df8e3562b40fa58f32a89e06836cda968c2a35a1c2ddcc150c60bf2493dae7 - 0.0% (124 Bytes)
[#004] sha256:e468c8529a1f5c2551ac8d76e3cc7fb653d165d7ef87b7c937301c79628fbe12 - 30.09% (43.7 MB)
[#005] sha256:4acb2ad3cd2a57ed259a683d89f1ea9f5a4d7ad0110aad19664f931da8e475fd - 1.34% (1.94 MB)
[#006] sha256:012bcc07281b3b37f97652f99b126f3483b169af5bcdecc7e287847c032dc707 - 16.96% (24.6 MB)
[#007] sha256:170e2f612d81957f8fb2039c790598e0a86338526b05d6ee37feef0131dc435a - 23.56% (34.2 MB)
[#008] sha256:8546d0ca7575779f3b211fbe4f979e1f8ed612a95504e142c4a3dc09308c4849 - 0.01% (8.89 KB)
[#009] sha256:3dc6de7170ab5f2f52e1e1ddf4feeafa12ca809eabb24fa288ef46ac0b0c9a95 - 12.48% (18.1 MB)
[#010] sha256:07b64f5fc130815185cdb6630fabe4b2a661a7f1f702b8606c237d9b96be17a4 - 0.0% (171 Bytes)
/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-03 19:47:43 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-03 19:47:44 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-03 19:47:44 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.7
2021-06-03 19:48:04 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 unzip 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-03 19:48:04 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-03 19:48:05 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-03 19:48:05 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-03 19:48:07 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 > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2021-06-03 19:48:07 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-03 19:48:07 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-03 19:48:08 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-113c35317ea3524a8d6e9da6659c772377d33f2b-head
2021-06-03 19:48:08 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-03 19:48:15 UTC/bin/sh -c #(nop) COPY dir:a5ba64cf5264a670b8c405ae368e396afcbae4cbd2663940501060efdc6bbb96 in /var/lib/rancher-data
2021-06-03 19:48:16 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-06-03 19:48:17 UTC/bin/sh -c #(nop) COPY multi:22faf6356d49e0424292dd6039da4acf56647ee05fc84f0fa296cd9e3f6928d8 in /usr/bin/
2021-06-03 19:48:17 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-03 19:48:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-03 19:48:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-03T19:47:26Z
2021-06-03 19:48:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=113c35317ea3524a8d6e9da6659c772377d33f2b
2021-06-03 19:48:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-03 19:48:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
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.