2021-04-13 18:06:42 UTC
104 MB
rancher/rancher-agent:v2.4-5279-head
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.17.6
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:6e0aa5e7af40303f56126b1469d1f37525b3a55a788836a6c9b773f6ce8bc446 - 24.48% (25.5 MB)
[#001] sha256:d47239a868b3375462d644f2ffb1b20114623fac03109d2950bdf0d57ab487d2 - 0.0% (850 Bytes)
[#002] sha256:49cbb10cca8504e3dbd65eb5db3c1dd0cd27070154386f819c5936de321c14b1 - 0.0% (189 Bytes)
[#003] sha256:5b299c8f69190454a976dcefe966e89e9fff25c7525cb9417827cc07f012a980 - 0.0% (124 Bytes)
[#004] sha256:875048576d148ae15119755f8f64951ca4e109c3dba574e21b753499b06e45f4 - 29.09% (30.3 MB)
[#005] sha256:b0cf1c69e4cdec93ee98edf15749d8bd086cad09755299977088473d8243d507 - 2.12% (2.2 MB)
[#006] sha256:432ca2ec21dc5d9dbc72ac238219e03506f61922c8afec505a1a7f6d945f25b5 - 1.17% (1.22 MB)
[#007] sha256:503b19c6947538f745090fa667bcedd57fc0b7d0bd8f5fc113d4906d0dfc5056 - 25.53% (26.6 MB)
[#008] sha256:b9ee78ec15baecd058b7918ef5f2d22bdcf44b36a07db4d34797f21f94b4bea2 - 17.61% (18.3 MB)
/bin/sh -c #(nop) ADD file:e80ae8d359b484dac5346f98c549abc694e1d0c87e1d9753d495aed4d9c8b2b3 in /
2021-03-25 22:32:59 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-25 22:33:00 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-03-25 22:33:01 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-03-25 22:33:02 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-13 18:06:13 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-13 18:06:14 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-04-13 18:06:15 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-13 18:06:15 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-04-13 18:06:34 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/*
2021-04-13 18:06:35 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-13 18:06:36 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-04-13 18:06:37 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
2021-04-13 18:06:37 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-13 18:06:38 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-04-13 18:06:39 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-13 18:06:39 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-13 18:06:39 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-13 18:06:39 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-5279-head
2021-04-13 18:06:39 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-13 18:06:40 UTC/bin/sh -c #(nop) COPY multi:2f04f04be886a3c750a6dde91c5406f74563eb5fbc3d94c34463001d49ac046c in /usr/bin/
2021-04-13 18:06:41 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-13 18:06:41 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-04-13T18:06:10Z
2021-04-13 18:06:41 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-13 18:06:41 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=28b43c74339ed56502bc5a8a2e85ca14b01982cd
2021-04-13 18:06:42 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-13 17:49:01 UTC
240 MB
rancher/rancher-agent:v2.4-5279-head
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 - 40.29% (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 - 40.38% (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:54725a32952b392ce929d1714d6bdae1e5035c576d60f29f2cb9a5e88e106b50 - 0.0% (853 Bytes)
[#010] sha256:f3e511c6699b562ba7580e91681a478cb006c8ff2a7b92feaa83a07508b3e50e - 0.04% (96.5 KB)
[#011] sha256:16a9e8345f0a3481035813db8f6c808f1aa7de302399bab8cf08d2ce7ad4a878 - 13.58% (32.6 MB)
[#012] sha256:fdbb7e36d0c34032a5a5071dfc706f8483193105245ba7f202c34f71f8c5031c - 0.0% (859 Bytes)
[#013] sha256:0bfb66bc33c9941ae4949c5ef7420de8a1a6c059c0a87f2522734c8a927ebfc0 - 0.0% (878 Bytes)
[#014] sha256:9b9d7c1d3ae944e0721c02e9f6d7ff785395f6be9778fe84ed3bfd11d85130fe - 0.0% (856 Bytes)
[#015] sha256:bcac1adbf60d74b2ac25f945609a4e6b965207fb09675ddbfe0c11ab9c3cf70b - 0.0% (832 Bytes)
[#016] sha256:4d5c54943de3ea51b7f65f2f156a1e345b258bac5e0d859249c5a3276dc34e90 - 0.0% (828 Bytes)
[#017] sha256:521123511659b127f140aafa6e4425beeff32eced1a72ff223aaafe1b76c8e3e - 5.62% (13.5 MB)
[#018] sha256:a05048225d15bb10add5c6603b5f8b04690f6a46e6a014266ff72e1670f61b1a - 0.0% (858 Bytes)
[#019] sha256:b54000b8f8fd9e315936ef869a386fca79b405baaa2434fd5856cadb674add1d - 0.0% (854 Bytes)
[#020] sha256:b9a03095dcdefaad0b0fc9cf22928d36743f6041f0492665dfe294b107e31631 - 0.0% (831 Bytes)
[#021] sha256:17bfa5eb480b224037e02e19b005e3ea74268a2f2a151328f70029287b47e47b - 0.0% (828 Bytes)
[#022] sha256:b532652dc0465e81a7f8f2d8418b7323c48dcea33e45a535819e770af748e8c9 - 0.0% (827 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-04-11 20:13:01 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-11 20:13:02 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-04-13 17:45:26 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-04-13 17:45:26 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-13 17:45:27 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-13 17:45:27 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-13 17:48:58 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-5279-head
2021-04-13 17:48:58 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-13 17:48:59 UTCcmd /S /C #(nop) COPY multi:346e00c6660a9bed54a3a986c7f08fbd6c5443ed76f7cc83c82ebdaf41fbeb3d in \etc\rancher\
2021-04-13 17:48:59 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-13 17:49:00 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-13T17:45:41Z
2021-04-13 17:49:00 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=28b43c74339ed56502bc5a8a2e85ca14b01982cd
2021-04-13 17:49:00 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-13 17:49:01 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-13 17:51:00 UTC
241 MB
rancher/rancher-agent:v2.4-5279-head
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 - 40.47% (97.4 MB)
[#001] sha256:dde1ba7643f60847f0fe8c5ce03f23b32c0927305ed32101d81c94c94aeb5a60 - 0.0% (1.06 KB)
[#002] sha256:8a0fcc2069e76692cc8d3be425e860129743cf0a9a8b7c3a4b385a4bde46e24d - 0.0% (1.02 KB)
[#003] sha256:372628681d3f3193edd6b4d325b0e1951cecf78cda01faebff2d74f027129a95 - 0.03% (63.8 KB)
[#004] sha256:b8b3ab6c96ae48b226cc75073ecc078a2fb97a79e8d0b7a2f47f0fc4dad90640 - 0.0% (1.12 KB)
[#005] sha256:975d084e016729a87575417c001084cb5144aca879b7c752d5a994f0133ded4d - 40.26% (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:8960feedcad581615252b0a9f7e110b04cf554ab28ae8056cdbb9ce615a4704b - 0.0% (877 Bytes)
[#010] sha256:6477b9ddefc7fbb5883c4d6f4eec9ae3ccdc0e89e7da94ae34115f69fce98686 - 0.04% (101 KB)
[#011] sha256:b233a6d745eb08580207a0b5cdb91d7e59239757172ede5515a1857aca03534f - 13.54% (32.6 MB)
[#012] sha256:66efea6fcaf10ec2805ab480a51607eeac09a4d7a02ba6876ca1a0e32a2dfa43 - 0.0% (830 Bytes)
[#013] sha256:37039d35639571c238cb2d5290a949dc486f429b656cef563e0c17f595de3f01 - 0.0% (827 Bytes)
[#014] sha256:a7906c983a39c71d74b3506f76ce32570c0c15d47ad103724ec6ac5e845a7b5c - 0.0% (826 Bytes)
[#015] sha256:54d25221b6736e18e1aa3c5927223e1e7ab962d684a2869d81d65f8d703ef0e0 - 0.0% (830 Bytes)
[#016] sha256:277f98f82e87f8a361cd26a4efd7dfcd2b4bb1d3fde9c697e7fb50cfee293806 - 0.0% (858 Bytes)
[#017] sha256:9d7636df7068b9bbf0ba072f5f1d3a27768fd022663dee0ec9c27eb3d9ae4ede - 5.6% (13.5 MB)
[#018] sha256:f238a92b7d2c1f538f36a70aae4b9953cacecc6c6dddfa25e12dd54492b5d0d5 - 0.0% (886 Bytes)
[#019] sha256:d4e3e6fa493a6c864cb5a17be107eb28dbd5c8d8b44707a5fdf1cc1d8c70d291 - 0.0% (857 Bytes)
[#020] sha256:57c2937606e7abee9069f44d436a6f3689ba6c727bb2c774f8776aa0756da1c2 - 0.0% (842 Bytes)
[#021] sha256:916c4e133d61710d94b5466214cbac84c87e007298ae8ecab8f46a8e01ea5f10 - 0.0% (850 Bytes)
[#022] sha256:88e309d3c2f9bac8e87efa5361760cf9242fdbd1f6721f76f61cb3aba136954f - 0.0% (865 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-04-11 20:15:25 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-11 20:15:26 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-13 17:46:41 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-04-13 17:46:42 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-13 17:46:42 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-13 17:46:43 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-13 17:50:57 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-5279-head
2021-04-13 17:50:57 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-13 17:50:58 UTCcmd /S /C #(nop) COPY multi:346e00c6660a9bed54a3a986c7f08fbd6c5443ed76f7cc83c82ebdaf41fbeb3d in \etc\rancher\
2021-04-13 17:50:59 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-13 17:50:59 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-13T17:46:59Z
2021-04-13 17:50:59 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=28b43c74339ed56502bc5a8a2e85ca14b01982cd
2021-04-13 17:51:00 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-13 17:51:00 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-13 17:46:05 UTC
241 MB
rancher/rancher-agent:v2.4-5279-head
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 - 40.63% (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 - 40.18% (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:c2e4570154f822e7e5e55b2de7958115263e9160ee88ac499704cc920a112d31 - 0.0% (824 Bytes)
[#010] sha256:b2b0f0232d90104aeba9a317eb39350997e5d7406f0d51f8704eb0463239ee32 - 0.04% (101 KB)
[#011] sha256:ebfe55e9301251320da4195aee6bf62af477dd7f5e1209e606acc2233a36c232 - 13.5% (32.6 MB)
[#012] sha256:907f81a08879196baaa8ed3656acb69754f1ffc08d8712d7b161556e53691c6c - 0.0% (825 Bytes)
[#013] sha256:35cf30245bd2ffe1411801f2f551a1d0793772056d37c01ffbf691556cfc46ee - 0.0% (827 Bytes)
[#014] sha256:8827259bb5c4bced1baf4f410833047a2682bec2213f6629e1c0232bcd74306e - 0.0% (847 Bytes)
[#015] sha256:68961c63cc1960e5c97c43eb18646a9c0aa618d6f2e20a9f0278d4b8916c8efa - 0.0% (870 Bytes)
[#016] sha256:fea396efb5517f6da99bcd87e5ba6236fc6ae9f7972e1da53a256995885f8712 - 0.0% (855 Bytes)
[#017] sha256:7afdff1dcbfb1e62c1ee2bcef9de92959af52645aa62b66d440b3003eec27d39 - 5.58% (13.5 MB)
[#018] sha256:cf611f5dc321e10cf4b28b9296e40ec43d69bca8e9995d39d398e55d0f22752b - 0.0% (848 Bytes)
[#019] sha256:9023aef91f2d2fae90c03aee8578b9e04398e33f07130eaf7dc3f6ccfe442854 - 0.0% (831 Bytes)
[#020] sha256:bc60e8c7d1420d9b2e531b181488f4a4aaa684e59468d2e499c58dc1914dce5b - 0.0% (825 Bytes)
[#021] sha256:eb5ee0baa7b13b788ceaabad05df953f7567bce9a89fb935a08d8b0250c7b3d3 - 0.0% (820 Bytes)
[#022] sha256:bb03e52e417112e4427359a0cfe35bce57aa50a00322f2b5db4082472b9cf83d - 0.0% (858 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-04-11 20:10:56 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-11 20:10:57 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-13 17:45:42 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-04-13 17:45:42 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-13 17:45:43 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-13 17:45:43 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-13 17:46:02 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-5279-head
2021-04-13 17:46:02 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-13 17:46:03 UTCcmd /S /C #(nop) COPY multi:346e00c6660a9bed54a3a986c7f08fbd6c5443ed76f7cc83c82ebdaf41fbeb3d in \etc\rancher\
2021-04-13 17:46:03 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-13 17:46:04 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-13T17:45:59Z
2021-04-13 17:46:04 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-13 17:46:04 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=28b43c74339ed56502bc5a8a2e85ca14b01982cd
2021-04-13 17:46:05 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-13 17:52:26 UTC
94.6 MB
rancher/rancher-agent:v2.4-5279-head
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.17.6
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:af9ca2923c1e73640f6df497fc7fc63e3c2e24892f1d6abbd4225542339b6e06 - 23.93% (22.6 MB)
[#001] sha256:9a2babfbd9d095d8a0dc7cfbaa658447a483120087d4ea77cae9ee9a78e370c2 - 0.0% (849 Bytes)
[#002] sha256:f83b7f31d752fef6bce03359dc68487e2d02040b70c57526b72004a0ced4cbf5 - 0.0% (189 Bytes)
[#003] sha256:3f8cd70a2bbda1e4939bb08a9600beec92d52668d5e2f7a3e8e22dcc6df836ba - 0.0% (124 Bytes)
[#004] sha256:6f6150c34c9a7f2bb0c71a0d5957672cc26e642b9925fae3fa5bb98dfd66e606 - 28.98% (27.4 MB)
[#005] sha256:982ec94d9e8cc1d85b7d36d76310fd94980377417c12b3119705bf1f794128c7 - 2.05% (1.94 MB)
[#006] sha256:831251d9f21f26b450252ec197d8cc2219ed215089f2fe9def5ad89c9efa4ede - 1.2% (1.13 MB)
[#007] sha256:83d8bcfd0b2992daa609c0c34373576142476f8f49b01e0c6e3f1947104433a7 - 26.05% (24.6 MB)
[#008] sha256:6d0d180dcb24d1d3db882460e0e7629e8fe54b0b9dc6a5a9b2e7ca3cbb805505 - 17.79% (16.8 MB)
/bin/sh -c #(nop) ADD file:c2ebeb57ae78696b3c16020bf2c3030d8f36acd3032907fea3fec885ac614541 in /
2021-03-25 23:21:47 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-25 23:21:57 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-03-25 23:22:01 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-03-25 23:22:07 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-13 17:51:59 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-13 17:51:59 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-04-13 17:52:00 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-13 17:52:00 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-04-13 17:52:18 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/*
2021-04-13 17:52:19 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-13 17:52:20 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-04-13 17:52:21 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
2021-04-13 17:52:21 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-13 17:52:23 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-04-13 17:52:23 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-13 17:52:23 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-13 17:52:24 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-13 17:52:24 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-5279-head
2021-04-13 17:52:24 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-13 17:52:25 UTC/bin/sh -c #(nop) COPY multi:1b7b2c108d15c6e2b5bbe034948761bcc8934367db94c00aa0a88bd9d771e470 in /usr/bin/
2021-04-13 17:52:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-13 17:52:26 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-04-13T17:51:56Z
2021-04-13 17:52:26 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-13 17:52:26 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=28b43c74339ed56502bc5a8a2e85ca14b01982cd
2021-04-13 17:52:26 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
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.