Namespace
rancher
Image / Tag
rancher-agent:master-5e9c7762e116e7e8527ae73ed2d605148c7b4254-head
Content Digest
sha256:67f3eda461cc521d2a8df80ea75372a44424e48ec3cc55ccfef5410a92641dde
Details
Created

2021-06-04 21:55:48 UTC

Size

156 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-04T21:54:25Z
  • org.opencontainers.image.revision
    5e9c7762e116e7e8527ae73ed2d605148c7b4254
  • 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-5e9c7762e116e7e8527ae73ed2d605148c7b4254-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:50898dffe6789577570d246934089c87b39096a04ac22977e042b7db4eb08bbc - 0.0% (122 Bytes)

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

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

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

[#007] sha256:49b0a7cf22e67fd1b53d968c64e6e5d736b0104a3a742bfa025425442e2a8357 - 22.02% (34.3 MB)

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

[#009] sha256:84449c3da00e38a16f991e2aa2aad9002d163fed9b497d999f36f496da3672cc - 12.86% (20.1 MB)

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


History
2021-05-19 19:44:30 UTC

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

2021-05-19 19:44:31 UTC

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

2021-05-19 19:44:32 UTC

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

2021-05-19 19:44:33 UTC

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

2021-05-19 19:44:33 UTC

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

2021-06-04 21:55:05 UTC

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

2021-06-04 21:55:06 UTC

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

2021-06-04 21:55:06 UTC

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

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

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

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

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

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

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

2021-06-04 21:55:35 UTC

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

2021-06-04 21:55:35 UTC

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

2021-06-04 21:55:35 UTC

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

2021-06-04 21:55:44 UTC

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

2021-06-04 21:55:46 UTC

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

2021-06-04 21:55:47 UTC

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

2021-06-04 21:55:47 UTC

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

2021-06-04 21:55:48 UTC

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

2021-06-04 21:55:48 UTC

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

2021-06-04 21:55:48 UTC

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

2021-06-04 21:55:48 UTC

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

2021-06-04 21:55:48 UTC

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

Details
Created

2021-06-04 21:37:03 UTC

Size

2.42 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-04T21:36:58Z
  • org.opencontainers.image.revision
    5e9c7762e116e7e8527ae73ed2d605148c7b4254
  • 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-5e9c7762e116e7e8527ae73ed2d605148c7b4254-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:994a3fcb4eaec79540d67142b25cc0135812f982a968d3b2c4e9a396100ac567 - 0.0% (1.09 KB)

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

[#016] sha256:3c628797648fe8f786254c610c1781d6a869b2978a2caa45335e0dd82c49b823 - 0.59% (14.5 MB)

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

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

[#019] sha256:ed41058de514ec5083682c2ec9cd9bd283061ff52e885db92c3c58e4f6991e96 - 0.0% (1.09 KB)

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

[#021] sha256:edfe82de2c72869ebd742fa81832dac5a5c7d104150e10928dfc3d84dfee4786 - 0.0% (1.09 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:36:59 UTC

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

2021-06-04 21:36:59 UTC

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

2021-06-04 21:37:00 UTC

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

2021-06-04 21:37:01 UTC

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

2021-06-04 21:37:01 UTC

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

2021-06-04 21:37:02 UTC

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

2021-06-04 21:37:02 UTC

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

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

Size

2.45 GB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:master-5e9c7762e116e7e8527ae73ed2d605148c7b4254-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:23299b6bb8d80d138f61230705e8a28b19dc7292f48b42e84ae3ed96745b1ffc - 0.0% (1.3 KB)

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

[#016] sha256:9c06031dffea7932784e882aef3909dbb125a6e5f7e8d90fbc8f10970d887a37 - 0.58% (14.5 MB)

[#017] sha256:5a02aa88b3046c380569cd2363a531ded92c410de015d786b0a89ad74ad64eb2 - 0.0% (1.29 KB)

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

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

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

[#021] sha256:5c007988161895f234da45f707be66c6f8e5d1d504d8620fff82fe18cb473ee1 - 0.0% (1.3 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:37:18 UTC

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

2021-06-04 21:37:18 UTC

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

2021-06-04 21:37:19 UTC

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

2021-06-04 21:37:20 UTC

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

2021-06-04 21:37:20 UTC

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

2021-06-04 21:37:21 UTC

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

2021-06-04 21:37:21 UTC

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

2021-06-04 21:37:22 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:37:19 UTC

Size

2.11 GB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:master-5e9c7762e116e7e8527ae73ed2d605148c7b4254-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:d8bf848249b654afcf0080c60fec10b087880b4c00a5431f6559b3549d67f405 - 0.0% (1.27 KB)

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

[#016] sha256:81b55dd12820ee5c1f115d32eba2e050a13a19784ccd5247382f1ec5e4921018 - 0.67% (14.5 MB)

[#017] sha256:9452fb037c58235c249b86c41a8fd431be83c93883dc8ca42c198cb89ed51074 - 0.0% (1.27 KB)

[#018] sha256:686e52fde7b1714ed451d6f1087b9d1aaf0c2312e245b241115e6fd7b2960262 - 0.0% (1.33 KB)

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

[#020] sha256:195acb0571e3d99f519c5e33c0b3376c1f3f5c69ff3ebff5296bef9980612712 - 0.0% (1.3 KB)

[#021] sha256:0745de5e9acf896aaa0f5095401e075092ddfba173f78d1bcfafc56c77517af4 - 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-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:37:15 UTC

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

2021-06-04 21:37:16 UTC

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

2021-06-04 21:37:17 UTC

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

2021-06-04 21:37:17 UTC

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

2021-06-04 21:37:18 UTC

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

2021-06-04 21:37:18 UTC

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

2021-06-04 21:37:19 UTC

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

2021-06-04 21:37:19 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:47:17 UTC

Size

145 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-04T21:46:25Z
  • org.opencontainers.image.revision
    5e9c7762e116e7e8527ae73ed2d605148c7b4254
  • 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-5e9c7762e116e7e8527ae73ed2d605148c7b4254-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:eab497970b95ff285de043a51f5bfbecf86b4550f6b31c31e713b434ff72b1a5 - 0.0% (124 Bytes)

[#004] sha256:61ea463e24764563f35d70660da13fc3fde16e8e05404ef53de0301fc19657d7 - 30.07% (43.7 MB)

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

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

[#007] sha256:a3aa93ab3c7590d4b36aac8a1e4b332529514b950706aa4bdf6ec3b76e10fc28 - 23.63% (34.3 MB)

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

[#009] sha256:8bef4e1c31476bd97d384da6dec62440797ba8b743276df196df4e2da57cf782 - 12.46% (18.1 MB)

[#010] sha256:97d08e7a44f7394df3b81656c482f9ca2963afd2c052bbd86738851ea20ead4f - 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-04 21:46:42 UTC

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

2021-06-04 21:46:43 UTC

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

2021-06-04 21:46:43 UTC

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

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

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

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

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

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

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

2021-06-04 21:47:06 UTC

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

2021-06-04 21:47:06 UTC

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

2021-06-04 21:47:07 UTC

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

2021-06-04 21:47:13 UTC

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

2021-06-04 21:47:15 UTC

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

2021-06-04 21:47:16 UTC

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

2021-06-04 21:47:16 UTC

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

2021-06-04 21:47:16 UTC

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

2021-06-04 21:47:17 UTC

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

2021-06-04 21:47:17 UTC

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

2021-06-04 21:47:17 UTC

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

2021-06-04 21:47:17 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