Namespace
rancher
Image / Tag
rancher-agent:master-3d465ee7cc5afbea762e328affbb76e88ebd3229-head
Content Digest
sha256:0e604c88d10787c52aa188aa0d381c58b83e41ed21cfc9af4c528c8e8619db55
Details
Created

2021-06-08 14:52:46 UTC

Size

156 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-08T14:51:41Z
  • org.opencontainers.image.revision
    3d465ee7cc5afbea762e328affbb76e88ebd3229
  • 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-3d465ee7cc5afbea762e328affbb76e88ebd3229-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.28% (25.5 MB)

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

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

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

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

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

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

[#007] sha256:d4f13f038fb4b6752786baf5268e5299482a5c49404c12d023d412dbb8506313 - 22.19% (34.7 MB)

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

[#009] sha256:1ea85d28e07c9ad57884b0f002a69d44c758f6a634440b96a4ddb5f0caf3d4e0 - 12.83% (20.1 MB)

[#010] sha256:01bc336f39c4c459f4d20ff8115ca7c716e9a0b32c715a75f5851629ae1b7d37 - 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-08 14:52:06 UTC

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

2021-06-08 14:52:07 UTC

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

2021-06-08 14:52:07 UTC

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

2021-06-08 14:52: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-08 14:52:30 UTC

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

2021-06-08 14:52:31 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-08 14:52:32 UTC

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

2021-06-08 14:52:33 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-08 14:52:34 UTC

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

2021-06-08 14:52:34 UTC

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

2021-06-08 14:52:34 UTC

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

2021-06-08 14:52:34 UTC

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

2021-06-08 14:52:42 UTC

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

2021-06-08 14:52:44 UTC

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

2021-06-08 14:52:45 UTC

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

2021-06-08 14:52:45 UTC

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

2021-06-08 14:52:45 UTC

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

2021-06-08 14:52:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-08T14:51:41Z

2021-06-08 14:52:46 UTC

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

2021-06-08 14:52:46 UTC

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

2021-06-08 14:52:46 UTC

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

Details
Created

2021-06-08 14:37:34 UTC

Size

2.42 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-08T14:37:29Z
  • org.opencontainers.image.revision
    3d465ee7cc5afbea762e328affbb76e88ebd3229
  • 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-3d465ee7cc5afbea762e328affbb76e88ebd3229-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:4082c1b0e0e68e8d429426704f3e6312087fd85a1b9dd00c6dfdece427f22af3 - 0.0% (1.09 KB)

[#015] sha256:199d8dd77b81be44d1131a965555954f3208c3e359ef7679079b6c4c21589727 - 0.0% (1.09 KB)

[#016] sha256:42ea8ccb4248ac0509a2df4e3426dccf9596b4efe1d1201e3a6e1f33e92bb14e - 0.59% (14.5 MB)

[#017] sha256:1907d1766c9b086aaddccf59b46c29045b70a6a4dc252ee0aef129a30d2e0de1 - 0.0% (1.11 KB)

[#018] sha256:440bc555b79ab7d9ffcba7b896f7e861460e96186bad006b88a080c881072639 - 0.0% (1.07 KB)

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

[#020] sha256:268d45082abb1298446a32a4799a7691ca9bec7543fd4fb23781359f0aa3de2b - 0.0% (1.09 KB)

[#021] sha256:6bba07a21f64811e149284a9c9a85fd913fb417df555cb5aad584e999178970a - 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-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-08 14:37:31 UTC

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

2021-06-08 14:37:31 UTC

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

2021-06-08 14:37:32 UTC

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

2021-06-08 14:37:33 UTC

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

2021-06-08 14:37:33 UTC

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

2021-06-08 14:37:34 UTC

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

2021-06-08 14:37:34 UTC

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

2021-06-08 14:37:34 UTC

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

Details
Created

2021-06-08 14:37:52 UTC

Size

2.45 GB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3d465ee7cc5afbea762e328affbb76e88ebd3229-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:16d2a47f68c9c699559717c972f321fb4bc9fda74c9512a6538603c1e20c0bb5 - 0.0% (1.29 KB)

[#015] sha256:1c675ee6557b3dd71c3e659bce81844041bdf6cbf7200a1ecf5169ad2b2fa381 - 0.0% (1.29 KB)

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

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

[#018] sha256:5ce7d5c6befb77f290d5420d41859b8a9f0a69d00081b9826cbf83d480f47b36 - 0.0% (1.29 KB)

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

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

[#021] sha256:f969b72ad035030db4264750e2043e1e6ba979749159cd7837039e6ec2aca26d - 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-08 14:37:47 UTC

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

2021-06-08 14:37:48 UTC

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

2021-06-08 14:37:49 UTC

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

2021-06-08 14:37:49 UTC

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

2021-06-08 14:37:50 UTC

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

2021-06-08 14:37:51 UTC

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

2021-06-08 14:37:51 UTC

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

2021-06-08 14:37:52 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-08 14:37:47 UTC

Size

2.11 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-08T14:37:41Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    3d465ee7cc5afbea762e328affbb76e88ebd3229
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3d465ee7cc5afbea762e328affbb76e88ebd3229-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:77431667f88091234f110804b41168cf60df1eaa64fea85739747f7b7532bad2 - 0.0% (1.29 KB)

[#015] sha256:9dcb075d76d8b3a70d321d2ee2303fb7eec39045432aa339b2af00849f12bf5a - 0.0% (1.27 KB)

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

[#017] sha256:06efd13c5426185c54a0f1f04a6f9eda309c55307ad33cc2baa0b2e42c9c6d53 - 0.0% (1.29 KB)

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

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

[#020] sha256:70dfa14df76972c6ac07e2bd95fb811a4a4afc1ebdc0f5689734d21110046c0b - 0.0% (1.34 KB)

[#021] sha256:696772321b0aa425aa8eb99ee0ce98d45fa58e06500af7d40de4b515f6c499dd - 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-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-08 14:37:42 UTC

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

2021-06-08 14:37:43 UTC

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

2021-06-08 14:37:44 UTC

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

2021-06-08 14:37:44 UTC

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

2021-06-08 14:37:45 UTC

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

2021-06-08 14:37:45 UTC

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

2021-06-08 14:37:46 UTC

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

2021-06-08 14:37:47 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-08 14:46:09 UTC

Size

146 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-08T14:45:17Z
  • org.opencontainers.image.revision
    3d465ee7cc5afbea762e328affbb76e88ebd3229
  • 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-3d465ee7cc5afbea762e328affbb76e88ebd3229-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.51% (22.6 MB)

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

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

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

[#004] sha256:1256d6ee071488fca7ac5ec45b3464473b158d50a893a7ac474f245c358738b1 - 29.99% (43.7 MB)

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

[#006] sha256:9406ce154a20d8a5a876cc0078834f02f495203e577bc3548bbf38f22a9a6190 - 16.91% (24.6 MB)

[#007] sha256:981662b92a79ccca25b2dc735b1cee604bdacde60b377bf2a0c6396408f88376 - 23.82% (34.7 MB)

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

[#009] sha256:787fd89378052a9082d4d44571efdb282718e1ef874a021e1f9baf870270992c - 12.43% (18.1 MB)

[#010] sha256:17a6f694c9011964437580e548250597a7f2c6c3d64c4541baa73257a57010ec - 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-08 14:45:34 UTC

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

2021-06-08 14:45:34 UTC

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

2021-06-08 14:45:35 UTC

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

2021-06-08 14:45:54 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-08 14:45:55 UTC

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

2021-06-08 14:45:56 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-08 14:45:56 UTC

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

2021-06-08 14:45:57 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-08 14:45:58 UTC

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

2021-06-08 14:45:58 UTC

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

2021-06-08 14:45:58 UTC

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

2021-06-08 14:45:58 UTC

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

2021-06-08 14:46:05 UTC

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

2021-06-08 14:46:07 UTC

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

2021-06-08 14:46:08 UTC

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

2021-06-08 14:46:08 UTC

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

2021-06-08 14:46:08 UTC

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

2021-06-08 14:46:08 UTC

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

2021-06-08 14:46:09 UTC

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

2021-06-08 14:46:09 UTC

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

2021-06-08 14:46:09 UTC

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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete