Namespace
rancher
Image / Tag
rancher-agent:v2.4-4221-head
Content Digest
sha256:5059c9c5dbb12f6ece2cd146986049720d2d0b6db0e7f527a01f195c3b5cb27b
Details
Created

2020-11-05 22:53:07 UTC

Size

105 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-05T22:52:38Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    074e072a3a6a2385036179a7d9a61c59c1817954
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4221-head

DOCKER_API_VERSION

1.24

DOCKER_URL

DOCKER_URL_amd64

DOCKER_URL_amd64

https://get.docker.com/builds/Linux/x86_64/docker-1.10.3

DOCKER_URL_arm64

https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64

KUBECTL_VERSION

v1.17.6

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:171857c49d0f5e2ebf623e6cb36a8bcad585ed0c2aa99c87a055df034c1e5848 - 24.31% (25.5 MB)

[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)

[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)

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

[#004] sha256:a1147fc129d8842610f6b061c1b8bad0f965aef7e407c1c0a4b9f6e0d2e3acf6 - 28.92% (30.3 MB)

[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 2.1% (2.2 MB)

[#006] sha256:559b5ab1137ac2ff3df78d9cad2a50d5f7eb2c8d7161c7ff014405cacbeb0f77 - 1.16% (1.22 MB)

[#007] sha256:4bb10cadc0020bc7c9381d19d22c9642c434138e3d7ce537a5e03e14af9e0eed - 25.37% (26.6 MB)

[#008] sha256:e39f1b5f1d25c72e7d3c089ebc757ee46cca6066097aa2e5fad8968f6c4d7765 - 18.12% (19 MB)


History
2020-09-25 22:33:49 UTC

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

2020-09-25 22:33:50 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

2020-09-25 22:33:51 UTC

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

2020-09-25 22:33:52 UTC

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

2020-09-25 22:33:52 UTC

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

2020-11-05 22:52:41 UTC

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

2020-11-05 22:52:41 UTC

/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_amd64

2020-11-05 22:52:42 UTC

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

2020-11-05 22:52:42 UTC

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

2020-11-05 22:52:59 UTC

|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && 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/*

2020-11-05 22:53:00 UTC

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

2020-11-05 22:53:01 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

2020-11-05 22:53:02 UTC

|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin

2020-11-05 22:53:03 UTC

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

2020-11-05 22:53:04 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

2020-11-05 22:53:04 UTC

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

2020-11-05 22:53:05 UTC

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

2020-11-05 22:53:05 UTC

/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24

2020-11-05 22:53:05 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4221-head

2020-11-05 22:53:05 UTC

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

2020-11-05 22:53:06 UTC

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

2020-11-05 22:53:06 UTC

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

2020-11-05 22:53:07 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-11-05T22:52:38Z

2020-11-05 22:53:07 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0

2020-11-05 22:53:07 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=074e072a3a6a2385036179a7d9a61c59c1817954

2020-11-05 22:53:07 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2020-11-05 22:51:03 UTC

Size

232 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-05T22:50:58Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    074e072a3a6a2385036179a7d9a61c59c1817954
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4221-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:aab6118ce69c93410df7fa15842a6e3b3c7ff20b639c779b5d5f78e7653eaa07 - 41.63% (96.5 MB)

[#001] sha256:71e5283dd9d47bd88fa566326f6e8e6bc1c3c7f385c69b7482194c97e6e969b7 - 0.0% (894 Bytes)

[#002] sha256:05006be99a092de18f27ebd9357601854cd79a5d889b3d0425aa16034ba4394d - 0.0% (840 Bytes)

[#003] sha256:da195ac2293a9561694a5adab6e97cc2f7c1cb37c8cba3f22e1ed3e90723759e - 0.03% (62.6 KB)

[#004] sha256:f8fa4de85b83f5d222df6544a1dadf65fbb999e155489406427e2054f80c4e09 - 0.0% (839 Bytes)

[#005] sha256:b5836a3889bb8f93e8c91299f3fa4c1a7e62cbda44d832de191ab652f7ae6a87 - 38.36% (88.9 MB)

[#006] sha256:0ade25de6d58d36f0c689752b4e10ac9b2c5dc1f857e40da8414c64d9eb2e5a0 - 0.05% (123 KB)

[#007] sha256:d85cfa9dc8d26611c871a012812945e6d83c7c554dd1061caf196e352fcee684 - 0.0% (839 Bytes)

[#008] sha256:42962d95291d49a66c66e5f8e1f07a86abbc9189e3b3eeed11c0a733f37abab5 - 0.0% (836 Bytes)

[#009] sha256:0911e81c77b935b57de12e6c74a511bd4beec2bd26a9ecdb517e5d69a9101a94 - 0.0% (876 Bytes)

[#010] sha256:569607953c46597a872a38e8c4ce73679bede3e38e5866ae346b006b9d6043e7 - 0.04% (96.5 KB)

[#011] sha256:15a4139e81454d25b9ea8703723df7d3ae09b5c54010daf04fd7d9f796757fc1 - 14.06% (32.6 MB)

[#012] sha256:a3aa8e953d3e68e602bba141c5edb21bc87e7da5f187f0a4f211683900de143a - 0.0% (886 Bytes)

[#013] sha256:c219d25a7e1798172df513fbd955c07d92834b50d5446b0a9a8a313aab1492c8 - 0.0% (860 Bytes)

[#014] sha256:5a2a74bb18a041214ebe04622396f7b4ddf2988739229a27fea2becd4b9cb5dc - 0.0% (852 Bytes)

[#015] sha256:1c417421588d399df50787fe4c002aad9bd2e40c44d37e6210357ac4889a2804 - 0.0% (857 Bytes)

[#016] sha256:10b9148bd5b755b61fa863de7a67fc9967bce306b4849793009544fd4a5a83a9 - 0.0% (825 Bytes)

[#017] sha256:95bc9506ade2999bae68b951bbdb44f46b625bfaf0495d1cd84b0fa38683f7b0 - 5.81% (13.5 MB)

[#018] sha256:7c79cb26c91f5484e16d0860d852c2e24b1951c9f933781f4d14116636c3d1be - 0.0% (833 Bytes)

[#019] sha256:bb062cd46d03e2027c04a4d8df935815150535aca4e8d36b7f82ae75be654682 - 0.0% (855 Bytes)

[#020] sha256:65d355835c156caebd1338e5435614d173f7690fa6068cd4b6003ab18ca97a38 - 0.0% (856 Bytes)

[#021] sha256:98885d9bd788d51c14e948c6c9183792a7b810887da26f05f6e5ac9e42616b9f - 0.0% (856 Bytes)

[#022] sha256:5bebcfbf1baef94ee7e311d6592a556d14c89fa505e6726eb2a60f89237693d4 - 0.0% (851 Bytes)


History
2020-09-30 11:25:56 UTC

Apply image 1809-amd64

2020-10-27 18:41:50 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809

2020-10-27 18:41:52 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-27 18:42:23 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-10-27 18:42:23 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-27 18:42:43 UTC

cmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell

2020-10-27 18:43:22 UTC

cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"

2020-10-27 18:43:23 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2020-10-27 18:43:23 UTC

cmd /S /C #(nop) CMD ["pwsh.exe"]

2020-11-01 23:02:47 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-01 23:02:48 UTC

cmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\

2020-11-01 23:02:59 UTC

cmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\

2020-11-01 23:03:00 UTC

cmd /S /C #(nop) ARG VERSION=dev

2020-11-01 23:03:01 UTC

cmd /S /C #(nop) LABEL io.cattle.agent=true

2020-11-01 23:03:03 UTC

cmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24

2020-11-05 22:51:00 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4221-head

2020-11-05 22:51:00 UTC

cmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2020-11-05 22:51:01 UTC

cmd /S /C #(nop) COPY multi:c73e8e083b92a039b129bb7fa28d8f82472a08b5317a5bee904ad6abcb3cad6b in \etc\rancher\

2020-11-05 22:51:02 UTC

cmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2020-11-05 22:51:02 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-05T22:50:58Z

2020-11-05 22:51:02 UTC

cmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0

2020-11-05 22:51:03 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-ref=074e072a3a6a2385036179a7d9a61c59c1817954

2020-11-05 22:51:03 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2020-11-05 22:51:04 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-05T22:50:59Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    074e072a3a6a2385036179a7d9a61c59c1817954
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4221-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:d6c6a99d5726a68a35f81bb15a53ebdc98b41ff763b7b2442647543ee44bb89c - 42.02% (98.1 MB)

[#001] sha256:206be2f05271bce4ec0df6e76cf74025975c544b911103f45dabd5b82c6da9f2 - 0.0% (868 Bytes)

[#002] sha256:f5cd62498cb480a0fff2b4530f0d34b893d3aa704912be89bd9786f72acbcc1b - 0.0% (836 Bytes)

[#003] sha256:5b9b73da39905fb9464897eee806a7caa18f1aa09700a076ff8ca6923ad8a341 - 0.03% (61.8 KB)

[#004] sha256:a6640319e0a80f154c05ab1dcf2c31be62235db5501e4042e481a5c99d161820 - 0.0% (833 Bytes)

[#005] sha256:6b0b5d435a4c9ab16d49963a0b822b1b09a81d03f3efbf335b069de97baa62b4 - 38.11% (88.9 MB)

[#006] sha256:7180a2511080a46bbf3a5b476beeb6079812351773965e8b3f61b0f0e87ba205 - 0.05% (124 KB)

[#007] sha256:c99fb14c29028329501476947ae76808f8cd5f1c1ad3272c8b81fff5804f4ca8 - 0.0% (837 Bytes)

[#008] sha256:73af04b1e0f1c1ec80dc0811d1c8e5cd6ca9bddabe3c88b2b149a9c424fa9c65 - 0.0% (842 Bytes)

[#009] sha256:ef78df6babbb433a6df8a23e3581514453d5e406f56cf3fa4ab91eac3feaf3af - 0.0% (822 Bytes)

[#010] sha256:680bc31c78076a35d3638ebfdbac0a176edee3a63e55cfa7d9330b066c1a88f8 - 0.04% (101 KB)

[#011] sha256:c3d5b3ace89e3c1be35e1970807886838c727d1c855e349364a2d7a91ba57a20 - 13.97% (32.6 MB)

[#012] sha256:2c5b0f5dcd6c2facb87c414e6c0f302763589ffb40a1a1b7e8a73b5fe517d417 - 0.0% (854 Bytes)

[#013] sha256:f0185804b8817c97b67ab8ce48e9baf25652155a7bf6f132d92861eb40d7626e - 0.0% (859 Bytes)

[#014] sha256:829114da528447a1fd57135352bc4a164b3e3d8fbe761698641eb3d6a817dd8f - 0.0% (856 Bytes)

[#015] sha256:abec373b8c21a0de854e6e998ef0d5419b99da2a150fd6d648629b10a7d8a78f - 0.0% (832 Bytes)

[#016] sha256:c7c82c0d75218d4081ea087dbe12cdb6296c257ca8e8d68c69b9cff485497cae - 0.0% (851 Bytes)

[#017] sha256:eee53c7ff800bba83b49f34e5862ab562a9099e9290af00645410c6e3e14f527 - 5.78% (13.5 MB)

[#018] sha256:b0e90d79e5fc2e7262fa2e7f0ed696ceb6eb346c6bd4272e7fc6c35a535c931b - 0.0% (828 Bytes)

[#019] sha256:cddcff01774b84463dcab7155841718ab569ba4d00db75f2455637965b3a4e64 - 0.0% (828 Bytes)

[#020] sha256:ad492534db61b6a3f6a5046f0eacac6a142d6030c7ee25304e3193807280267f - 0.0% (827 Bytes)

[#021] sha256:9d84df094eb1b4f68fbe62aa932565a3a63a912d8d6860e110686e848cd57b66 - 0.0% (855 Bytes)

[#022] sha256:ea5df1a69848874c768d416bc258419b33e5f7aeb377112bee8fd8d5c6b304c1 - 0.0% (834 Bytes)


History
2020-10-01 03:13:48 UTC

Apply image 1909-amd64

2020-10-27 18:52:52 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909

2020-10-27 18:52:52 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-27 18:53:23 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-10-27 18:53:24 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-27 18:53:46 UTC

cmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell

2020-10-27 18:54:29 UTC

cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"

2020-10-27 18:54:29 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2020-10-27 18:54:30 UTC

cmd /S /C #(nop) CMD ["pwsh.exe"]

2020-11-01 23:18:38 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-01 23:18:39 UTC

cmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\

2020-11-01 23:18:41 UTC

cmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\

2020-11-01 23:18:42 UTC

cmd /S /C #(nop) ARG VERSION=dev

2020-11-01 23:18:42 UTC

cmd /S /C #(nop) LABEL io.cattle.agent=true

2020-11-01 23:18:43 UTC

cmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24

2020-11-05 22:51:01 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4221-head

2020-11-05 22:51:01 UTC

cmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2020-11-05 22:51:02 UTC

cmd /S /C #(nop) COPY multi:c73e8e083b92a039b129bb7fa28d8f82472a08b5317a5bee904ad6abcb3cad6b in \etc\rancher\

2020-11-05 22:51:02 UTC

cmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2020-11-05 22:51:03 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-05T22:50:59Z

2020-11-05 22:51:03 UTC

cmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0

2020-11-05 22:51:03 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-ref=074e072a3a6a2385036179a7d9a61c59c1817954

2020-11-05 22:51:04 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2020-11-05 22:51:44 UTC

Size

234 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-05T22:51:39Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    074e072a3a6a2385036179a7d9a61c59c1817954
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4221-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:0e31ee8f400716f940be9db76d6eedb1a903860385b4ca8f70513012d53fe1f1 - 42.08% (98.3 MB)

[#001] sha256:b59df857af5acc3c862e854b5f18770bbccbe2ee67a1e38a959867be75e7684b - 0.0% (844 Bytes)

[#002] sha256:cccb86c24d5a6d26850398779f867ff81068ddd9b1cefbe740574f67a8575fe5 - 0.0% (840 Bytes)

[#003] sha256:bef6855c6ff742ce0fb84ce683f36ad73da71aee30013c8e8eedeb96166588be - 0.03% (65.8 KB)

[#004] sha256:9ed1177be57044776572ceee250a1351667fb225d102f7ea4360ca375d6f3907 - 0.0% (837 Bytes)

[#005] sha256:1866bc40ff39899200b8062addec978f23ebf9abbc220bec6aabdce2d0b71cba - 38.07% (88.9 MB)

[#006] sha256:5bee1ccfd789b6c8bfb35de07437385b2cbaa6da6f29b25a757389d89a8cd549 - 0.05% (125 KB)

[#007] sha256:5df93e526ac9024ab01a762a24a1f1332de50e1ff7f094c789278ee2bd84a947 - 0.0% (837 Bytes)

[#008] sha256:63bc374f6aa77ec96d9076561bf3d53be2735a2de499b59174ef842989976b2c - 0.0% (891 Bytes)

[#009] sha256:8a039760eba0eae8fabc7adc1843c7ed63393e4314ae4b287dbe8d3a9dd4b058 - 0.0% (831 Bytes)

[#010] sha256:7bcd999f77f86e6309dc3f9452d449e7557cd4d2bf30fe93bcf32aa6a7ea37c8 - 0.04% (101 KB)

[#011] sha256:e698b798a4dc21da064de508d322decf9f8db14a8e46467ea02555e1a5dd85df - 13.96% (32.6 MB)

[#012] sha256:d23d6fc736e9b6ed1230e1d8eca531cd6117a8a92a9648d4654ee617ec5b2b39 - 0.0% (829 Bytes)

[#013] sha256:64a2d01a1ff3463d3ed9c1e67bd2a71b7998719889636f10543895715a2f8963 - 0.0% (830 Bytes)

[#014] sha256:161e7eb9a7f4e12ceb2370227484db58f560719d685f6d054aeff1fbfac3bbda - 0.0% (853 Bytes)

[#015] sha256:8d427e0b085d46ccbf4da15cc65b2dcca2b8cb1e798fb2d391f3f90a7e2d7f16 - 0.0% (831 Bytes)

[#016] sha256:c0eadc40be790587efbf8d7a0ade2ad3137ca0b5934de6d5dd03468fa53f8917 - 0.0% (825 Bytes)

[#017] sha256:c32b44bbe569b4ae9ba29d6612270d2296ebbe7b137eea5a18af4ca9bfc75641 - 5.77% (13.5 MB)

[#018] sha256:7120b898d71e7afaff3499d01c42f27b03be067c233e68ad1cd8748d3f62f8ad - 0.0% (859 Bytes)

[#019] sha256:d61526380ac4dfdda32ee0b16875b087906d0ef4d510fd84e6e2e8574e3c806b - 0.0% (851 Bytes)

[#020] sha256:4a630fdb43377363810f1d942fa3a96df1dbc39fb525edad1c1b0cc06b128458 - 0.0% (854 Bytes)

[#021] sha256:be368195098badbe17de2315fc14b927a02b49d1b6083072b7547f5cc68d10df - 0.0% (831 Bytes)

[#022] sha256:f12530d53e1bc27ffd12d135c7d67bb7708b9c53f31b6cd71db623203b36a512 - 0.0% (829 Bytes)


History
2020-09-30 11:26:02 UTC

Apply image 1903-amd64

2020-10-27 19:03:00 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903

2020-10-27 19:03:01 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-27 19:03:30 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-10-27 19:03:30 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-27 19:03:53 UTC

cmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell

2020-10-27 19:04:43 UTC

cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"

2020-10-27 19:04:44 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2020-10-27 19:04:44 UTC

cmd /S /C #(nop) CMD ["pwsh.exe"]

2020-11-01 20:01:18 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-01 20:01:18 UTC

cmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\

2020-11-01 20:01:21 UTC

cmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\

2020-11-01 20:01:21 UTC

cmd /S /C #(nop) ARG VERSION=dev

2020-11-01 20:01:22 UTC

cmd /S /C #(nop) LABEL io.cattle.agent=true

2020-11-01 20:01:22 UTC

cmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24

2020-11-05 22:51:41 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4221-head

2020-11-05 22:51:41 UTC

cmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2020-11-05 22:51:42 UTC

cmd /S /C #(nop) COPY multi:c73e8e083b92a039b129bb7fa28d8f82472a08b5317a5bee904ad6abcb3cad6b in \etc\rancher\

2020-11-05 22:51:43 UTC

cmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2020-11-05 22:51:43 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-05T22:51:39Z

2020-11-05 22:51:43 UTC

cmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0

2020-11-05 22:51:44 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-ref=074e072a3a6a2385036179a7d9a61c59c1817954

2020-11-05 22:51:44 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2020-11-05 22:57:38 UTC

Size

236 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-05T22:57:33Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    074e072a3a6a2385036179a7d9a61c59c1817954
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4221-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-2004

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:5708869a4b8b14059303f6e68503905bdead29143e41a7d34ce3f37be1d6f6be - 42.61% (100 MB)

[#001] sha256:442c5c08e72ebd0fe59b103370d22b3fcfc63f576eb3d39e0425723497138e62 - 0.0% (919 Bytes)

[#002] sha256:28379c10b719dcb763364aff1e8868de1e1e7ec5a45c08909ae70089babeb479 - 0.0% (836 Bytes)

[#003] sha256:05ebdddba0ae1ac43fd1656fad5e53380ef8894cc8040ee5968c862c18490dd3 - 0.03% (65 KB)

[#004] sha256:7943f8bc710022e7fbd9fcb809b6881ddf1f364b067a3a1ffc0440bf35be934b - 0.0% (839 Bytes)

[#005] sha256:2b1fb1633b8b0e5b655b11b8096a15f91f2cb91c4f5128076f352343a32ada26 - 37.72% (88.9 MB)

[#006] sha256:8aac267139287a32281f38bec7e7ad6ba51990b49034ef10172a273921166b8b - 0.05% (126 KB)

[#007] sha256:f4429e287a3f505cfbaebc39aa76bd4fb1dc494354c4177edbb8b39d0325079e - 0.0% (839 Bytes)

[#008] sha256:d36ce26246d99d2933a7989dc06395c3013a63480f83594f5951b62b6cc4a03c - 0.0% (843 Bytes)

[#009] sha256:34d4064ee2a7751580bfbb744cd43528bc640744465bf15bfc6d8148cd866b39 - 0.0% (839 Bytes)

[#010] sha256:caecd85d2e5795aff282341b44584f0d8e9f33c5c9acabdaba80c12c89961efb - 0.04% (102 KB)

[#011] sha256:34190be21acc0dcbbaf1cb20aa40091164d588e3922dd215f90df7fc65e28233 - 13.83% (32.6 MB)

[#012] sha256:e706a4fad293be0590d134254a26d508c99c79930b61eef962539cbedcaab1f6 - 0.0% (841 Bytes)

[#013] sha256:6e82c50aacbed32bac5405b2643d4ed3909553c0e0a8b7851f3f75b3d0467ed4 - 0.0% (839 Bytes)

[#014] sha256:aa736aa01949790ba00a873babfa682d42f8f011817604ee385b2b6d6f8ce3ad - 0.0% (868 Bytes)

[#015] sha256:f78f1bde1ce5130dfe4ee78c585a1ef677792aa7c86ece4187919bc30a317584 - 0.0% (838 Bytes)

[#016] sha256:c86542350ec3cad7ec9417364d0b157c42a34dccfb5fb6b62a3126ad4b183f74 - 0.0% (838 Bytes)

[#017] sha256:cb82560cd0adac06c2b49073d0588286c074ced6c56d4e783bc7fd7b3b3c72d8 - 5.72% (13.5 MB)

[#018] sha256:1fb5f1bba7e19152b820af294a1dd640189ddcf075a549ea8f7594d97934f395 - 0.0% (844 Bytes)

[#019] sha256:b7eeb4e8c1b84d0ce39831afa1f0ffe730d9d2a224dbc83c96e0c8f7e4e158ed - 0.0% (864 Bytes)

[#020] sha256:6a6065c52bb6f90d8349a63625635fb6d6c6c24123f69802361bde18730949b8 - 0.0% (837 Bytes)

[#021] sha256:e8d72955fedd3a434b7b9e164aece277293d7eb7dd5e2d90effdb199ff4a92e7 - 0.0% (836 Bytes)

[#022] sha256:b7caeb52e294cdcf374b0640626baee386dd39393afb7d513769f81c6da7535d - 0.0% (835 Bytes)


History
2020-10-09 03:06:27 UTC

Apply image 2004-amd64

2020-10-27 18:59:30 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-2004

2020-10-27 18:59:31 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-27 19:00:01 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-10-27 19:00:01 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-27 19:00:23 UTC

cmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell

2020-10-27 19:01:01 UTC

cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"

2020-10-27 19:01:02 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2020-10-27 19:01:02 UTC

cmd /S /C #(nop) CMD ["pwsh.exe"]

2020-11-05 22:56:56 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-05 22:56:57 UTC

cmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\

2020-11-05 22:56:59 UTC

cmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\

2020-11-05 22:57:00 UTC

cmd /S /C #(nop) ARG VERSION=dev

2020-11-05 22:57:00 UTC

cmd /S /C #(nop) LABEL io.cattle.agent=true

2020-11-05 22:57:00 UTC

cmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24

2020-11-05 22:57:35 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4221-head

2020-11-05 22:57:35 UTC

cmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2020-11-05 22:57:36 UTC

cmd /S /C #(nop) COPY multi:774142f7db8e50e2896628e7ff0a9ee1a9f9d3ade55b27aeb6f2de033e2a454e in \etc\rancher\

2020-11-05 22:57:36 UTC

cmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2020-11-05 22:57:37 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-05T22:57:33Z

2020-11-05 22:57:37 UTC

cmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0

2020-11-05 22:57:37 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-ref=074e072a3a6a2385036179a7d9a61c59c1817954

2020-11-05 22:57:38 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2020-11-05 22:53:05 UTC

Size

95.1 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-05T22:52:36Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    074e072a3a6a2385036179a7d9a61c59c1817954
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4221-head

DOCKER_API_VERSION

1.24

DOCKER_URL

DOCKER_URL_arm64

DOCKER_URL_amd64

https://get.docker.com/builds/Linux/x86_64/docker-1.10.3

DOCKER_URL_arm64

https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64

KUBECTL_VERSION

v1.17.6

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:296c9ad75beec603486f1373addae8e2c509e94c4adda44c1289792c91624acc - 23.79% (22.6 MB)

[#001] sha256:c0533d1393025aa8c38e0823a6546a0d4e5dec6b8b670758c25494c35783668d - 0.0% (850 Bytes)

[#002] sha256:3c11bb34abc87247c6a70c928b7a5ef4cd48093642eb0c4b8121a674d3e278c6 - 0.0% (189 Bytes)

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

[#004] sha256:f051e3af7d7d1f362e311d9f15ba1af1034b7561dd7621b91e954b99e531d908 - 28.8% (27.4 MB)

[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 2.04% (1.94 MB)

[#006] sha256:edef1bf50969527e3c49d4765c05437cdb8f5654b5f032fae4298ec22f5aeafd - 1.19% (1.13 MB)

[#007] sha256:0427253dd413a3e007f18d81f9257fe3c2e9c0929ee44cb9aefc0a28224193df - 25.91% (24.6 MB)

[#008] sha256:175ec8e3e82eed33fbbd25f194aac3e2d1a44d92f187d02f66227d325ce750de - 18.27% (17.4 MB)


History
2020-09-25 22:47:32 UTC

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

2020-09-25 22:47:35 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

2020-09-25 22:47:36 UTC

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

2020-09-25 22:47:38 UTC

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

2020-09-25 22:47:39 UTC

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

2020-11-05 22:52:39 UTC

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

2020-11-05 22:52:39 UTC

/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_arm64

2020-11-05 22:52:40 UTC

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

2020-11-05 22:52:40 UTC

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

2020-11-05 22:52:57 UTC

|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && 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/*

2020-11-05 22:52:58 UTC

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

2020-11-05 22:52:59 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

2020-11-05 22:53:00 UTC

|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin

2020-11-05 22:53:00 UTC

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

2020-11-05 22:53:02 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

2020-11-05 22:53:02 UTC

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

2020-11-05 22:53:02 UTC

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

2020-11-05 22:53:02 UTC

/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24

2020-11-05 22:53:03 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4221-head

2020-11-05 22:53:03 UTC

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

2020-11-05 22:53:04 UTC

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

2020-11-05 22:53:04 UTC

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

2020-11-05 22:53:04 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-11-05T22:52:36Z

2020-11-05 22:53:05 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0

2020-11-05 22:53:05 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=074e072a3a6a2385036179a7d9a61c59c1817954

2020-11-05 22:53:05 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

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