2021-03-20 01:33:04 UTC
169 MB
rancher/rancher-agent:v2.5.8-rc1
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.19.7
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:92dc2a97ff99354714f17180401813eb3073e4f62a67643d66b461505a604cbe - 15.09% (25.5 MB)
[#001] sha256:be13a9d27eb82db7e9c7f3a76f70919a2d690e34e78cda8cae60161b0f5e9137 - 0.0% (850 Bytes)
[#002] sha256:c8299583700ab4cc65a0126f99ca6f2b836a097dedcc64270094bea59b8b4306 - 0.0% (162 Bytes)
[#003] sha256:79722f29ce793c853823a4b4f5b25ebfb15188d867d75b78d4d4bd18c8450420 - 0.0% (123 Bytes)
[#004] sha256:837146ba28126e8853daa0800dbb09e9db09d5fd0a088485e0383faff69cb7ad - 33.79% (57 MB)
[#005] sha256:ab7dedc984d51d5de8882466f18875867204972406b5dcfc6879cd2544b934ca - 1.3% (2.2 MB)
[#006] sha256:cdf6144e1d75e4c6755ce3c03f6a485c522b0d67182755f557592c478fb96ddc - 15.74% (26.6 MB)
[#007] sha256:4ed273cb6256d819821086c18a17412a7781338d99ddf844abe1bbad14c94f53 - 15.95% (26.9 MB)
[#008] sha256:3b1b439b2b3520e43f1d86a699034971f0757e06888961da72340c2a829872dd - 18.13% (30.6 MB)
[#009] sha256:f973d5953e74a1ff7ab7860110431b72c8d3da8d3589045e415f94ed0fae4189 - 0.0% (170 Bytes)
/bin/sh -c #(nop) ADD file:d65963eb4f4b3a8c8e57119725a91036e8932a3e8f604e7edc21ff9665472da9 in /
2021-03-04 02:24:27 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-03-04 02:24:28 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-03-04 02:24:29 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-03-04 02:24:29 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-03-20 01:32:23 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-03-20 01:32:24 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
2021-03-20 01:32:25 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-03-20 01:32:25 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-03-20 01:32:49 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 && 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/*
2021-03-20 01:32:49 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-03-20 01:32:51 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-03-20 01:32:51 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-03-20 01:32:53 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2021-03-20 01:32:53 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-03-20 01:32:53 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-03-20 01:32:54 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-20 01:32:54 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc1
2021-03-20 01:32:54 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-03-20 01:33:00 UTC/bin/sh -c #(nop) COPY dir:de330e60142ec3859ed34ac66c0b6133e074749d59d67c219864e931ccea277b in /var/lib/rancher-data
2021-03-20 01:33:02 UTC/bin/sh -c #(nop) COPY multi:e7fc526d927171d139293d7885aad864e6462dd197223be120b45adfd421f6fb in /usr/bin/
2021-03-20 01:33:03 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-03-20 01:33:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-03-20 01:33:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-03-20T01:32:01Z
2021-03-20 01:33:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ed3c8c8129f4cf3a029f55d12918f38c6266cd5a
2021-03-20 01:33:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-20 01:33:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-20 01:22:38 UTC
256 MB
rancher/rancher-agent:v2.5.8-rc1
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:a11c4ca8f1ba16b6e1395d4523be2215bd0871c2e3e4695b9f2b87bd7472be52 - 37.71% (96.7 MB)
[#001] sha256:1e29214a08a68cc3bab5896a29d8985fca9e12233ed472cd2c6145b1866398e9 - 0.0% (1.05 KB)
[#002] sha256:5d0612e238e6ac2ec0f8cecd67d4a9c3c7f7057095840f820b4a6b6be3f1eb40 - 0.0% (1.07 KB)
[#003] sha256:0b45784adecff220a6553edd5795641c56b36b1e4b57dcab277bbd25883e1d48 - 0.03% (65.8 KB)
[#004] sha256:15b76c0e846ecb01cf839be55fccd055ac480e8a0256d017fe14bc4c8b920ab3 - 0.0% (1.12 KB)
[#005] sha256:f7a723a7649370197918291b2dcd4615f851d12684eef849ebb19e1e1ebe97e9 - 37.79% (96.9 MB)
[#006] sha256:89f8320245754316677404661ea5262e74e31c8a9d068fe9959f532f738835c7 - 0.05% (131 KB)
[#007] sha256:9deac63a32ab50c762ae00da5c23eafcb37b0340d7a403f1fb11336f72b6e6fb - 0.0% (1.02 KB)
[#008] sha256:30f6ca13ff406b2f43cddd954d1ee3af6ab87531b8955a5a3ce6967cc950da30 - 0.0% (1.02 KB)
[#009] sha256:7a315a87f0ac5b3065bccbfbf726a0c19e4740bc975a235bf0a0dffce8abc7e2 - 0.0% (831 Bytes)
[#010] sha256:f85afa032dde501dc64b354ae1bb6a86c217490f4145d058a9f13e5e615d4843 - 0.04% (96.5 KB)
[#011] sha256:3e5c8a5e9bc0b2680b348819a239985985e16eee4f5385e62eb917d3333d9c2c - 12.46% (31.9 MB)
[#012] sha256:dfb8c5279d2b8a5e48c1a1a3c13ef1c94eeca7fc25b89c34eca71816df1efda2 - 0.0% (856 Bytes)
[#013] sha256:4cc6b6de680957318f145616062b20d5571276294a591269dc9640d9b800cdfc - 0.0% (876 Bytes)
[#014] sha256:e2314b0f82f38353f3cb22d5decdf3a60254544701216afd6b144981977ff0c7 - 0.0% (833 Bytes)
[#015] sha256:171d1351801edd6ab34d4e7110091bf897cbde409e88842ec0903481ea2425a0 - 0.0% (858 Bytes)
[#016] sha256:eed3f6e7b7253104374dd8f41f59b559d100899526835b04e2f5ff29f74b14f6 - 0.0% (854 Bytes)
[#017] sha256:41c12e52ab57d60205e1a719ee761ae8223dd2698ce7c7990c4aaf04fd264d43 - 11.93% (30.6 MB)
[#018] sha256:9bf94701209be1727cf2dc59e67c9982ed9b98e06df217d12d0b097c15cafc57 - 0.0% (861 Bytes)
[#019] sha256:9d9a1a3c324222dbe0a6bd3220816d7a8f7da7542839067661ce68a6f760d0cd - 0.0% (850 Bytes)
[#020] sha256:25b91523f72f352707ccf580138cdcf93729ab9927ce9322737176b0dc788e1f - 0.0% (873 Bytes)
[#021] sha256:d648ec6cf292e5ee7ac04a666ec00c68d6b854f44bc23b959e419d7c1d5262af - 0.0% (888 Bytes)
[#022] sha256:18a2a10e343f1063b5ba6a6139e6550f5757562a430f3085691c67161c84f3ca - 0.0% (833 Bytes)
Apply image 1809-amd64
2021-03-16 20:49:38 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809
2021-03-16 20:49:39 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-16 20:50:06 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-16 20:50:06 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-16 20:50:29 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-16 20:51:08 UTCcmd /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 ; }"
2021-03-16 20:51:09 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-16 20:51:10 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-03-17 23:00:44 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-17 23:00:45 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-03-19 23:57:43 UTCcmd /S /C #(nop) COPY multi:bd77f1283343e2458a0da74c3ea9f28b8428d86f67ea33f5236a276e1178069b in \Windows\
2021-03-19 23:57:44 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-19 23:57:44 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-19 23:57:44 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-20 01:03:30 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc1
2021-03-20 01:03:31 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-20 01:03:33 UTCcmd /S /C #(nop) COPY multi:27e28444f8debf7e83d745083762453d25ab86bbc8b43181aa571f595a2e99a5 in \etc\rancher\
2021-03-20 01:03:34 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-20 01:22:37 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-03-20T01:22:35Z
2021-03-20 01:22:37 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=ed3c8c8129f4cf3a029f55d12918f38c6266cd5a
2021-03-20 01:22:38 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-20 01:22:38 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-20 01:25:32 UTC
257 MB
rancher/rancher-agent:v2.5.8-rc1
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:d94040b3fb21af94caf37df4e5732028c860fbdff08d3f6f98552316af465108 - 37.88% (97.4 MB)
[#001] sha256:dde1ba7643f60847f0fe8c5ce03f23b32c0927305ed32101d81c94c94aeb5a60 - 0.0% (1.06 KB)
[#002] sha256:8a0fcc2069e76692cc8d3be425e860129743cf0a9a8b7c3a4b385a4bde46e24d - 0.0% (1.02 KB)
[#003] sha256:372628681d3f3193edd6b4d325b0e1951cecf78cda01faebff2d74f027129a95 - 0.02% (63.8 KB)
[#004] sha256:b8b3ab6c96ae48b226cc75073ecc078a2fb97a79e8d0b7a2f47f0fc4dad90640 - 0.0% (1.12 KB)
[#005] sha256:975d084e016729a87575417c001084cb5144aca879b7c752d5a994f0133ded4d - 37.69% (96.9 MB)
[#006] sha256:21cf46249eb98082a41c66691f63e18665ad35770ad6b26eee5a1b8b860bbed0 - 0.05% (127 KB)
[#007] sha256:5d30b6436c00ea54209c3a742e3b55559e90a29bd12a18dfdfef090b48da80b6 - 0.0% (1.02 KB)
[#008] sha256:293b4a523414b356f590eb0ecf1243d4bb8dacd6de738847c751efea835263f0 - 0.0% (1.02 KB)
[#009] sha256:20dbf497b506cfed9b9551c28a04c1d5b7171c9dd73843637e276e9e35f6c274 - 0.0% (827 Bytes)
[#010] sha256:97886171eb6e963c0a13dbbd8313b3acb8f0dc4c87a7286ae1a6bcee3018c2f6 - 0.04% (101 KB)
[#011] sha256:3a1412488ffd3ab46822e9237fc29c07d0272fc297350b971180231ffb5665ff - 12.42% (31.9 MB)
[#012] sha256:6ca929213fcbfd533a99b19584c189d5db3e985f6e4a7fec26549b94923f5ee0 - 0.0% (823 Bytes)
[#013] sha256:ffaaad6ff6b04949ddb4f3315dfb80bf4339b7d7512b83d193cde7bb2957fae7 - 0.0% (824 Bytes)
[#014] sha256:22746716708845d5febf1ea4b30f520ae9064502c17eb4a3957692248690e40d - 0.0% (827 Bytes)
[#015] sha256:abc7c4b6ad0767dd4cdb5b39a991c8e3daf150ada7829d0f28d4b5866417726f - 0.0% (864 Bytes)
[#016] sha256:081c5b9e1c54759efc6235649bf6ac38f28c567934106f7c3bff18e4afd5d7b8 - 0.0% (910 Bytes)
[#017] sha256:85279ed4fbfc79bdb5a98469f30fd960344359636f834b741eecfcd930743937 - 11.89% (30.6 MB)
[#018] sha256:7894be653333606f07080a8a9bf7c3af88d416b622177e3a8a9cb010ffb70eed - 0.0% (823 Bytes)
[#019] sha256:2881515bae2c4654091d35f87975d5bf0c32fcf2d34dfa241f4e851c1ab53bc6 - 0.0% (825 Bytes)
[#020] sha256:df62a346c78cd9dfd2744cb99f07aa4a82a6d6b3a6b0f82a42f256526a9f41a6 - 0.0% (830 Bytes)
[#021] sha256:286a5ee0bd66434ef3dd38e4d1d0661c3fb41fa9c89fb9715eb4a27060ffd6a1 - 0.0% (827 Bytes)
[#022] sha256:caf21e8c614946f82455bf01760d4f5c696907b3245fe9ded58414d56f9e9651 - 0.0% (825 Bytes)
Apply image 1909-amd64
2021-03-16 21:08:18 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909
2021-03-16 21:08:19 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-16 21:08:42 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-16 21:08:42 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-16 21:09:02 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-16 21:09:41 UTCcmd /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 ; }"
2021-03-16 21:09:41 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-16 21:09:42 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-03-17 23:00:28 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-17 23:00:29 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-03-19 23:58:15 UTCcmd /S /C #(nop) COPY multi:bd77f1283343e2458a0da74c3ea9f28b8428d86f67ea33f5236a276e1178069b in \Windows\
2021-03-19 23:58:15 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-19 23:58:16 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-19 23:58:16 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-20 01:04:23 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc1
2021-03-20 01:04:23 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-20 01:25:11 UTCcmd /S /C #(nop) COPY multi:dea2fde8792c80af90c9c9daacd014d1e6fd8c71a3f9d67d2700408bdd32b5e5 in \etc\rancher\
2021-03-20 01:25:11 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-20 01:25:31 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-03-20T01:25:29Z
2021-03-20 01:25:31 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=ed3c8c8129f4cf3a029f55d12918f38c6266cd5a
2021-03-20 01:25:31 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-20 01:25:32 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-20 01:33:14 UTC
258 MB
rancher/rancher-agent:v2.5.8-rc1
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:302b7cf33b3a2bd3c958c33a0bb0221099c7abebd46bd685a171899210be5180 - 38.04% (98.1 MB)
[#001] sha256:de401d0ad50a73809f52f1b2cdd08372d48affaed3cdc2d9c82fd93fdb86935d - 0.0% (822 Bytes)
[#002] sha256:b251ece4f860cf57423dd1455d77586f293f469389d4e8f22eda21f3f3865674 - 0.0% (921 Bytes)
[#003] sha256:da83f3e327d6be0778a2e9cb3bdbcd4381d91d53be27a9d83e7a02d713898ab6 - 0.03% (67.5 KB)
[#004] sha256:128bd25e4a5fd56d89d1d3519ab5299fad89e0fa26b42a19bbcacf3ffc63a75a - 0.0% (849 Bytes)
[#005] sha256:02a46850464f896128d38032429af01ed881c9561496b85a7dcf75894d1cfd3f - 37.61% (97 MB)
[#006] sha256:99558043528fca28cf576a5dae72c8dbbe8a309833109869786f3e709ee3e864 - 0.04% (92.7 KB)
[#007] sha256:39ff56c128357f2bde42c7177c54985736cd9022f26f72f0560ccd997975b59d - 0.0% (843 Bytes)
[#008] sha256:bb889420c0e542967f5ff0364fc7f0f64026326699d5dba17be0ff04d9435c8c - 0.0% (917 Bytes)
[#009] sha256:fd5d15d6f8016e1544831d60115a0db43984ac3da5230924b6b702527edcb07f - 0.0% (852 Bytes)
[#010] sha256:a7d885a70773d7bd154027c60eb1254642e5696127cd8e83d70fee4096cf51f8 - 0.04% (101 KB)
[#011] sha256:41c5fe8824a519afa108b86fec878aa3aa2d9fbf896c5691a07bcd1757b3df7d - 12.38% (31.9 MB)
[#012] sha256:dce22bc8213362c14560c0636c4d18897e4fb95b403fb062fbb3b938eb9ca43b - 0.0% (851 Bytes)
[#013] sha256:5229f736cf2a793ca3e47ffafa1895c06ae34656e4166fe4084e4f8c1236004b - 0.0% (877 Bytes)
[#014] sha256:9a00b577c3b928e46ea460bd928254149d244d2c36500767d748d0c20b4a1d57 - 0.0% (862 Bytes)
[#015] sha256:4ccd41b2110f998516f837d64e68c72a076463849a533fccc5954e00daf6dde5 - 0.0% (828 Bytes)
[#016] sha256:473a049b56a9a1b4edb2a28d1680f1b05d52889bd486cb5ba223fc03cbc0bc4f - 0.0% (827 Bytes)
[#017] sha256:59d6b5e610246573ad5d95d2613fb8212ec6f3c777b6c8dffcfbda60224a2db1 - 11.86% (30.6 MB)
[#018] sha256:44a14934b4b326ef3a1355bd6e3d0af2d315bbbb5d8e73d09a020961967ce52b - 0.0% (851 Bytes)
[#019] sha256:f313f8fe0e3bd769605cbf7dcc55886885c11ae72e2f27e8fe0e53ce31d633a9 - 0.0% (826 Bytes)
[#020] sha256:64e0a0789a828086e8a5cf513675f32d9c77e299ae63589a6623078f08034169 - 0.0% (826 Bytes)
[#021] sha256:e6dd64d2fccaabd250351e1647457e1eeb6a8af92c6ee51634a38694dc2a2665 - 0.0% (832 Bytes)
[#022] sha256:6e598d14e4fba8830a56517d7e6888f22648ca13e5cb3040d59c54496caf3ffb - 0.0% (832 Bytes)
Apply image 1903-amd64
2021-01-15 21:08:09 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903
2021-01-15 21:08:10 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-15 21:08:55 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-15 21:08:56 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-15 21:09:18 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-15 21:09:58 UTCcmd /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 ; }"
2021-01-15 21:09:59 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-15 21:10:00 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-03-15 05:09:38 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-15 05:09:39 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-03-15 19:08:58 UTCcmd /S /C #(nop) COPY multi:bd77f1283343e2458a0da74c3ea9f28b8428d86f67ea33f5236a276e1178069b in \Windows\
2021-03-15 19:08:59 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-15 19:08:59 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-15 19:09:00 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-20 01:03:33 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc1
2021-03-20 01:03:33 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-20 01:03:35 UTCcmd /S /C #(nop) COPY multi:27e28444f8debf7e83d745083762453d25ab86bbc8b43181aa571f595a2e99a5 in \etc\rancher\
2021-03-20 01:03:36 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-20 01:33:13 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-20T01:33:11Z
2021-03-20 01:33:13 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-20 01:33:14 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ed3c8c8129f4cf3a029f55d12918f38c6266cd5a
2021-03-20 01:33:14 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-20 01:23:05 UTC
260 MB
rancher/rancher-agent:v2.5.8-rc1
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-2004
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:ef11e3fc4f3c8fde075a1b6b355f949a4163916f4072d517d85436e89af06a04 - 38.47% (99.9 MB)
[#001] sha256:6fac50e5ea9440b763f0f8dd58d69e63559a2f5d23699ddb06bebc4e32457358 - 0.0% (1.08 KB)
[#002] sha256:4a722553d5b78dc72fdfb9cfa606e981a5e16e91bd39e1a31d48d404100a1818 - 0.0% (1.04 KB)
[#003] sha256:5cc4e742396cfd33c96a66606fdd2307fca8332c3017f800f1d469a29db4da6b - 0.03% (69.9 KB)
[#004] sha256:6efd700701e5ddcf36ea5f200578fc1591ec2ede441805f924257c7c2b927173 - 0.0% (1.02 KB)
[#005] sha256:42e2fcb8ee26da679f19acb0e9745b232cf906a1ed06ae22cd76347d40d29edb - 37.33% (96.9 MB)
[#006] sha256:d6e9194bcf6cc510d6cad386008fe83a7f55a32c226dd49d983063497f87d076 - 0.04% (98.5 KB)
[#007] sha256:85ad06cf60bc5b98c298fadd512a78ce8183e802f1aaaa0382363ed84e99b254 - 0.0% (1.02 KB)
[#008] sha256:afb0f01d0f03927cdf49da73a8ed697c412b396f10193cab1998ff6f8e35e442 - 0.0% (1.04 KB)
[#009] sha256:946f61bf560798c64209c7cb4df1f29dfb1e4a52d3a787fa40c1d2abde403e85 - 0.0% (866 Bytes)
[#010] sha256:37c5f77b33fb93870d85bf82af41306c5d18e59e1dffae8209a3ece69039fd97 - 0.04% (102 KB)
[#011] sha256:ed3a24da5c29c0f9da557f2432c76f7d571f5d2ca40df0520ea06ef2a32781ef - 12.31% (31.9 MB)
[#012] sha256:7777526d626f691542d2714fcce69a686cc2b5d1e287ff701c3fe6d0ec044a24 - 0.0% (840 Bytes)
[#013] sha256:6cf073282819e910089e653448f70c5a70509f56eb8d43946b034577168cdc54 - 0.0% (861 Bytes)
[#014] sha256:1d06f3c13bb4c0785ac01c9cc91e9c02f4338e8dde6ce72846e5d23775740b6b - 0.0% (869 Bytes)
[#015] sha256:38aa1eeb514c0b18781753c9d3fd35b7d9afcb7919d8cc5b33cd8f5953ba1b39 - 0.0% (839 Bytes)
[#016] sha256:37dfcf12a820d3c4bdeff12bffd9c8f0ba2e47f46af3faf028bfc7c4eb04c0fa - 0.0% (833 Bytes)
[#017] sha256:eed47bb657242d0f5519acd3d7812f3d315d69fdde5e9628c0098bc4e8e78f32 - 11.78% (30.6 MB)
[#018] sha256:f2f1b46102fc014e9c77c755a255c1499e26c40956a8782b0dfc7caac13823bd - 0.0% (910 Bytes)
[#019] sha256:ceaf1fcf12af22e05d23330e4127825ea6835a5bcab21f8839a75b606cb38be3 - 0.0% (838 Bytes)
[#020] sha256:6f2ace56c073b6a9b4c1d18198f4924008eac6ff12a1ff64fec78895fc7d0bef - 0.0% (836 Bytes)
[#021] sha256:224dc9448c98c2a541c466d35b4756a6a1d0d441a1b77f614caef666fc601f73 - 0.0% (832 Bytes)
[#022] sha256:b7a98809f6a422bc6aa503ae8cab9273047f182dbbffb5040315cae1b7e48a3a - 0.0% (839 Bytes)
Apply image 2004-amd64
2021-03-16 21:15:26 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-2004
2021-03-16 21:15:27 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-16 21:15:35 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-16 21:15:35 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-16 21:15:51 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-16 21:16:25 UTCcmd /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 ; }"
2021-03-16 21:16:25 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-16 21:16:26 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-03-17 23:00:08 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-17 23:00:09 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-03-19 23:57:36 UTCcmd /S /C #(nop) COPY multi:bd77f1283343e2458a0da74c3ea9f28b8428d86f67ea33f5236a276e1178069b in \Windows\
2021-03-19 23:57:37 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-19 23:57:38 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-19 23:57:38 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-20 01:02:41 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc1
2021-03-20 01:02:41 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-20 01:02:43 UTCcmd /S /C #(nop) COPY multi:27e28444f8debf7e83d745083762453d25ab86bbc8b43181aa571f595a2e99a5 in \etc\rancher\
2021-03-20 01:02:44 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-20 01:23:04 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-20T01:23:02Z
2021-03-20 01:23:05 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-20 01:23:05 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ed3c8c8129f4cf3a029f55d12918f38c6266cd5a
2021-03-20 01:23:05 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-20 01:24:10 UTC
2.46 GB
rancher/rancher-agent:v2.5.8-rc1
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 56.98% (1.4 GB)
[#001] sha256:b67d61f938f3725a9bf5b4e0ece52422f5b09c5994bb0af1971b526e4e0f8666 - 37.48% (944 MB)
[#002] sha256:1216a7b5355ee3c4369e1b39f3e9707a5f2251e39726567a00221a9798fa317f - 0.0% (1.27 KB)
[#003] sha256:425f338fee712f5e8f0d91395753ce3413e6dee9a8195b86f39c63ad02be69e1 - 0.0% (1.26 KB)
[#004] sha256:78656446142d020dbf7934358c1518e25a997c61cc339aa54ffa35785cd13450 - 0.81% (20.5 MB)
[#005] sha256:e80bcecce51cc3f57fabaab41e63ad7f5cca8a1de930d780ff1205794bd49719 - 0.39% (9.78 MB)
[#006] sha256:5ef7380b6aa676a45f41fa1183acd54e0b79c472d8a3712de155489c19d573e0 - 0.31% (7.85 MB)
[#007] sha256:9f495acffd12d12ebb3e0815c1d6eeab1ddb78e9a02cdbff8ba0dc0522691ddf - 1.48% (37.2 MB)
[#008] sha256:a0be7a9fc11d621cf734f6d512c3179ef72df98bb2c0debbbe692ae1acc07953 - 0.19% (4.85 MB)
[#009] sha256:89564a3032bf857cddf70e489bac92a7b7be60707f29f6c316212b2098290c01 - 0.62% (15.6 MB)
[#010] sha256:58db7c202ac372c4df4e3a0a082ee3fda59fa5064d163c0ae7618b52b98af3cb - 0.51% (12.7 MB)
[#011] sha256:ca30787ceaf7f86686981b0b26f670846c355b5932dd74879e5beb2d2e358432 - 0.02% (432 KB)
[#012] sha256:f9191f33b8f70987fea01a5be5f90c47650571ae2acad9cfc7430994832864c6 - 0.0% (1.37 KB)
[#013] sha256:ec46267dc852eb67ea34dcb1d2d56048050322304c8e57eec2a211d33d5c76be - 0.0% (1.4 KB)
[#014] sha256:4f29d817928b4df4cee213449c94c931b36de8dda9b073f8023cba12582aee8a - 0.0% (1.32 KB)
[#015] sha256:eb8a5925b8972780f1492f3863aceef632e1edfa71cb4789bf87dc63f13e9d08 - 0.0% (1.32 KB)
[#016] sha256:aaa5ded0f095512fd9f0df3aedc248237763e13ca47024733dc7a3b99c9dabac - 0.0% (1.31 KB)
[#017] sha256:9e6d1473efe7ef8db1a4d6253c75d29d340a43f2a14c00a605f40f306bafe0f9 - 1.21% (30.6 MB)
[#018] sha256:df62e6cd2de741a8428d2932a0bbaabfef2234f662fec3bba9c3b8187fa38db5 - 0.0% (1.31 KB)
[#019] sha256:5e006513164c11277513938c851e9c74956ced4dd5990f7a42a647f2ef1e3304 - 0.0% (1.27 KB)
[#020] sha256:cf71388bada43accb56b1c48ed048a584f13cf1ca82c15f4d76d199e4b9fa6d6 - 0.0% (1.3 KB)
[#021] sha256:3eaca68001725565d7820f6f26be4fb6e98d07314f4a641d46779acc919ae42b - 0.0% (1.27 KB)
[#022] sha256:72b270a3b23a514a9d8d309fc79d78ea5164fd7a734a808e6dfad7dc5a4af663 - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-03-05 14:38:58 UTCInstall update 20H2-amd64
2021-03-15 16:41:44 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-03-15 16:41:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-03-15 16:41:55 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-03-15 19:10:52 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.0.4/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-03-15 19:11:18 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-03-15 19:12:07 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-03-15 19:12:32 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-03-15 19:13:00 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-03-15 19:13:29 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-03-15 19:14:07 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-03-15 19:14:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-03-15 19:14:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-03-15 19:14:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-20 01:03:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc1
2021-03-20 01:03:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-20 01:03:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:27e28444f8debf7e83d745083762453d25ab86bbc8b43181aa571f595a2e99a5 in \etc\rancher\
2021-03-20 01:03:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-20 01:24:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-03-20T01:24:07Z
2021-03-20 01:24:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-20 01:24:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=ed3c8c8129f4cf3a029f55d12918f38c6266cd5a
2021-03-20 01:24:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-20 01:28:06 UTC
157 MB
rancher/rancher-agent:v2.5.8-rc1
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.19.7
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:9243cbd63062004cb0062d0c8235fb578c194179c6526f26999de6c03daded31 - 14.44% (22.6 MB)
[#001] sha256:740ce98c92d8885e63c0bde376962ac7d15ebb891a7019f801e1de07be167209 - 0.0% (854 Bytes)
[#002] sha256:7a9e35ad787dffb8fc50bf32fc5febb71a414956f1a93b71360349b44b113fef - 0.0% (187 Bytes)
[#003] sha256:5ffde3142ec632abb9990a1c270f740b7e26e7f66e66cb6f7449dfa67411ad12 - 0.0% (123 Bytes)
[#004] sha256:652f95f96fa7fdf9eb0913376d73219c542fc4626dc4848495d314967ab34060 - 33.42% (52.4 MB)
[#005] sha256:c0760ebdbb13d0ff15f757b2b14e6ce8dd5c71a3f3e84623e80de3a3336c8524 - 1.24% (1.94 MB)
[#006] sha256:09ab4dfdfc488374f644183b98f47b5204b8629f2ffbbe05d31e04d0c0a46ea0 - 15.72% (24.6 MB)
[#007] sha256:045667c6715951c4b61dd4885c91190c0642c469173c7a0bf8588624ef77e0a2 - 17.19% (26.9 MB)
[#008] sha256:c58d2fef93b96aeecd9359a48d255d93118bc70c976f95d7434155379d8913a3 - 17.99% (28.2 MB)
[#009] sha256:65867aa819be4e42832007dd8433749661cad14fdb89591b14bb5ca00ada1fb5 - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:bd92fdc04a5552a5b6596d4efffc3b5ca8dcce88e1f1c8d731c4039ce95b09cf in /
2021-03-04 02:52:19 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-03-04 02:52:21 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-03-04 02:52:23 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-03-04 02:52:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-03-20 01:27:24 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-03-20 01:27:24 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
2021-03-20 01:27:24 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-03-20 01:27:25 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-03-20 01:27:46 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 && 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/*
2021-03-20 01:27:47 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-03-20 01:27:48 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-03-20 01:27:48 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-03-20 01:27:55 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-03-20 01:27:56 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-03-20 01:27:56 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-03-20 01:27:56 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-20 01:27:56 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc1
2021-03-20 01:27:57 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-03-20 01:28:02 UTC/bin/sh -c #(nop) COPY dir:fa8ac3ffea6d98fc836f20d2e0d558ab91e5555b5f7e4338dd3924a1936cbbcf in /var/lib/rancher-data
2021-03-20 01:28:04 UTC/bin/sh -c #(nop) COPY multi:99efc2fc8aa133d92cfe84a02ad23c000ab9e97a39a6a974edcc16f94af5b2e5 in /usr/bin/
2021-03-20 01:28:05 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-03-20 01:28:05 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-03-20 01:28:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-03-20T01:27:08Z
2021-03-20 01:28:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ed3c8c8129f4cf3a029f55d12918f38c6266cd5a
2021-03-20 01:28:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-20 01:28:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
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.