2021-04-24 06:00:51 UTC
185 MB
rancher/rancher-agent:master-0a2b4d2eae07d811a238fb430fba701bb84ef5ac-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.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:01bf7da0a88c9e37ae418d17c0aeed0621524848d80ccb9e38c67e7ab8e11928 - 13.73% (25.5 MB)
[#001] sha256:f3b4a5f15c7a0722b4f22e61b5387317eaf2602c27ffb2bceac9a25f19fbd156 - 0.0% (852 Bytes)
[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)
[#003] sha256:b1d6f9224859d9f7836127f8ced88e682d47c9f2ebc253e29e0daab8323f6e80 - 0.0% (124 Bytes)
[#004] sha256:6ab2dd72c426402846a5a40f7996ee695e07f8e56dcbece98928161954181647 - 30.76% (57.1 MB)
[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 1.19% (2.2 MB)
[#006] sha256:d762c20ec67c1af85e70c436dd394c510a55edae61e7dec9a8d3a7847dde7970 - 14.33% (26.6 MB)
[#007] sha256:16803dca50637060482e4b00c5c267459ed8d310043478627b5b1718db8f6b44 - 31.56% (58.5 MB)
[#008] sha256:a2aa9315e4435abf89c128cd5106f2a10ae4cfeef2baf38be99f744445f1f363 - 0.0% (9.31 KB)
[#009] sha256:893539b13506b9fedaca531f61d8378af2c1b6e33cc7e3c81fbc4d88ead43c82 - 8.43% (15.6 MB)
[#010] sha256:c343bf8e26f03480a2cda67a9e5001bbc38f7368f35325366afe715d98d991ce - 0.0% (169 Bytes)
/bin/sh -c #(nop) ADD file:d7fa3c26651f9204a5629287a1a9a6e7dc6a0bc6eb499e82c433c0c8f67ff46b in /
2021-04-23 22:21:23 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-04-23 22:21:24 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-04-23 22:21:25 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-04-23 22:21:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-24 06:00:03 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-24 06:00:04 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-24 06:00:05 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-24 06:00:05 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-24 06:00:28 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-04-24 06:00:29 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-24 06:00:30 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-24 06:00:30 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-24 06:00:32 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-24 06:00:33 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-24 06:00:33 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-24 06:00:33 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-24 06:00:33 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0a2b4d2eae07d811a238fb430fba701bb84ef5ac-head
2021-04-24 06:00:33 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-24 06:00:46 UTC/bin/sh -c #(nop) COPY dir:3ece1845dbe9b8c0ce89e93d8497171d8d4e71eb9e2dbb78df0cfaf9e5f45211 in /var/lib/rancher-data
2021-04-24 06:00:49 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-04-24 06:00:50 UTC/bin/sh -c #(nop) COPY multi:88bf3805cf6d1e91d747670f5829b31583fad982da9d84fcf267e2693c46fb29 in /usr/bin/
2021-04-24 06:00:50 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-24 06:00:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-24 06:00:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-24T05:59:37Z
2021-04-24 06:00:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=0a2b4d2eae07d811a238fb430fba701bb84ef5ac
2021-04-24 06:00:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-24 06:00:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-24 05:47:30 UTC
239 MB
rancher/rancher-agent:master-0a2b4d2eae07d811a238fb430fba701bb84ef5ac-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:ea84579f6cd5b58fe78732be37450bd188c8923de3a2062664f3992861449b5c - 40.5% (96.6 MB)
[#001] sha256:2744042ec0628191db13e6af5dfdd07234b5ae1096360e529bb3b5734e00ea92 - 0.0% (1.01 KB)
[#002] sha256:8cbd83848628df38c61ffa3fb6def4f9bc87d0df0faea41133d12ef856c388f8 - 0.0% (1.02 KB)
[#003] sha256:65a0a1050d74220cc9e2f81d326a0ad45cf65eb7162b88c79cc26d241800e9cb - 0.03% (66.3 KB)
[#004] sha256:b51ea9c3722b0aaf6bf322433a3e59c6a7eb77f9a9dc7e383baf02f21d565cad - 0.0% (1.05 KB)
[#005] sha256:12bbf5927942b4546413cba3a35a6525e7cb6e64edf0fe1e05caa1c7a8931b82 - 40.61% (96.9 MB)
[#006] sha256:02753fe59013b4a701d5b74565617fee341ddceab9295db56a20c268e3473ca2 - 0.05% (131 KB)
[#007] sha256:406b17b42a9e1960024ddf35eca26677872439ebbf9ccd384ffb7a3c18d722d9 - 0.0% (1.01 KB)
[#008] sha256:b7cecf861794b865557a4b188734d2e40cf02ad9c9bed778c39193697af07286 - 0.0% (1 KB)
[#009] sha256:8d802afcadb721ca1c199dfbbb4137d9eddb72013143c3a444c19df903411613 - 0.0% (857 Bytes)
[#010] sha256:3b97a6a5ea6463c1142c2302f7b36a5881a974eb96fa01aad51ae70fef53a0e4 - 0.04% (96.5 KB)
[#011] sha256:698509bc2cf18a3db184bbfbae75143d5fb6774fa4c6a3b2edbff055ef9091ea - 13.59% (32.4 MB)
[#012] sha256:4de0f0d28459b3480b7ecfb73971f99e3dff32971e1e64d3050193128b0249b3 - 0.0% (830 Bytes)
[#013] sha256:5591e62da646394789baf8f5466ed83f40b36939c9775973fdd9ecb447fef386 - 0.0% (827 Bytes)
[#014] sha256:fbca3aaee406b3aee5c6844853d25fe809f257fe14ab742a35434e8ad58ed974 - 0.0% (826 Bytes)
[#015] sha256:e9dc3080589ca0e0765976f05d93fcd44bcd8ffdad1dad44d2b5872fe2a41523 - 0.0% (829 Bytes)
[#016] sha256:37e4c159bd3d5792de6a949ab257370dd9848ecd923e53b300a4e796c670759e - 0.0% (846 Bytes)
[#017] sha256:ea4d28b80bb1772c174b189b902b7fa76ec48a44a3a4b75b4aaadbd39ff44a4a - 5.17% (12.3 MB)
[#018] sha256:45354ad5aca3307f8ba5f5e615cca36b547ad2ec09c4e00250a2d6f580aba7d5 - 0.0% (826 Bytes)
[#019] sha256:7996b2481b85740954178b73160ca54598ab52b5abafaa9b2034cadc44b43b1e - 0.0% (831 Bytes)
[#020] sha256:af31a289a73004e47924829cb23e236c318f4e0a46be80d7b2aff2ad50d29dbd - 0.0% (854 Bytes)
[#021] sha256:e515a79972f94ed5b4d7487b4998d62ad18d0ac20163855318511d3639dc4848 - 0.0% (822 Bytes)
[#022] sha256:ce3f4cc81dd55ba6d9c5273e6aa551ba369be218f8500c3539bf344ee3cce5ae - 0.0% (855 Bytes)
Apply image 1809-amd64
2021-04-14 01:32:16 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-04-14 01:32:16 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-14 01:32:39 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-04-14 01:32:40 UTCcmd /S /C #(nop) USER ContainerUser
2021-04-14 01:32:58 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-04-14 01:33:34 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-04-14 01:33:34 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-04-14 01:33:35 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-20 17:51:33 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-20 17:51:34 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-04-20 17:51:36 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-20 17:51:37 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-20 17:51:37 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-20 17:51:38 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-24 05:47:27 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0a2b4d2eae07d811a238fb430fba701bb84ef5ac-head
2021-04-24 05:47:28 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-24 05:47:28 UTCcmd /S /C #(nop) COPY multi:48644f5b697f9db675ccee86f69461f2378f6a06f7101e4577b8a5767106dec9 in \etc\rancher\
2021-04-24 05:47:29 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-24 05:47:29 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-24T05:47:26Z
2021-04-24 05:47:30 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=0a2b4d2eae07d811a238fb430fba701bb84ef5ac
2021-04-24 05:47:30 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-24 05:47:30 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-24 05:48:02 UTC
239 MB
rancher/rancher-agent:master-0a2b4d2eae07d811a238fb430fba701bb84ef5ac-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:f7794a8687064c222edec1eacac34186676299758221ad448828a138c313432c - 40.67% (97.3 MB)
[#001] sha256:df370f7023d39b75bfb7121055f3513445024a4e82221fae5d69b5669b93fd33 - 0.0% (1.03 KB)
[#002] sha256:8f0ee149d266ed6460c1f14120172d70c3d2f4763babf2ff0a74a599597b7986 - 0.0% (1.04 KB)
[#003] sha256:b5623ae57f81eca4a279a593490ab0fb5ada9f7ffe1c1bcc58cea3698a4c46fb - 0.03% (64.9 KB)
[#004] sha256:feb151ad664d66d78b32132b738dc967097624cb954d4ba0dc4493969bcf9e5b - 0.0% (1.07 KB)
[#005] sha256:6e758f19dec09d5012cac6030b0f3b64b3e01a8012b41b51ef724c44a06d4c7d - 40.49% (96.9 MB)
[#006] sha256:1924fe4e850e32948f75a5f3c8c27b6949222ba86a13dcddb08cc3a6a2f64dfb - 0.05% (128 KB)
[#007] sha256:eb628ba54faa06ed9e5c8883b5c3cf6d841f7fa856ea5d92c4f95c4dc725ff77 - 0.0% (1.04 KB)
[#008] sha256:788d44dd10a931cae8bcbd60eeed7f42a4455ba3899a578d7eba581d9e64c474 - 0.0% (1.01 KB)
[#009] sha256:8d9e3bd35bb0063a0b4e62039fbd94edc604281678ea0af2be191220fb674e46 - 0.0% (1.09 KB)
[#010] sha256:f3250569fe0075800c5ba407cd8a95eed45537a89950058dd62a89836abaee32 - 0.04% (101 KB)
[#011] sha256:062664a436759fb0472e67c6f76d02bbf1d18a28b02fe4246a054b82d9c53340 - 13.55% (32.4 MB)
[#012] sha256:eb2f7b7bbc69a99db2b392afce15a97742ed6895034a558990f9e9128c5f70e6 - 0.0% (1 KB)
[#013] sha256:e5f2414cc807931017b47c90d30e662df8673b999577f26e0c72268b32b462c1 - 0.0% (1.04 KB)
[#014] sha256:dea759dd08f75d388422f79dc5c6124da90570f5ac657a862028ee7a7a3ba32e - 0.0% (1.04 KB)
[#015] sha256:fcff6a0291d69c2d78781dfdc18e93c7734ac12e21c7dda8535897a724676e4a - 0.0% (1.01 KB)
[#016] sha256:6aa0e26dd46f6eba0f6561fdfe07222246617ae405a85b8e02a900c0642ab1ea - 0.0% (1.03 KB)
[#017] sha256:24454c476e71c1d6019d0a04ef37553092376e76e172e90c497e54185e9faf07 - 5.16% (12.3 MB)
[#018] sha256:57f90ec3e562fa4c40564406256cf408a617be0a39dcb0a9ac21b95171889906 - 0.0% (1 KB)
[#019] sha256:4149c40b070220461d498d9ab6d465a0995d8ba69716fc27c73cda574be53e42 - 0.0% (1.03 KB)
[#020] sha256:c154e5aa8be7892ae63d9713a6bf8ae42a5332bbb7acff2e25dc5beedc89196e - 0.0% (1.03 KB)
[#021] sha256:c77794b860b6c59c9c31f530720acf34bff538e4cd54fbd46a34ed18198b69b0 - 0.0% (1 KB)
[#022] sha256:a8cb32e80ce7ad0df5776d711ff4b50cd8358a772d2ebcff85df4976b7b144c7 - 0.0% (1 KB)
Apply image 1909-amd64
2021-04-14 01:31:06 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-04-14 01:31:07 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-14 01:31:38 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-04-14 01:31:38 UTCcmd /S /C #(nop) USER ContainerUser
2021-04-14 01:31:58 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-04-14 01:32:39 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-04-14 01:32:40 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-04-14 01:32:41 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-20 17:15:32 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-20 17:15:33 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-20 17:15:35 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-20 17:15:36 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-20 17:15:36 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-20 17:15:36 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-24 05:47:58 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0a2b4d2eae07d811a238fb430fba701bb84ef5ac-head
2021-04-24 05:47:59 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-24 05:48:00 UTCcmd /S /C #(nop) COPY multi:48644f5b697f9db675ccee86f69461f2378f6a06f7101e4577b8a5767106dec9 in \etc\rancher\
2021-04-24 05:48:00 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-24 05:48:00 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-24T05:47:57Z
2021-04-24 05:48:01 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=0a2b4d2eae07d811a238fb430fba701bb84ef5ac
2021-04-24 05:48:01 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-24 05:48:02 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-24 05:47:41 UTC
240 MB
rancher/rancher-agent:master-0a2b4d2eae07d811a238fb430fba701bb84ef5ac-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.85% (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.39% (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:c8b5da451d4a524e81d69d875b00c992e3e759bd62c838fa0c6fb06db5273002 - 0.0% (861 Bytes)
[#010] sha256:2f0522e431f73a12c50fabb4ad8be5c72b920cb8d051e26940c5f795619ad507 - 0.04% (101 KB)
[#011] sha256:448010b0a469b64c56757fb0ae6c57398eae243d48d96cc8741184517971d50e - 13.5% (32.4 MB)
[#012] sha256:cda2e9c7daee230fd948bd75fa55135999ce19361917b26123d7c3ea8a3cad30 - 0.0% (851 Bytes)
[#013] sha256:802f37470bd73bc8b55f5c941f87b9b5ed9ea2b9512fb3b0072de56d081f5a4d - 0.0% (847 Bytes)
[#014] sha256:b55363eca5f6dcb4f5a1a51595667c6f7b36ea5434021fba9757fb95a72a9a7a - 0.0% (824 Bytes)
[#015] sha256:fb0b933074827b3cf5c598aa52d49df4fc07b05717d880be32eae4e3b74322f5 - 0.0% (845 Bytes)
[#016] sha256:67a6832915a983166f0f48a0a5ea7d07f315420617d54f58597ab49afc6f906f - 0.0% (826 Bytes)
[#017] sha256:8ffb09ee7a12074fa7b93b9d48e9268a5f0693a531d9ab4747d37c24140fa093 - 5.14% (12.3 MB)
[#018] sha256:27e82c3f03fe9141247234bd4a342799ea7107d35fb7ec27283cf8ed4db0d3af - 0.0% (829 Bytes)
[#019] sha256:3a28677c8923b1b5bf014353e6a37f4a24a071dcb880eee6485a425a7e0a7beb - 0.0% (829 Bytes)
[#020] sha256:22af182485bb07501c4b46a6fcf033d0c4d9307fa88e50031641906d3f1a678a - 0.0% (826 Bytes)
[#021] sha256:deb485d3bd521069f86768760036bffea1cb581dbe23b6ad4151208ce76039b7 - 0.0% (862 Bytes)
[#022] sha256:ff09c35c8928ee9661a85f6e8db056bbc78bc1949d1f7ee75af02a1fc4729081 - 0.0% (847 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-19 15:54:08 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-19 15:54:09 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-19 15:54:11 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-19 15:54:12 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-19 15:54:12 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-19 15:54:12 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-24 05:47:38 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0a2b4d2eae07d811a238fb430fba701bb84ef5ac-head
2021-04-24 05:47:38 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-24 05:47:39 UTCcmd /S /C #(nop) COPY multi:48644f5b697f9db675ccee86f69461f2378f6a06f7101e4577b8a5767106dec9 in \etc\rancher\
2021-04-24 05:47:40 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-24 05:47:40 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-24T05:47:36Z
2021-04-24 05:47:40 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-24 05:47:41 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=0a2b4d2eae07d811a238fb430fba701bb84ef5ac
2021-04-24 05:47:41 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-24 05:47:46 UTC
242 MB
rancher/rancher-agent:master-0a2b4d2eae07d811a238fb430fba701bb84ef5ac-head
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:d151a73b598346073ea523548e54435aef6702c88cfc7c0ef6d67dfbe32cfe9a - 41.27% (99.8 MB)
[#001] sha256:f8e65b7f61bf1f0937a170fab932e066937f809c0a117ccbfe317b13578131e0 - 0.0% (1.05 KB)
[#002] sha256:0d73c188e9c6324e14ec6bbee1384afc83576961105f97e08801ebe9f708a856 - 0.0% (1.1 KB)
[#003] sha256:d99286468bd080ec4c72068a4df5f752d448a7af11d85f759834808edb4592bd - 0.03% (67.9 KB)
[#004] sha256:2f87c319533c6883f409b13691aa3ca4fd4c995bcfe52cc192523389e51d87ce - 0.0% (1.02 KB)
[#005] sha256:c8944569b995ebf8947d59d992abbbd8ba643df745d1597b5102458f81a4912e - 40.09% (96.9 MB)
[#006] sha256:4228458c1145d613d29840e1ac26ffa4fcd4ac8ae1ba369b2e766ecf13903782 - 0.04% (110 KB)
[#007] sha256:a7b89b0ee3b42fbfb4bc3da432d89614c2bc8d745e8c9d11df3fa16a058c8771 - 0.0% (1 KB)
[#008] sha256:ecd2099f90b7f4eca08e5b76712ed8a900ac037d20c8e1b527fd4bb8722bdc7e - 0.0% (1.02 KB)
[#009] sha256:a91eaa7684dfd0f7e6be4c5ddc18e698d389f083338ec6c939da99b1355dea36 - 0.0% (1.08 KB)
[#010] sha256:cecfd931a2224f72552295789f283329001d7d81837de8f4ebbd2115557f080a - 0.04% (102 KB)
[#011] sha256:dfad8ed23807f7c57180c3b614b718253356c67e0ef5e6f19442eef0ab24803e - 13.42% (32.4 MB)
[#012] sha256:09f2045ab5685f4456ea0a2d0f15d775b40c9a5b763ad18188394c6ef268eed0 - 0.0% (1.01 KB)
[#013] sha256:2c42f84e8ce4c683a27f04022c54f6c57a6c74d749e2d56e065ba496e75a3868 - 0.0% (1.01 KB)
[#014] sha256:27640b6b90c799d34fe916a5a38a9e69697db1378efa2b80c56c2759044716b5 - 0.0% (1.01 KB)
[#015] sha256:c69391d60ba3e9cc4c1ef2f95f27da0346d110221364f6f2c151e17e4dab521f - 0.0% (1.01 KB)
[#016] sha256:8f350486d6466a569bd3b2b78b5a6e045e0d200ab55d3b011622d3fff759b26d - 0.0% (1.02 KB)
[#017] sha256:dfbb9b1e0c37aeca5373a974516f96099f2e3e3ce317a90e1d945522aa1dc501 - 5.11% (12.3 MB)
[#018] sha256:8925f40bcf424b4b2e7df7de92c52f13efeeea9cecf287791c751532f77be239 - 0.0% (1.01 KB)
[#019] sha256:ad6086b05271f62171079a069ca93e6aa1355ed070ab8a2b77f5be6b22bc6db7 - 0.0% (1.01 KB)
[#020] sha256:41a1ca27ff9e3d57a268b02651671f553c9887d544b30a2107a7f499e2b7a46d - 0.0% (1.02 KB)
[#021] sha256:dc6605d014fc0acdd831d7731b6852c5c482ce44a7160aa7397eb198dbb26cd4 - 0.0% (1.05 KB)
[#022] sha256:7f2f2332983b50043a03b3dfdb7ba0270e85502ff1fe8d203e2ca131f70b8519 - 0.0% (1.05 KB)
Apply image 2004-amd64
2021-04-14 01:31:57 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-04-14 01:31:58 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-14 01:32:22 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-04-14 01:32:23 UTCcmd /S /C #(nop) USER ContainerUser
2021-04-14 01:32:44 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-04-14 01:33:21 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-04-14 01:33:22 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-04-14 01:33:22 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-20 17:57:54 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-20 17:57:55 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-04-20 17:57:58 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-20 17:57:58 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-20 17:57:59 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-20 17:57:59 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-24 05:47:43 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0a2b4d2eae07d811a238fb430fba701bb84ef5ac-head
2021-04-24 05:47:43 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-24 05:47:44 UTCcmd /S /C #(nop) COPY multi:2c13b12b866cbdef2df39334206d7fa84b0d000ce641274e0b0fba5704b6bcd3 in \etc\rancher\
2021-04-24 05:47:44 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-24 05:47:44 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-24T05:47:41Z
2021-04-24 05:47:45 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-24 05:47:45 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=0a2b4d2eae07d811a238fb430fba701bb84ef5ac
2021-04-24 05:47:46 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-24 05:47:39 UTC
2.44 GB
rancher/rancher-agent:master-0a2b4d2eae07d811a238fb430fba701bb84ef5ac-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.43% (1.4 GB)
[#001] sha256:ad702b8ea1d861f6708801dfed7808856abc2c94d52e7805e2eee95f03a9281d - 38.09% (952 MB)
[#002] sha256:c4e3aa3468adc945e425b0147beea71fb8859a329896e9b912ba5884d3b3fd53 - 0.0% (1.34 KB)
[#003] sha256:34dc054bf1f9a73844c9319ac2a9404a295e7ea03986a005e7a2d5ce12f3398d - 0.0% (1.27 KB)
[#004] sha256:554441d722dedffa6c2838a3c6c7fa1aaf5a56930db1f15074fd5135761dc482 - 0.62% (15.5 MB)
[#005] sha256:258bf3c06706085f1965f5a286ae7c561619c56a4f2e1445c502518623956622 - 0.21% (5.28 MB)
[#006] sha256:4bdfeff61c1f4af4df8ac84c7111d7bc7201520c7d683371a4dc52f1ed6b91be - 0.31% (7.85 MB)
[#007] sha256:c3a44fc47a578ba505d5df4866ceac3fb000a551ec2abb2b5e4931cb849599fb - 1.49% (37.2 MB)
[#008] sha256:5fdc3017db8062773a7e9ad4e63f3bf837bb9c04a623f0d58fb8c801c07ca174 - 0.21% (5.34 MB)
[#009] sha256:cfb2f3070caa2ca73ba2ae7ef36e427e054e628c4520d7219ae9a187ba4b6d03 - 0.62% (15.6 MB)
[#010] sha256:38fa77172912766e5bc2d1484f932f7e5e6d3d3f39f874e16b1f9028a1f003b2 - 0.51% (12.7 MB)
[#011] sha256:72ba945fef257ab4ab2cef508630eaa9800df8632d6dbb42af65728fc5db2a93 - 0.0% (1.29 KB)
[#012] sha256:c6e7c1fe7e782142283e78e63d278c81104a4528a9c877fccc05af6b38bf52e7 - 0.0% (1.26 KB)
[#013] sha256:b7fa8129fbd6381c59b6ae86ee1706e3e211e788cceebc77ff94d6aff8e9ea09 - 0.0% (1.26 KB)
[#014] sha256:ca903d681b11624c6dd4afe44fc9ef1593b1941cf2ab63f664d43dd31c5822be - 0.0% (1.27 KB)
[#015] sha256:378781462319107a07bd9073845e14266975ead61c75a331287ae6c315d9075b - 0.0% (1.29 KB)
[#016] sha256:f0242adefbdf3911ff32e9d9c79ab812b8611ff564770dd7679da11c9bd6ac04 - 0.49% (12.3 MB)
[#017] sha256:f07c2217628d70025afa65db7a343e972cc9c9b638150eaf72ddb50256e67801 - 0.0% (1.26 KB)
[#018] sha256:5d65c42834da8acc80277ca50d5420dde56689bfac65fa99fc1db9df3cfe08b3 - 0.0% (1.3 KB)
[#019] sha256:e5d91c098839c5ebbf3d6520b66594f0309e93bf71b14f43a1fcf130bcdf3427 - 0.0% (1.26 KB)
[#020] sha256:35824ba57943184f89cdd13534276f2b8ac09dc4ddf5b4cc03adbd235ce486b0 - 0.0% (1.3 KB)
[#021] sha256:2fe6fb6e2e7af33dea23db82716672b75b5aa6f66c5349a775e92ac47d9c833a - 0.0% (1.3 KB)
Apply image 20H2-RTM-amd64
2021-04-09 10:01:30 UTCInstall update 20H2-amd64
2021-04-19 15:53:44 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-04-19 15:53:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-04-19 15:53:56 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-04-19 15:54:06 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.0/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-04-19 15:54:30 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }
2021-04-19 15:54:43 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'
2021-04-19 15:54:52 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-04-19 15:55:01 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-04-19 15:55:10 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-04-19 15:55:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-04-19 15:55:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-04-19 15:55:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-24 05:47:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0a2b4d2eae07d811a238fb430fba701bb84ef5ac-head
2021-04-24 05:47:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-24 05:47:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:2c13b12b866cbdef2df39334206d7fa84b0d000ce641274e0b0fba5704b6bcd3 in \etc\rancher\
2021-04-24 05:47:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-24 05:47:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-24T05:47:34Z
2021-04-24 05:47:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-24 05:47:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=0a2b4d2eae07d811a238fb430fba701bb84ef5ac
2021-04-24 05:47:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-24 05:55:59 UTC
174 MB
rancher/rancher-agent:master-0a2b4d2eae07d811a238fb430fba701bb84ef5ac-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.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:673aeee5c81c892477834e2b5e55575f16bfd52d9b841a1d8c524fb3805ee960 - 12.98% (22.6 MB)
[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)
[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)
[#003] sha256:29967256a7f40d5fa162740d9a6658c13157c049e412f70fae3cebe06eb2e73e - 0.0% (123 Bytes)
[#004] sha256:30696db442646a3755687237230b2c10b3c97d263e80ac7d657dad47b53806dd - 30.08% (52.4 MB)
[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 1.11% (1.94 MB)
[#006] sha256:0cc1ec0629a9582900452408ea09ceb26e62320e00e59ac00f523b4e85e65f2b - 14.15% (24.6 MB)
[#007] sha256:bb1de8405a9b7266a083685205fc32689f1214dd636378d8493d9dea8036236a - 33.61% (58.5 MB)
[#008] sha256:4c69c1297f0158c997c32778750d3c854aba08b9b17bc15b09800af40c0b7e2f - 0.0% (8.89 KB)
[#009] sha256:1c8dff8fde395e2530e59ac81f2da6964cf3a3d394683ba5640f0df8f6346ccf - 8.06% (14 MB)
[#010] sha256:d85c277daac52b4ee2ce283b630faecb842e1ff191bf22ce7dde0e6e5499fb3a - 0.0% (173 Bytes)
/bin/sh -c #(nop) ADD file:5f7cb4b44f843eaef6ae7ddb75dfc228a33d20cd974074ca23c1bb2cad7f77ad in /
2021-04-23 22:47: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-04-23 22:47:21 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-04-23 22:47:23 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-04-23 22:47:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-24 05:55:16 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-24 05:55:16 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-24 05:55:17 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-24 05:55:17 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-24 05:55:39 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-04-24 05:55:39 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-24 05:55:40 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-24 05:55:41 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-24 05:55:42 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-24 05:55:42 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-24 05:55:42 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-24 05:55:43 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-24 05:55:43 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0a2b4d2eae07d811a238fb430fba701bb84ef5ac-head
2021-04-24 05:55:43 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-24 05:55:54 UTC/bin/sh -c #(nop) COPY dir:d5afc125cb00a64a71c0eb53945c94548094a7a869338992bfda7e310ebfa07a in /var/lib/rancher-data
2021-04-24 05:55:57 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-04-24 05:55:57 UTC/bin/sh -c #(nop) COPY multi:ad2e6d8c90e5c731d68ce3b9df6d9a22b2a9b403d7794a9e3a58237ddd03ed33 in /usr/bin/
2021-04-24 05:55:58 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-24 05:55:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-24 05:55:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-24T05:54:57Z
2021-04-24 05:55:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=0a2b4d2eae07d811a238fb430fba701bb84ef5ac
2021-04-24 05:55:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-24 05:55:59 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.