Namespace
rancher
Image / Tag
rancher-agent:master-45ca5c3f6bd5c95c8e41dd95182211016c6ecdec-head
Content Digest
sha256:80ed64a0e61b611a67acc0d4f1cf46383f1e063adbad527b7930808ce0a2dfd4
Details
Created

2021-06-04 21:20:19 UTC

Size

156 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-04T21:19:10Z
  • org.opencontainers.image.revision
    45ca5c3f6bd5c95c8e41dd95182211016c6ecdec
  • 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-45ca5c3f6bd5c95c8e41dd95182211016c6ecdec-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 - 16.32% (25.5 MB)

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

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

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

[#004] sha256:e74f9836dc375b5885e8b51af37e227d23137e2fbbff127921f4373a61ef6ff3 - 30.35% (47.4 MB)

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

[#006] sha256:fba779b0f597b3e595c99458f99f2c1e7b1684ee6ba294803d4222758595f383 - 17.03% (26.6 MB)

[#007] sha256:25502e07674b52762fb72fd4e4217205397a3167c0e769a4bfb1387a0fa6d17d - 22.01% (34.3 MB)

[#008] sha256:11a849485fd447fca4a45e50c156b084368eac63199e89f0119255dab6950d15 - 0.01% (9.31 KB)

[#009] sha256:381f6794edc21afac22cb4850a923d976b186acad77c97229c5a24b353d2ea64 - 12.88% (20.1 MB)

[#010] sha256:0a8d57f3c96c4630c87d8bc3847e095b934588225b68f741e194dfc2904f903c - 0.0% (172 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-04 21:19:36 UTC

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

2021-06-04 21:19:37 UTC

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

2021-06-04 21:19:37 UTC

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

2021-06-04 21:20:01 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-04 21:20:02 UTC

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

2021-06-04 21:20:03 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-04 21:20:03 UTC

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

2021-06-04 21:20:05 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-04 21:20:06 UTC

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

2021-06-04 21:20:06 UTC

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

2021-06-04 21:20:06 UTC

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

2021-06-04 21:20:06 UTC

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

2021-06-04 21:20:15 UTC

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

2021-06-04 21:20:17 UTC

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

2021-06-04 21:20:18 UTC

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

2021-06-04 21:20:18 UTC

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

2021-06-04 21:20:18 UTC

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

2021-06-04 21:20:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-04T21:19:10Z

2021-06-04 21:20:19 UTC

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

2021-06-04 21:20:19 UTC

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

2021-06-04 21:20:19 UTC

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

Details
Created

2021-06-04 21:01:38 UTC

Size

2.42 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-04T21:01:33Z
  • org.opencontainers.image.revision
    45ca5c3f6bd5c95c8e41dd95182211016c6ecdec
  • 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-45ca5c3f6bd5c95c8e41dd95182211016c6ecdec-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#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:c5781369afed4ba46bb8ac1b5fe990f0e41ac9f24bd563d10b14c0b51d839c9a - 0.0% (1.07 KB)

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

[#016] sha256:2d360bfa4309d47f340a323205b7072b43ebbb4012b67a1563b6436a425b9cd0 - 0.59% (14.5 MB)

[#017] sha256:f47499bf1944e0356dc64bf49a533198ed2ad9aa1d39210e354e5322ae6d8020 - 0.0% (1.09 KB)

[#018] sha256:b3e7bbc5837a8a7437a7cc3dfa96ca5bbd28644030ca65d7357bd817964832f5 - 0.0% (1.09 KB)

[#019] sha256:21cd62c1dc1e8d2fecfa876e108942dd928b6111bfe655b1d80d017864f037fc - 0.0% (1.06 KB)

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

[#021] sha256:a9cd4e72382356f62d4b52dc60804995224ddd613687324dbb74183f3dc42695 - 0.0% (1.07 KB)


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

Apply image 1809-RTM-amd64

2021-05-08 09:21:48 UTC

Install update 1809-amd64

2021-06-02 19:25:50 UTC

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

2021-06-02 19:25:50 UTC

powershell -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 UTC

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

2021-06-03 19:39:40 UTC

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

2021-06-03 19:39:41 UTC

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

2021-06-04 21:01:34 UTC

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

2021-06-04 21:01:35 UTC

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

2021-06-04 21:01:36 UTC

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

2021-06-04 21:01:37 UTC

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

2021-06-04 21:01:37 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-06-04T21:01:33Z

2021-06-04 21:01:38 UTC

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

2021-06-04 21:01:38 UTC

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

2021-06-04 21:01:38 UTC

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

Details
Created

2021-06-04 21:02:01 UTC

Size

2.45 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-04T21:01:56Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    45ca5c3f6bd5c95c8e41dd95182211016c6ecdec
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-45ca5c3f6bd5c95c8e41dd95182211016c6ecdec-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#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:6a689449068433d075177ac58de42acd0f4af21d21a082b7394b7dbf7f4fd811 - 0.0% (1.3 KB)

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

[#016] sha256:8b554dd7751aea96c3cd59fa7dbe5192ee911fcdd62a30d637b5b2311681fd55 - 0.58% (14.5 MB)

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

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

[#019] sha256:6a38a1f9937ae774be5eb43425d5fd4d1533819f59840eaf7c55d32462356c6f - 0.0% (1.31 KB)

[#020] sha256:1043f68c452af1829ee325a9610154a445091f0a80c876b35514ed5d59230061 - 0.0% (1.31 KB)

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


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

Apply image 20H2-RTM-amd64

2021-04-30 07:39:08 UTC

Install update 20H2-amd64

2021-05-31 07:41:00 UTC

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

2021-05-31 07:41:00 UTC

powershell -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 UTC

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

2021-05-31 07:42:52 UTC

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

2021-05-31 07:42:53 UTC

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

2021-06-04 21:01:57 UTC

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

2021-06-04 21:01:58 UTC

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

2021-06-04 21:01:59 UTC

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

2021-06-04 21:01:59 UTC

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

2021-06-04 21:02:00 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-04T21:01:56Z

2021-06-04 21:02:00 UTC

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

2021-06-04 21:02:01 UTC

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

2021-06-04 21:02:01 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-04 21:01:54 UTC

Size

2.11 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-04T21:01:48Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    45ca5c3f6bd5c95c8e41dd95182211016c6ecdec
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-45ca5c3f6bd5c95c8e41dd95182211016c6ecdec-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#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:669ab081abf161b2b882687b3c3c56701f432df9b71449b102e4140a82e862da - 0.0% (1.3 KB)

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

[#016] sha256:2835a534ad538d68a3765b334836280093b6d322fdcfe98142662f31480f796d - 0.67% (14.5 MB)

[#017] sha256:19cdbaf42742124f811f5240d6e1765d5aee258674f6c62c5cfb1ec6efb09080 - 0.0% (1.3 KB)

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

[#019] sha256:fd259f5c54337f6bb05a58244bd4df78526eef8e756ddf143252cae4cb583b18 - 0.0% (1.33 KB)

[#020] sha256:59e2b1b8e6a8a82d8d9be8682f4994d2bef4f65a6f0396ea55882e2e0b15152a - 0.0% (1.3 KB)

[#021] sha256:79317b3faac3b5b80482fb34b284778a53b992a23a62e36a3ec85199bc90144c - 0.0% (1.32 KB)


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

Apply image 2004-RTM-amd64

2021-04-30 07:39:51 UTC

Install update 2004-amd64

2021-06-02 19:25:40 UTC

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

2021-06-02 19:25:41 UTC

powershell -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 UTC

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

2021-06-03 19:40:03 UTC

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

2021-06-03 19:40:04 UTC

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

2021-06-04 21:01:50 UTC

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

2021-06-04 21:01:50 UTC

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

2021-06-04 21:01:51 UTC

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

2021-06-04 21:01:52 UTC

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

2021-06-04 21:01:52 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-04T21:01:48Z

2021-06-04 21:01:53 UTC

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

2021-06-04 21:01:53 UTC

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

2021-06-04 21:01:54 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-04 21:11:09 UTC

Size

145 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-04T21:10:14Z
  • org.opencontainers.image.revision
    45ca5c3f6bd5c95c8e41dd95182211016c6ecdec
  • 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-45ca5c3f6bd5c95c8e41dd95182211016c6ecdec-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 - 15.55% (22.6 MB)

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

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

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

[#004] sha256:8b56618d1ff72cb65afd57164b71a4ce294b69ec5c36c961e9082687b70af393 - 30.06% (43.7 MB)

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

[#006] sha256:bf63062790c3b5423d9e01c94da4d039e4d3691a62bb37431f72c93e170f46a7 - 16.95% (24.6 MB)

[#007] sha256:a1d32cc515e9e81fc4e3305b0ccf9e76c8c4f2c9ab44e4bff257f2fe7c13447f - 23.62% (34.3 MB)

[#008] sha256:5f79c5b4aa80216ca026447f781ef7e55999b8e235803403d55b1e659cb18d49 - 0.01% (8.89 KB)

[#009] sha256:f45366ab7fb35c13cfcc92ca4375d38f7dbc02506efaf5e20dddb545a40efeda - 12.47% (18.1 MB)

[#010] sha256:4cf02adc1cff1db558a74a379294e9f0406ddd9a4ee17485498c1af4ca3b015e - 0.0% (172 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-04 21:10:31 UTC

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

2021-06-04 21:10:32 UTC

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

2021-06-04 21:10:32 UTC

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

2021-06-04 21:10:53 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-04 21:10:54 UTC

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

2021-06-04 21:10:55 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-04 21:10:55 UTC

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

2021-06-04 21:10:56 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-04 21:10:57 UTC

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

2021-06-04 21:10:57 UTC

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

2021-06-04 21:10:57 UTC

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

2021-06-04 21:10:57 UTC

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

2021-06-04 21:11:04 UTC

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

2021-06-04 21:11:06 UTC

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

2021-06-04 21:11:07 UTC

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

2021-06-04 21:11:08 UTC

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

2021-06-04 21:11:08 UTC

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

2021-06-04 21:11:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-04T21:10:14Z

2021-06-04 21:11:08 UTC

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

2021-06-04 21:11:08 UTC

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

2021-06-04 21:11:09 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