Namespace
rancher
Image / Tag
rancher-agent:master-9afe417f54c4f1170b5bc467a9a2a48ad3beb611-head
Content Digest
sha256:4420bbc21b3880beec23dcc33f0c99821b75cd49eaf1db677a40d2311eba781e
Details
Created

2021-06-07 19:25:07 UTC

Size

156 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-07T19:23:56Z
  • org.opencontainers.image.revision
    9afe417f54c4f1170b5bc467a9a2a48ad3beb611
  • 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-9afe417f54c4f1170b5bc467a9a2a48ad3beb611-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.29% (25.5 MB)

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

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

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

[#004] sha256:aa70c5aefca2fda482c390be52f55b3d82b7de024b3f3d5f95740a64a4d0f0f5 - 30.29% (47.4 MB)

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

[#006] sha256:d28be5e8b44db32a502b76d0626613329c7bc90d9674816fb4ae69e263e877c6 - 17.0% (26.6 MB)

[#007] sha256:556177d7dd939840156cb1c8191002914ac0f950087366fd2736d7dc10dd698e - 22.16% (34.6 MB)

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

[#009] sha256:d6eabbcb9de0b98affa417ea39e89dab47dcdcf2983f389efedecb62a2e14f23 - 12.84% (20.1 MB)

[#010] sha256:da061c5b57bf3dd09d8fb29f03ad2ad6e500af1b89e23273b3e6107c932c48b4 - 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-07 19:24:21 UTC

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

2021-06-07 19:24:22 UTC

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

2021-06-07 19:24:22 UTC

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

2021-06-07 19:24:48 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-07 19:24:49 UTC

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

2021-06-07 19:24:50 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-07 19:24:51 UTC

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

2021-06-07 19:24:53 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-07 19:24:53 UTC

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

2021-06-07 19:24:53 UTC

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

2021-06-07 19:24:53 UTC

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

2021-06-07 19:24:53 UTC

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

2021-06-07 19:25:02 UTC

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

2021-06-07 19:25:04 UTC

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

2021-06-07 19:25:05 UTC

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

2021-06-07 19:25:05 UTC

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

2021-06-07 19:25:06 UTC

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

2021-06-07 19:25:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-07T19:23:56Z

2021-06-07 19:25:06 UTC

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

2021-06-07 19:25:06 UTC

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

2021-06-07 19:25:07 UTC

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

Details
Created

2021-06-07 19:00:23 UTC

Size

2.42 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-07T19:00:16Z
  • org.opencontainers.image.revision
    9afe417f54c4f1170b5bc467a9a2a48ad3beb611
  • 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-9afe417f54c4f1170b5bc467a9a2a48ad3beb611-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:23a99b0c429740ba5a952475f73fb2da710f026ac9e1906a079b8065befe1011 - 0.0% (1.07 KB)

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

[#004] sha256:8ac78db6329b7c1bcce75dc0fb83fe69c0aeb7c7c9608776c18885e87165631a - 0.63% (15.5 MB)

[#005] sha256:bdde652a56d5a991457e7a793c23b0972a4894f45aaa46762f87514226645543 - 0.21% (5.28 MB)

[#006] sha256:301dc7fbfa556bdcd0733d128507cb2244d2a4cd3ca68f962892c0de641d4128 - 0.3% (7.4 MB)

[#007] sha256:8bc4bb33dd8f9a18163481c21a62e7306048c68196b04d50aac8ed28434897d2 - 1.51% (37.2 MB)

[#008] sha256:85860776d3e722bc884a36242d6630e1e904153524261b905963b1372d9ac6df - 0.22% (5.34 MB)

[#009] sha256:d3b9edd7d00f5ea8adc65a8348f31388ee21ea627c60b2a88de72ae22851a897 - 0.63% (15.6 MB)

[#010] sha256:7450c192e3ced920cf2ca1380d26701473efaaa4457033e62158ca4528009d00 - 0.52% (12.8 MB)

[#011] sha256:fee281078c2bd1d7572c9a0364f36416ccf0d769dd5e6ba1f9e0f423c644d06d - 0.0% (1.06 KB)

[#012] sha256:2296e52f3056748f7bc3c697437c6132573b0f1269f8a2de7eece1be82ad4ead - 0.0% (1.07 KB)

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

[#014] sha256:8b634281b22709547dc4a4c7f8d3e39325bafaa2c5396590c791a8571e7847e4 - 0.0% (1.05 KB)

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

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

[#017] sha256:e5ea3afa1668bf1c1167fed12c2afdef2c764c0cebd7eabb5a1b7a55364c4145 - 0.0% (1.06 KB)

[#018] sha256:7790aa8ab99942b9bcf6b59926d7d8110383bb6b6ed5480bc07d654c9c4bfcfb - 0.0% (1.06 KB)

[#019] sha256:164fd6da73b0be5c474e131f5aeff98cc2fa0b182fcc5bdbe2a524c4f6fa8218 - 0.0% (1.08 KB)

[#020] sha256:efdfb8b718aa815761fad033a365f9e8076da720aaa1de12d9e398fd86c1ac93 - 0.0% (1.08 KB)

[#021] sha256:9825fc31a232309d9f3b652f45178334a55a3841ffaa061b3ee8aa713a5fd989 - 0.0% (1.1 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-06 22:40:57 UTC

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

2021-06-06 22:40:58 UTC

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

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

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'

2021-06-06 22:41:46 UTC

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

2021-06-06 22:41:52 UTC

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

2021-06-06 22:41:57 UTC

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

2021-06-06 22:41:58 UTC

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

2021-06-06 22:41:58 UTC

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

2021-06-06 22:41:59 UTC

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

2021-06-07 19:00:18 UTC

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

2021-06-07 19:00:19 UTC

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

2021-06-07 19:00:20 UTC

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

2021-06-07 19:00:21 UTC

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

2021-06-07 19:00:22 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-06-07T19:00:16Z

2021-06-07 19:00:22 UTC

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

2021-06-07 19:00:23 UTC

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

2021-06-07 19:00:23 UTC

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

Details
Created

2021-06-07 18:54:15 UTC

Size

2.45 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-07T18:54:10Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    9afe417f54c4f1170b5bc467a9a2a48ad3beb611
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-9afe417f54c4f1170b5bc467a9a2a48ad3beb611-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:1c2eefbbf0dbc99aadce724e6cfddf05459bb62b077daf599e8996281bb061d8 - 0.0% (1.27 KB)

[#003] sha256:66369d7e0d259debd0e903a96dfa7424a742e4a074c1541690dd3a3351719290 - 0.0% (1.27 KB)

[#004] sha256:232af5577916bd6b0af33f73eaac0f7649b62c3cc95844c20bbd85ba396fab23 - 0.62% (15.5 MB)

[#005] sha256:d81c11e6c3e4f9520a19c1a712c5a255dacec8c8db96e5f3f01b848190b6aa8f - 0.21% (5.27 MB)

[#006] sha256:9cd54621d89e2614c8c48312bc56216645392bcbc5e73f9b94c7e4510c48b770 - 0.33% (8.2 MB)

[#007] sha256:10b8c83f188494692bb1a609221ed6b930a09b9b9d3914c779ebb5a8af68ec8d - 1.48% (37.2 MB)

[#008] sha256:195cfe975352e40325acc2d261b6f85894b5ff81e5087706212d90a51c915367 - 0.21% (5.33 MB)

[#009] sha256:8679896c722e9f3246fc86a8d3b0512697a2087604f8e050414c6aaccf579183 - 0.62% (15.6 MB)

[#010] sha256:ff6da2c29f8bade0b074509707f5e8509e746625be5716e9f2da133f05d72091 - 0.51% (12.7 MB)

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

[#012] sha256:24a40845a6cb7d7e862c7196baec1eb2f279587204b58e7d1ca5c04e7145e2cb - 0.0% (1.27 KB)

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

[#014] sha256:9cefa8da9666f9554895467cb65c87039e148c289635408196cd418cba9281d3 - 0.0% (1.3 KB)

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

[#016] sha256:946d4d7e2df3609963eb4b0ed7f02779a57409f5f5299ea128272059187bb8fd - 0.58% (14.5 MB)

[#017] sha256:98f563e943d5424e7187d7ef3342f188ef69237ecaf2e8b9be4b2265d56ae23b - 0.0% (1.29 KB)

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

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

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

[#021] sha256:72f07c89a0016a02ebc4595f97c3bdbbb6b424dbc1fc46013a1c92951ae6fc61 - 0.0% (1.26 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-06-06 22:41:01 UTC

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

2021-06-06 22:41:02 UTC

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

2021-06-06 22:41:31 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-06 22:41:41 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-06 22:42: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-06 22:42:19 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-06 22:42:28 UTC

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

2021-06-06 22:42:38 UTC

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

2021-06-06 22:42:47 UTC

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

2021-06-06 22:42:47 UTC

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

2021-06-06 22:42:48 UTC

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

2021-06-06 22:42:48 UTC

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

2021-06-07 18:54:11 UTC

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

2021-06-07 18:54:12 UTC

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

2021-06-07 18:54:13 UTC

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

2021-06-07 18:54:13 UTC

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

2021-06-07 18:54:14 UTC

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

2021-06-07 18:54:14 UTC

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

2021-06-07 18:54:15 UTC

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

2021-06-07 18:54:15 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-07 18:53:36 UTC

Size

2.11 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-07T18:53:30Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    9afe417f54c4f1170b5bc467a9a2a48ad3beb611
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-9afe417f54c4f1170b5bc467a9a2a48ad3beb611-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:f076ae05d84dfd8ed0fa3517e7fd1f6e4879d35a76f3fe39bf70ff0ace5946a2 - 0.0% (1.3 KB)

[#003] sha256:9ab6bb5268bafa183ed02323b5293ff571563cee5e1ff119eb83b276bb1083cb - 0.0% (1.33 KB)

[#004] sha256:737ca6c729b1b733e857847c5b0dc0c3a4965cc15bcc0a2c0b291f89817681f7 - 0.72% (15.5 MB)

[#005] sha256:e1ffe6afad3d82c282a6e863d759197ac73c73ee04766a0e6b0b0e1a4ca783e6 - 0.24% (5.27 MB)

[#006] sha256:4e4c341b85112e48dbbc337dc48ae7cc5c8734dd041e2554709bd64371d0f966 - 0.4% (8.6 MB)

[#007] sha256:fed32d21f4728b512f59f7fe2d7ffea60a44cda38f679ae06cbbbac01d26b49b - 1.73% (37.2 MB)

[#008] sha256:9f23daf126dd976186ca454fdd546f621f5e60735b5d23a65954ec7b48d6f2f0 - 0.25% (5.33 MB)

[#009] sha256:2a8f90dacbf47241795caf14f9cd78b04de7d89160f1f8977a692e4ffe32747d - 0.72% (15.6 MB)

[#010] sha256:0a22d93274d6d94449336a5a4e562032c0cb1e253fec1021fb0846347611f259 - 0.59% (12.7 MB)

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

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

[#013] sha256:455d66eb928c023ea08aaa401b2e3f7940e6d96879720ff67bbb33d2f6ae0aa8 - 0.0% (1.26 KB)

[#014] sha256:801df1874328ecae6f1da4b0edc17da11b568d319397c198f65023bdba298e7f - 0.0% (1.29 KB)

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

[#016] sha256:6bce4252081db6ea89e3a9bca2b0f4a3439b8cc2d646be84f5d95d342d15e2ec - 0.67% (14.5 MB)

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

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

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

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

[#021] sha256:3a1c88834525efe191c4c693a0f635c16a50c876909a49bd2904c806d542cf2c - 0.0% (1.27 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-06 22:42:39 UTC

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

2021-06-06 22:42:40 UTC

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

2021-06-06 22:42:52 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-06 22:43:00 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-06 22:43:25 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-06 22:43:37 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-06 22:43:46 UTC

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

2021-06-06 22:43:55 UTC

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

2021-06-06 22:44:04 UTC

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

2021-06-06 22:44:04 UTC

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

2021-06-06 22:44:05 UTC

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

2021-06-06 22:44:05 UTC

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

2021-06-07 18:53:31 UTC

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

2021-06-07 18:53:32 UTC

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

2021-06-07 18:53:33 UTC

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

2021-06-07 18:53:34 UTC

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

2021-06-07 18:53:35 UTC

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

2021-06-07 18:53:35 UTC

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

2021-06-07 18:53:36 UTC

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

2021-06-07 18:53:36 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-07 19:02:26 UTC

Size

146 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-07T19:01:16Z
  • org.opencontainers.image.revision
    9afe417f54c4f1170b5bc467a9a2a48ad3beb611
  • 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-9afe417f54c4f1170b5bc467a9a2a48ad3beb611-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.52% (22.6 MB)

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

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

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

[#004] sha256:9c582886400214a013b9871c49ff021384a11caca78ea871109f6253c2a981d5 - 30.01% (43.7 MB)

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

[#006] sha256:9523352a9c982a368850d808cf8e47e33c93fdcc79f71c5d770b15fdac479300 - 16.92% (24.6 MB)

[#007] sha256:63287df412deaf2a6702ab02e1629962c703e85794ba885c37747d88a53b3a0a - 23.77% (34.6 MB)

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

[#009] sha256:df5d8eee30f4841690383742152775d0c458d39b4cda15ffe03d45193e087d86 - 12.44% (18.1 MB)

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


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

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

2021-05-27 12:29:49 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2021-05-27 12:29:50 UTC

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

2021-05-27 12:29:51 UTC

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

2021-05-27 12:29:51 UTC

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

2021-06-07 19:01:43 UTC

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

2021-06-07 19:01:44 UTC

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

2021-06-07 19:01:44 UTC

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

2021-06-07 19:02:10 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-07 19:02:11 UTC

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

2021-06-07 19:02:12 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-07 19:02:12 UTC

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

2021-06-07 19:02:14 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-07 19:02:14 UTC

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

2021-06-07 19:02:14 UTC

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

2021-06-07 19:02:14 UTC

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

2021-06-07 19:02:15 UTC

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

2021-06-07 19:02:22 UTC

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

2021-06-07 19:02:24 UTC

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

2021-06-07 19:02:25 UTC

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

2021-06-07 19:02:25 UTC

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

2021-06-07 19:02:25 UTC

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

2021-06-07 19:02:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-07T19:01:16Z

2021-06-07 19:02:26 UTC

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

2021-06-07 19:02:26 UTC

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

2021-06-07 19:02:26 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