Namespace
rancher
Image / Tag
rancher-agent:master-772ef96e6b1fa647cc5ca07dbdfbec19aa8c6e5f-head
Content Digest
sha256:5652da74c01eb888e2b9d0cbdb91dcdb6b4677a27257f084a40ac2683a570627
Details
Created

2021-06-03 23:03:13 UTC

Size

156 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-03T23:02:00Z
  • org.opencontainers.image.revision
    772ef96e6b1fa647cc5ca07dbdfbec19aa8c6e5f
  • 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-772ef96e6b1fa647cc5ca07dbdfbec19aa8c6e5f-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.33% (25.5 MB)

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

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

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

[#004] sha256:13b0560daba7a61b72d78ce7a0f4e824d2e47dfcdf0a6e66648cf411f16e1a08 - 30.37% (47.4 MB)

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

[#006] sha256:0545da1694cf7a45bf04dd0654f5e752e0278a22275150820d0998b7ba993fb3 - 17.04% (26.6 MB)

[#007] sha256:261cb5dbdbd38cd74a7ca8012a8642420f154b67fc46181446f6ac0f60b6dad3 - 21.96% (34.2 MB)

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

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

[#010] sha256:451be6f87c3e5ffde6a1fa6cd10a28441e071ecbb097fbf7945459a832624308 - 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-03 23:02:28 UTC

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

2021-06-03 23:02:30 UTC

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

2021-06-03 23:02:30 UTC

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

2021-06-03 23:02:56 UTC

|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl ssh iptables && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

2021-06-03 23:02:57 UTC

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

2021-06-03 23:02:59 UTC

|1 ARCH=amd64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin

2021-06-03 23:02:59 UTC

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

2021-06-03 23:03:01 UTC

|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin

2021-06-03 23:03:01 UTC

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

2021-06-03 23:03:01 UTC

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

2021-06-03 23:03:01 UTC

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

2021-06-03 23:03:02 UTC

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

2021-06-03 23:03:10 UTC

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

2021-06-03 23:03:11 UTC

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

2021-06-03 23:03:12 UTC

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

2021-06-03 23:03:12 UTC

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

2021-06-03 23:03:13 UTC

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

2021-06-03 23:03:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-03T23:02:00Z

2021-06-03 23:03:13 UTC

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

2021-06-03 23:03:13 UTC

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

2021-06-03 23:03:13 UTC

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

Details
Created

2021-06-03 22:47:26 UTC

Size

2.42 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-03T22:47:19Z
  • org.opencontainers.image.revision
    772ef96e6b1fa647cc5ca07dbdfbec19aa8c6e5f
  • 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-772ef96e6b1fa647cc5ca07dbdfbec19aa8c6e5f-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:c0c8e30b55299ef49ab12ceecd9261f8fe768e49c2d69cfc75e9cb647b4aba22 - 0.0% (1.11 KB)

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

[#016] sha256:25dce27bebda396c8492692dab6c36c378712ad49401a098bd279a463ccf6047 - 0.59% (14.5 MB)

[#017] sha256:4367a1ef65edc5df14c5503a9d9704d7be67934087be6adc97599906612be461 - 0.0% (1.07 KB)

[#018] sha256:9dc85f060b0ff82fe502b4a5ae6d9c7922a2a317552fbef116b47b3c2ac01b6a - 0.0% (1.05 KB)

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

[#020] sha256:7e91063eb4d914d7f4c2250426b40441843b93aaa7471d39b4ae2e453bf8a805 - 0.0% (1.09 KB)

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


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

Apply image 1809-RTM-amd64

2021-05-08 09:21:48 UTC

Install update 1809-amd64

2021-06-02 19:25:50 UTC

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

2021-06-02 19:25:50 UTC

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

2021-06-02 19:25:58 UTC

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

2021-06-02 19:26:06 UTC

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

2021-06-02 19:26:26 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }

2021-06-02 19:26:35 UTC

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

2021-06-03 19:39:27 UTC

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

2021-06-03 19:39:33 UTC

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

2021-06-03 19:39:39 UTC

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

2021-06-03 19:39:40 UTC

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

2021-06-03 19:39:40 UTC

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

2021-06-03 19:39:41 UTC

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

2021-06-03 22:47:21 UTC

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

2021-06-03 22:47:22 UTC

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

2021-06-03 22:47:23 UTC

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

2021-06-03 22:47:24 UTC

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

2021-06-03 22:47:24 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-06-03T22:47:19Z

2021-06-03 22:47:25 UTC

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

2021-06-03 22:47:25 UTC

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

2021-06-03 22:47:26 UTC

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

Details
Created

2021-06-03 22:47:39 UTC

Size

2.45 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-03T22:47:32Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    772ef96e6b1fa647cc5ca07dbdfbec19aa8c6e5f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-772ef96e6b1fa647cc5ca07dbdfbec19aa8c6e5f-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:5cd27e88d25d5eae102f8a8e815d99c23dac75ccf0f48a3264a8fd5a687e78f1 - 0.0% (1.3 KB)

[#015] sha256:9f89db53cec5922e6c950e130990c64316e7efd7528059c779125432ca7d48bc - 0.0% (1.39 KB)

[#016] sha256:20a2ab357d995809dbb3402a03a13f0bd7fa9e7932ed10cd0e8ed0cc74293fd3 - 0.58% (14.5 MB)

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

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

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

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

[#021] sha256:0ccc833bf7239224b25eb319f1443e1461dc58c9ae714a9e6043a42a6f226969 - 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-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-03 22:47:34 UTC

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

2021-06-03 22:47:34 UTC

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

2021-06-03 22:47:36 UTC

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

2021-06-03 22:47:37 UTC

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

2021-06-03 22:47:37 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-03T22:47:32Z

2021-06-03 22:47:38 UTC

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

2021-06-03 22:47:38 UTC

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

2021-06-03 22:47:39 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-03 22:47:44 UTC

Size

2.11 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-03T22:47:37Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    772ef96e6b1fa647cc5ca07dbdfbec19aa8c6e5f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-772ef96e6b1fa647cc5ca07dbdfbec19aa8c6e5f-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:12821814345d96ef78c458f571b7cd90430a192673ee6ec98b040467256a70d9 - 0.0% (1.36 KB)

[#015] sha256:60884c3bc45a3788c0bbe3f04b29f28a146f6eb68b60d23ca965a5cc107a8b53 - 0.0% (1.3 KB)

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

[#017] sha256:359fce8c6d26d04af6f5853d57b1d3165b69a1021f0767bf8062e2dabbeef1ab - 0.0% (1.32 KB)

[#018] sha256:564a2a8baebcda8cf8412c2cccb2641165dca35bd539c9776a4b5bb54eeb3fbf - 0.0% (1.32 KB)

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

[#020] sha256:37bd0797bafddde5e9e604faaf081c83fa8aeb4073f111e870185d91dd426ee0 - 0.0% (1.29 KB)

[#021] sha256:4c6b97cdbafc2d7a9c1b024420edd0e89fd3eb62581b47c8566a069460baf0af - 0.0% (1.29 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-03 22:47:39 UTC

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

2021-06-03 22:47:39 UTC

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

2021-06-03 22:47:40 UTC

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

2021-06-03 22:47:41 UTC

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

2021-06-03 22:47:42 UTC

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

2021-06-03 22:47:43 UTC

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

2021-06-03 22:47:43 UTC

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

2021-06-03 22:47:44 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-03 22:57:36 UTC

Size

145 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-03T22:56:42Z
  • org.opencontainers.image.revision
    772ef96e6b1fa647cc5ca07dbdfbec19aa8c6e5f
  • 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-772ef96e6b1fa647cc5ca07dbdfbec19aa8c6e5f-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.57% (22.6 MB)

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

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

[#003] sha256:06794a2363b2f4ccfb7cfa084708a4b2761fddc9a4de55d0ffd9cad4e5500921 - 0.0% (121 Bytes)

[#004] sha256:b16f0be069cde74cf8ef7b99dae6476443fdc694db387c44184cdf039a53de0e - 30.09% (43.7 MB)

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

[#006] sha256:5c8e326385d57bfa8646947e361e1c998e55afe276aa384543a33f9ba86df930 - 16.96% (24.6 MB)

[#007] sha256:7c21520bf9acc4c54a2ecf307748772c353850935fc62bf8203aee5a4448d8b8 - 23.55% (34.2 MB)

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

[#009] sha256:11a0064dbfb4a1bd593c5bbfc078d1a1643120c0b114f9676f3c703263b2e423 - 12.48% (18.1 MB)

[#010] sha256:e17e4290975bbc86fd5f56a67204b8e36d61ea8139fe28a926057f2b8a9449e5 - 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-03 22:56:59 UTC

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

2021-06-03 22:57:00 UTC

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

2021-06-03 22:57:00 UTC

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

2021-06-03 22:57:21 UTC

|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl ssh iptables && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

2021-06-03 22:57:21 UTC

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

2021-06-03 22:57:22 UTC

|1 ARCH=arm64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin

2021-06-03 22:57:22 UTC

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

2021-06-03 22:57:24 UTC

|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin

2021-06-03 22:57:24 UTC

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

2021-06-03 22:57:24 UTC

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

2021-06-03 22:57:25 UTC

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

2021-06-03 22:57:25 UTC

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

2021-06-03 22:57:32 UTC

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

2021-06-03 22:57:34 UTC

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

2021-06-03 22:57:34 UTC

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

2021-06-03 22:57:35 UTC

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

2021-06-03 22:57:35 UTC

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

2021-06-03 22:57:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-03T22:56:42Z

2021-06-03 22:57:36 UTC

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

2021-06-03 22:57:36 UTC

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

2021-06-03 22:57:36 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