Namespace
rancher
Image / Tag
rancher-agent:master-4e6c16b5589acb5a0aabd8aa55be899cf86fc04f-head
Content Digest
sha256:5014d2a782bbf5df68d85522f0f82e1f10864fcf9dc14b9d5726da37fd2c8e7b
Details
Created

2021-06-10 16:34:27 UTC

Size

157 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-10T16:33:20Z
  • org.opencontainers.image.revision
    4e6c16b5589acb5a0aabd8aa55be899cf86fc04f
  • 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-4e6c16b5589acb5a0aabd8aa55be899cf86fc04f-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.24% (25.5 MB)

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

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

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

[#004] sha256:2c45f2a69757945dc8bc635041436ff979441047c11c99a5e968e99e27a7c76c - 30.21% (47.4 MB)

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

[#006] sha256:67918a273fbfa909ff63c4aca9203fee74781bfa64b977ed48ba518df394c32a - 16.96% (26.6 MB)

[#007] sha256:22cd507321ab3cc5e38bd84a7901e13e080be5501812c3bf944d4e3fac8a1d12 - 22.37% (35.1 MB)

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

[#009] sha256:1256894a454522c6daec8a7551be7783f3b46b0b3d9e57517eec59b0e27673ff - 12.8% (20.1 MB)

[#010] sha256:855e4bffb785a070d2af06679ee46b9be3a09185f5d8e04d1819c866257dd047 - 0.0% (171 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-10 16:33:44 UTC

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

2021-06-10 16:33:45 UTC

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

2021-06-10 16:33:46 UTC

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

2021-06-10 16:34:09 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-10 16:34:10 UTC

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

2021-06-10 16:34:11 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-10 16:34:11 UTC

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

2021-06-10 16:34:14 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-10 16:34:14 UTC

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

2021-06-10 16:34:14 UTC

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

2021-06-10 16:34:14 UTC

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

2021-06-10 16:34:14 UTC

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

2021-06-10 16:34:23 UTC

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

2021-06-10 16:34:25 UTC

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

2021-06-10 16:34:26 UTC

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

2021-06-10 16:34:26 UTC

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

2021-06-10 16:34:26 UTC

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

2021-06-10 16:34:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-10T16:33:20Z

2021-06-10 16:34:27 UTC

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

2021-06-10 16:34:27 UTC

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

2021-06-10 16:34:27 UTC

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

Details
Created

2021-06-10 16:08:31 UTC

Size

2.57 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-10T16:08:24Z
  • org.opencontainers.image.revision
    4e6c16b5589acb5a0aabd8aa55be899cf86fc04f
  • 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-4e6c16b5589acb5a0aabd8aa55be899cf86fc04f-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:c480474dcbc13e6ca1ca595d940117aaed40512929c28ab3bca19ba6b546e5b5 - 0.0% (1.12 KB)

[#003] sha256:0e25b223d9d56cd1098cf1c14551f7bb10986f8dab96e1557a8d3823fcb2b27f - 0.0% (1.12 KB)

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

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

[#006] sha256:6c09b1117b52904715a54fda555a8c8e9d499a1d765f9dca9e567d919ad8e6af - 0.28% (7.42 MB)

[#007] sha256:1b3f076c3db731cf409c85600b76ebb906fc951e2a3327b2ffdc157c07d66cab - 1.41% (37.2 MB)

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

[#009] sha256:5030b58a538fa1a4bcd8f4caae5b8284da754f4f6a591f607a75357bdc678260 - 0.59% (15.6 MB)

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

[#011] sha256:6a93aabdb5276a6aea9652377bd55ec7e60eb97015f567146626dbee975a936f - 0.0% (1.09 KB)

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

[#013] sha256:b06047fa49a48e03c343ee063e571e16d822d43414dfcf467637799ba4279764 - 0.0% (1.09 KB)

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

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

[#016] sha256:2a7b0add07b19d3b5434461b817e1ede06c65027d067c97ebece6fdae1841af9 - 0.55% (14.5 MB)

[#017] sha256:4888ffe1b45b6bbed525e108969f9e1eaac0bfc2cff0e5cb06eaee3a7ee97ce0 - 0.0% (1.1 KB)

[#018] sha256:a057480c30f18baf382574677c41cfe4d95f1113625bd0b7df599fac22cf89d3 - 0.0% (1.1 KB)

[#019] sha256:1bafb87a54793e30647b5c9d499e3e1d2e7de7ab3c784ef6fa070d5c9a3835a6 - 0.0% (1.12 KB)

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

[#021] sha256:5bb7bf3a7d09d05704a6e236578319d7429de5fbf5e78afd35989dd8cb9cbaaa - 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-08 21:20:55 UTC

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

2021-06-08 21:20:57 UTC

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

2021-06-08 21:21:11 UTC

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

2021-06-08 21:21:21 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-08 21:21:47 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-08 21:22:03 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-08 21:22:12 UTC

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

2021-06-08 21:22:23 UTC

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

2021-06-08 21:22:33 UTC

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

2021-06-08 21:22:34 UTC

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

2021-06-08 21:22:34 UTC

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

2021-06-08 21:22:35 UTC

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

2021-06-10 16:08:25 UTC

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

2021-06-10 16:08:26 UTC

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

2021-06-10 16:08:27 UTC

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

2021-06-10 16:08:28 UTC

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

2021-06-10 16:08:29 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-06-10T16:08:24Z

2021-06-10 16:08:29 UTC

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

2021-06-10 16:08:30 UTC

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

2021-06-10 16:08:31 UTC

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

Details
Created

2021-06-10 16:08:54 UTC

Size

2.58 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-10T16:08:46Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    4e6c16b5589acb5a0aabd8aa55be899cf86fc04f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-4e6c16b5589acb5a0aabd8aa55be899cf86fc04f-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:bf2c6cf06e1068f4b1aae08ae9f88794bfa086292f2537c8007df88cb33d4bd3 - 0.0% (1.33 KB)

[#003] sha256:e73f6797d5302df036f00608dc7eda8ac62f60a3e438970768029b46daa3bcc1 - 0.0% (1.32 KB)

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

[#005] sha256:808d1820d664ceae5c86a9813fb5c57d488836e009cfbb461e19d2378fcbadc5 - 0.2% (5.25 MB)

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

[#007] sha256:5263b5c28d0c311263c64b3304552ec3abf9c8ed7ead64900c1376925bffe498 - 1.41% (37.2 MB)

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

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

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

[#011] sha256:7eafd130baac9577f322caaa3909de8d5658cf3b542c8b03738997503b6ab280 - 0.0% (1.31 KB)

[#012] sha256:b61dac4b61cf57064273283578858efac1097b4fdf7a65ec47017aea30e7a3ab - 0.0% (1.32 KB)

[#013] sha256:8a9eee15ba827daa6d63f366b8554e3daa326d4d3cc8dff441100a3acc6e1b80 - 0.0% (1.3 KB)

[#014] sha256:78c61f29b9f9ba9a6b54b200ea777da7bc570e69b2ff8220a68cb598928ccc6f - 0.0% (1.3 KB)

[#015] sha256:8241bec6e112821bb49c3363eec8865a05acb05c9f2e30e54013ea7b2648fa5f - 0.0% (1.3 KB)

[#016] sha256:591d26e73cabc3c1a4973352f33b1db503a4fc04ad468b524d61650238e88097 - 0.55% (14.5 MB)

[#017] sha256:193e786e1ce3126cb2b9e2aed7b188e262bc485493ab604d1c4a03f3df656a84 - 0.0% (1.29 KB)

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

[#019] sha256:9cc2989db7a33a03b94e3fa208d97742bae47843717c143721c76a9a65ce984d - 0.0% (1.3 KB)

[#020] sha256:fd11d0456f48d3ed5f15c6413f3916d4db24d8629ad04636ec719cac4a91ab8a - 0.0% (1.32 KB)

[#021] sha256:6c089988a235582a9907387131b78d87e1d98666dd70178846ac46f4ec96ea61 - 0.0% (1.26 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-08 21:21:35 UTC

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

2021-06-08 21:21:36 UTC

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

2021-06-08 21:21:50 UTC

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

2021-06-08 21:22:02 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-08 21:22:48 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-08 21:23: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-06-08 21:23:46 UTC

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

2021-06-08 21:24:01 UTC

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

2021-06-08 21:24:12 UTC

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

2021-06-08 21:24:13 UTC

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

2021-06-08 21:24:14 UTC

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

2021-06-08 21:24:14 UTC

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

2021-06-10 16:08:47 UTC

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

2021-06-10 16:08:48 UTC

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

2021-06-10 16:08:49 UTC

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

2021-06-10 16:08:50 UTC

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

2021-06-10 16:08:51 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-10T16:08:46Z

2021-06-10 16:08:52 UTC

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

2021-06-10 16:08:53 UTC

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

2021-06-10 16:08: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-10 16:08:58 UTC

Size

2.24 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-10T16:08:53Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    4e6c16b5589acb5a0aabd8aa55be899cf86fc04f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-4e6c16b5589acb5a0aabd8aa55be899cf86fc04f-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:880e28aaf0e8f087896aeb2cef18b8cdba85d2303f29b4cc6db46beacf20620e - 0.0% (1.27 KB)

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

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

[#005] sha256:99f131cb91cd6c54cd6659e2cde31755adff10d3ae3ab914b9aac0cc84c4cf03 - 0.23% (5.25 MB)

[#006] sha256:45452358c288ef783aebfdac5f493c08a47d08fc37a6056cd65523c676476dc7 - 0.38% (8.6 MB)

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

[#008] sha256:502dfa8e8c507da9058202891ecbe32268c65fb311af92c2533b2466db797877 - 0.23% (5.32 MB)

[#009] sha256:ba2c76116631860ee14b3da46545cf8b31a606e141b46c86aaec95d4a893c720 - 0.68% (15.5 MB)

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

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

[#012] sha256:977b4c7bd32e7f6ff534ba99170b120ac70da297f5bd14fc4e5d936cf68be64e - 0.0% (1.38 KB)

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

[#014] sha256:4b7073dfa732065e3636fc192ede373f6dc4f5cce5b30eeeeab0f7cb65700dba - 0.0% (1.31 KB)

[#015] sha256:41c5b295b0e64a96a0aa40a0408ced47c5740fbe4be6fe009d941fe126fd40d4 - 0.0% (1.32 KB)

[#016] sha256:88333658a24a80bdc19657aa274c0e4826c77254b26ac19ceeae2a22a0fcbbb8 - 0.64% (14.5 MB)

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

[#018] sha256:c9c0606fc021449581dc3ff54426201d7a7533dfe66beae0bc61106d9eecfba3 - 0.0% (1.3 KB)

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

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

[#021] sha256:b0a355d0a16be504f4d6b15edcc6dd8d6fc0d060d13fe6f9692e972f23461216 - 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-08 21:21:58 UTC

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

2021-06-08 21:21:58 UTC

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

2021-06-08 21:22:14 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-08 21:22:32 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-08 21:23:07 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-08 21:23:23 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-08 21:23:35 UTC

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

2021-06-08 21:23:46 UTC

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

2021-06-08 21:23:57 UTC

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

2021-06-08 21:23:58 UTC

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

2021-06-08 21:23:59 UTC

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

2021-06-08 21:23:59 UTC

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

2021-06-10 16:08:54 UTC

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

2021-06-10 16:08:55 UTC

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

2021-06-10 16:08:55 UTC

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

2021-06-10 16:08:56 UTC

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

2021-06-10 16:08:57 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-10T16:08:53Z

2021-06-10 16:08:57 UTC

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

2021-06-10 16:08:58 UTC

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

2021-06-10 16:08:58 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-10 16:18:18 UTC

Size

146 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-10T16:17:06Z
  • org.opencontainers.image.revision
    4e6c16b5589acb5a0aabd8aa55be899cf86fc04f
  • 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-4e6c16b5589acb5a0aabd8aa55be899cf86fc04f-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.47% (22.6 MB)

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

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

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

[#004] sha256:de1b207155050dd10c31cecaf8bfcf24cdbcec027a7281cb8dc4e22b4a559acc - 29.92% (43.7 MB)

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

[#006] sha256:546697f80f8785d7890a1d9a8e2d64b1148e4e5a36fdca7743ddca044b8daa34 - 16.87% (24.6 MB)

[#007] sha256:8239f93d3b31810f62088c5aaa7feb9d3498394a43cc49fee6f0a89abffccd52 - 24.01% (35.1 MB)

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

[#009] sha256:45e713b97e3c208f6639d6622b156af756a4ad45e8f0a2e2154d4524afae959f - 12.4% (18.1 MB)

[#010] sha256:b389b08739e610dc623328786de76e987f3226dd86444da4a03d6f3d52be9d97 - 0.0% (171 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-10 16:17:31 UTC

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

2021-06-10 16:17:32 UTC

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

2021-06-10 16:17:33 UTC

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

2021-06-10 16:18:01 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-10 16:18:01 UTC

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

2021-06-10 16:18:03 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-10 16:18:03 UTC

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

2021-06-10 16:18:05 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-10 16:18:05 UTC

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

2021-06-10 16:18:05 UTC

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

2021-06-10 16:18:06 UTC

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

2021-06-10 16:18:06 UTC

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

2021-06-10 16:18:14 UTC

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

2021-06-10 16:18:15 UTC

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

2021-06-10 16:18:16 UTC

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

2021-06-10 16:18:17 UTC

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

2021-06-10 16:18:17 UTC

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

2021-06-10 16:18:17 UTC

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

2021-06-10 16:18:18 UTC

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

2021-06-10 16:18:18 UTC

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

2021-06-10 16:18:18 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