2021-03-16 01:05:51 UTC
177 MB
rancher/rancher-agent:v2.5-868c715554ed7b2de7e7b89595487df66c428a41-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:92dc2a97ff99354714f17180401813eb3073e4f62a67643d66b461505a604cbe - 14.39% (25.5 MB)
[#001] sha256:be13a9d27eb82db7e9c7f3a76f70919a2d690e34e78cda8cae60161b0f5e9137 - 0.0% (850 Bytes)
[#002] sha256:c8299583700ab4cc65a0126f99ca6f2b836a097dedcc64270094bea59b8b4306 - 0.0% (162 Bytes)
[#003] sha256:7b8b0fc3d62b564b5e11afeb1dd7fde8af73830c153f188948a2df45e4bb81bb - 0.0% (122 Bytes)
[#004] sha256:f0135d17e00142c72d69ee806e3fbbcfd35358b01fd46a6808aa8009e82e55a9 - 32.22% (57 MB)
[#005] sha256:ab7dedc984d51d5de8882466f18875867204972406b5dcfc6879cd2544b934ca - 1.24% (2.2 MB)
[#006] sha256:166fd2d044086091af63eb320de0e502de67e2bb887af686d118bf0d5a905d7f - 15.01% (26.6 MB)
[#007] sha256:6b0e12622b69225d23e66ede125182fa975ec24a048069622c02bf54e4e1e249 - 19.85% (35.2 MB)
[#008] sha256:3be3c3f4fadbb9f89f3cd1775fd87853e3d45a4e60bd057b546fd95cf61f2fcc - 17.29% (30.6 MB)
[#009] sha256:552e790e901fb8a5bb17b54aaaf770c2221f8d7e8ab1d9f96567af9ad81b7acd - 0.0% (172 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-16 01:05:10 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-03-16 01:05:11 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-16 01:05:12 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-03-16 01:05:12 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-03-16 01:05:35 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-16 01:05:36 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-03-16 01:05:37 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-16 01:05:37 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-03-16 01:05:39 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-16 01:05:40 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-03-16 01:05:40 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-03-16 01:05:40 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-16 01:05:40 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-868c715554ed7b2de7e7b89595487df66c428a41-head
2021-03-16 01:05:41 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-03-16 01:05:47 UTC/bin/sh -c #(nop) COPY dir:8995f7e6fd6b1cf3140a6216984a04aa71a55680b709a64ee2f2aa5386e49cda in /var/lib/rancher-data
2021-03-16 01:05:49 UTC/bin/sh -c #(nop) COPY multi:9889ef4801b4e8d692844570655d1efc4d88e99f910b116e7a2388c3161681f9 in /usr/bin/
2021-03-16 01:05:50 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-03-16 01:05:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-03-16 01:05:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-03-16T01:04:47Z
2021-03-16 01:05:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=868c715554ed7b2de7e7b89595487df66c428a41
2021-03-16 01:05:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-16 01:05:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-16 00:43:46 UTC
257 MB
rancher/rancher-agent:v2.5-868c715554ed7b2de7e7b89595487df66c428a41-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 - 37.64% (96.7 MB)
[#001] sha256:67e8be1b6689481024d82e3e9b2864a1c624aade72e36d0094f72fd93aefff64 - 0.0% (1.02 KB)
[#002] sha256:c6e23c22feafb9a8c136d06230a4e98eff25aa092d0959ae0a0f0ab7ce1569d2 - 0.0% (1.02 KB)
[#003] sha256:fd949f811f5e1a11bc9219dc4b84b3ae16a91aa371f299581a65e0d6ec8ef1ae - 0.03% (66.6 KB)
[#004] sha256:316029cf12bf9fc6e4587e2c17025be970992dac2eb3d6cbff3e9a595d31c263 - 0.0% (1.1 KB)
[#005] sha256:7f039c3e358ab692c0c98ecdf13df746113fd67390dac24de94621c9fd5b2b44 - 37.72% (96.9 MB)
[#006] sha256:f323357af46731ba7f2a03530f47b73d4ed10674b768131c0478d90ab6358d12 - 0.05% (130 KB)
[#007] sha256:30c6556ef9b6f97d0dce315ae7c945775c4675e423495d98485fb850ce833a9e - 0.0% (1.01 KB)
[#008] sha256:f48a6d3cdbdd87e473cdb830ca248aed0c073e54ac9c94c2d87a150564ac303f - 0.0% (1.05 KB)
[#009] sha256:4bf40a1b44c332480a8af0b40a4c7f806e6ca622eec73521b5e2fd264c9edf3b - 0.0% (852 Bytes)
[#010] sha256:10fe4ab552f6b6784d8f75f30a28dbe5041f0dab3d5c777b4c73fbdc4fb932c1 - 0.04% (96.5 KB)
[#011] sha256:c74f1119f2ba1169898218f51e710d7404ff1354751423f7542598528dd02d8d - 12.62% (32.4 MB)
[#012] sha256:555d6f29668e5571b77f8380313c4f77ed3bfd3b5f1c96d536b898879a988b99 - 0.0% (856 Bytes)
[#013] sha256:8c1b14d79d391bfdcd0db599773083642e22189465cabc5d04251dd87903cbb4 - 0.0% (829 Bytes)
[#014] sha256:febccf60ad9f9ba471321034aa3af71b4f8df9e3026acd822b5022286787fbc2 - 0.0% (830 Bytes)
[#015] sha256:d655dfa174a0c53c8aed2303eb5c97e32219fff394460e8392b03c38ec55e837 - 0.0% (826 Bytes)
[#016] sha256:34dea2535606100c8ecf6aed5aced44e5d95e2871d3cc183bf9ca1712d933a64 - 0.0% (830 Bytes)
[#017] sha256:84590522f9b60ec6b3b1e8368e209fde1722ca888d841abe2f9cd59b4b63a1e9 - 11.9% (30.6 MB)
[#018] sha256:5fcb6b28d2a7bb3ac5b1ddfaa145f582653d6ea39d0e75b4686774873218b805 - 0.0% (851 Bytes)
[#019] sha256:950fbfc187f392a21b5fc829917c3e1f8c3a8f27ebb712e59cd918928eebd3af - 0.0% (830 Bytes)
[#020] sha256:0d9f517d6b76e6af3818e97ab95d0261fe8eded55513ea8d3c694c4cd2494da7 - 0.0% (828 Bytes)
[#021] sha256:e3a28d8fce3e3a4b6c7fb0118ce6869915940c91cf04698ae209bf3a60c7ba89 - 0.0% (886 Bytes)
[#022] sha256:9e5f230e21d48fe6fe7c4bfdbb5caf515b8277ed5b62e39370c3f8792d6993c6 - 0.0% (828 Bytes)
Apply image 1809-amd64
2021-03-10 21:36:40 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-10 21:36:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-10 21:37:15 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-10 21:37:16 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-10 21:37:42 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-10 21:38: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-03-10 21:38:21 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-10 21:38:22 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-03-15 05:10:11 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-15 05:10:11 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-03-15 05:10:14 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-03-15 05:10:15 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-15 05:10:15 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-15 05:10:16 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-16 00:43:42 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-868c715554ed7b2de7e7b89595487df66c428a41-head
2021-03-16 00:43:43 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-16 00:43:44 UTCcmd /S /C #(nop) COPY multi:83bb227cf18c707e5bae4b5917d8ae2b2e5203155e98478fffe8655b4e12f4e0 in \etc\rancher\
2021-03-16 00:43:45 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-16 00:43:45 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-03-16T00:43:40Z
2021-03-16 00:43:45 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=868c715554ed7b2de7e7b89595487df66c428a41
2021-03-16 00:43:46 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-16 00:43:46 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-16 00:43:55 UTC
258 MB
rancher/rancher-agent:v2.5-868c715554ed7b2de7e7b89595487df66c428a41-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 - 37.81% (97.4 MB)
[#001] sha256:89b20a873294e6ded94f1f8bf14a00a6f68ce7ed40f8dadcd5dc4523ef89c03f - 0.0% (1.02 KB)
[#002] sha256:c1736d925ec856c41b2d4d5c4b320d40941418a797322fe2d2b177e92d2f2b56 - 0.0% (1.07 KB)
[#003] sha256:cac6d387935a68b05d307b044020d10a0dd81d0f974e0a1ebab4c1ed3d703baf - 0.02% (64 KB)
[#004] sha256:98530d517775cbaba54f1725414e76f551d22e0c6c607c32824f59ca680abd6f - 0.0% (1.02 KB)
[#005] sha256:805f2a367789f415e43b07e12ae0922325ceafbc016dc748a86f9925188a7f88 - 37.61% (96.9 MB)
[#006] sha256:20f9a7a44df642292c7bed297f7283be7ad26958f9958b992dd6a2d8c022c89a - 0.05% (128 KB)
[#007] sha256:eb48aecfc31e92ac3d7d595ac61f6a76a7404e184639be50b954db6e888a4c80 - 0.0% (1.02 KB)
[#008] sha256:b76b71f7e36eb16c27affc3cab7535d3442ab187075e7b33c5a3301f33a22767 - 0.0% (1.01 KB)
[#009] sha256:177254bf97035e5b4bd75f1a0016bb30c34b2a6d30ce267be553ee7609ffc804 - 0.0% (874 Bytes)
[#010] sha256:172dd3e4892c81a70ea71f979cab7687256ca21a91656c457ff6c3260fb7cd71 - 0.04% (101 KB)
[#011] sha256:588844a304135d63df7139eb544c19833eac6d09583ec22e31a7b9e357c40406 - 12.59% (32.4 MB)
[#012] sha256:466fd610aca4eaeda2160993defb2f6fb38ab094b765eb82dd7091aca7b20764 - 0.0% (827 Bytes)
[#013] sha256:2163a017c7a63a063e4a0b05bc7276231ba7b83d9b42dabd231c9cad0c286fb5 - 0.0% (856 Bytes)
[#014] sha256:ed5caabf4a9324ad3e85c405418b0a124c43c8c1f760b6d4e396cf650537dcfa - 0.0% (872 Bytes)
[#015] sha256:c869aded6ecf2933567cbbb624f39021a69ad241295a875daf134e93b8cea5ae - 0.0% (826 Bytes)
[#016] sha256:56d3b1c7f0fe8702d9774b0bd4db600c9e4140df7e864f0b24262fc05b27bc4d - 0.0% (823 Bytes)
[#017] sha256:2747eaac78ad16b9e11c5bae877998c80b4af6db01de32f64c753dfb4618b292 - 11.87% (30.6 MB)
[#018] sha256:c6c3d8fccce359f508a4d67e96b4d06fddda6d434be8be96d1024161faefd7f3 - 0.0% (825 Bytes)
[#019] sha256:de990fb5d45f07d5435eba54dc85fecfc4b5fc9f8e254705b847b2ad1a9e88d5 - 0.0% (824 Bytes)
[#020] sha256:c09d34be30db1a78ed012bd20d1c16c632ec86dd8f003939d2acfd463a1a2e3a - 0.0% (833 Bytes)
[#021] sha256:4fc6a85c43fbbf0cbbae5c6f6cd6b7da9ca386780485f7d6739fb29a5af82b7e - 0.0% (831 Bytes)
[#022] sha256:aa4867a1113b9e0b4e6ed62366e822018d2a7277284fa1f9413e31994674ae83 - 0.0% (847 Bytes)
Apply image 1909-amd64
2021-03-10 21:36:20 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-10 21:36:21 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-10 21:36:46 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-10 21:36:46 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-10 21:37:13 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-10 21:37:57 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-10 21:37:57 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-10 21:37:58 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-03-15 05:11:13 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-15 05:11:13 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-03-15 05:11:16 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-03-15 05:11:16 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-15 05:11:17 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-15 05:11:17 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-16 00:43:51 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-868c715554ed7b2de7e7b89595487df66c428a41-head
2021-03-16 00:43:51 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-16 00:43:53 UTCcmd /S /C #(nop) COPY multi:83bb227cf18c707e5bae4b5917d8ae2b2e5203155e98478fffe8655b4e12f4e0 in \etc\rancher\
2021-03-16 00:43:53 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-16 00:43:54 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-03-16T00:43:48Z
2021-03-16 00:43:54 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=868c715554ed7b2de7e7b89595487df66c428a41
2021-03-16 00:43:54 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-16 00:43:55 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-16 00:44:45 UTC
258 MB
rancher/rancher-agent:v2.5-868c715554ed7b2de7e7b89595487df66c428a41-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 - 37.97% (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.54% (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:b9496f1fc94ffe6eb2b7037a889830050c524cb80aa644bd727b3edb87c0acf8 - 12.55% (32.4 MB)
[#012] sha256:87a03960091e900446ece614a7d581ca3a39ed25994561997dcf5e22941ea9ef - 0.0% (863 Bytes)
[#013] sha256:2d9602dbb0d9fe862d3107c354e7637af2a4ee66c726c577d165023c8ff69755 - 0.0% (829 Bytes)
[#014] sha256:500247245d9e8914fbd9d6219d49efccfb2f4233e36b4c1f28602794f2dd3b04 - 0.0% (823 Bytes)
[#015] sha256:3c8c43900944cda2230e03fcbef64815e8c36c3c438fdd2920e726ff6ecede1a - 0.0% (868 Bytes)
[#016] sha256:0c0cac8ff4ee9fa37f34e898acfd4547a0dbdb1a4f3e31ee0119b21ee1b7463b - 0.0% (828 Bytes)
[#017] sha256:f715be39dab461d97e5dcd4dda5d71936fcd4219f850337cb2f34719fab9b960 - 11.83% (30.6 MB)
[#018] sha256:a6cbffd8ec1dbb6be06f85507bf7c74645679a5b1596509055163b8e94f719fb - 0.0% (828 Bytes)
[#019] sha256:d8938e8c3c14041391619136ac34ab4393b01d93401f334e23f9f29a63a9ada1 - 0.0% (829 Bytes)
[#020] sha256:87306e895b8375912e07eb3d4d728069d9cc9161a72d29288aa1e5d790655d0d - 0.0% (846 Bytes)
[#021] sha256:8fda43f1dd102c32252d002de32f931c3553442933be7ab85d3cf445b956a6cf - 0.0% (821 Bytes)
[#022] sha256:131e717137c2b91938024515467881e7ecff667dc13a588aa34d796760f6deb2 - 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-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 05:09:42 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-03-15 05:09:42 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-15 05:09:43 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-15 05:09:43 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-16 00:44:41 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-868c715554ed7b2de7e7b89595487df66c428a41-head
2021-03-16 00:44:42 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-16 00:44:43 UTCcmd /S /C #(nop) COPY multi:83bb227cf18c707e5bae4b5917d8ae2b2e5203155e98478fffe8655b4e12f4e0 in \etc\rancher\
2021-03-16 00:44:44 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-16 00:44:44 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-16T00:44:39Z
2021-03-16 00:44:44 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-16 00:44:45 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=868c715554ed7b2de7e7b89595487df66c428a41
2021-03-16 00:44:45 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-16 00:43:16 UTC
260 MB
rancher/rancher-agent:v2.5-868c715554ed7b2de7e7b89595487df66c428a41-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:ef11e3fc4f3c8fde075a1b6b355f949a4163916f4072d517d85436e89af06a04 - 38.39% (99.9 MB)
[#001] sha256:50310a6dadd07b6cd80c59e0a5c73aebedd480933c0720540e0ee101f97fa9a3 - 0.0% (1.02 KB)
[#002] sha256:076d976e324a48225def3b037df6d042f5a3a1e32418f7381fdd166c9d997214 - 0.0% (1.02 KB)
[#003] sha256:f4562b6c5c79447c8177edf24197398fc38a047f611609ccce17fe4dafd6baa5 - 0.03% (66.9 KB)
[#004] sha256:1aaab85ac8622e55a01778b466570d1848d58e12b87a513649396ca5cbe9005c - 0.0% (1.04 KB)
[#005] sha256:562c17df4c5be00c3f7df185dc984b37e509255c6df5f4d0810f73b96c3b9ea1 - 37.26% (96.9 MB)
[#006] sha256:d5841cb351fe4d96d0dfe7e7e8f07b102d589f7c4e2c6a80b28801c968d75d3c - 0.05% (132 KB)
[#007] sha256:b6c0d4cd41c29d5b1ba90478710a4a04812b8eacfd0217c82de0e1f658b64eec - 0.0% (1.02 KB)
[#008] sha256:837595caefe7ef9a82befccd213a9acfa512191120efa76f077625a37df334b7 - 0.0% (1.02 KB)
[#009] sha256:6f39c5a211faf1cfee4e3d6f26ba5c7b2f0539640515dd55dbcd204aa717f300 - 0.0% (855 Bytes)
[#010] sha256:1864c1b69538392723255eca3d58e1d8f2fafd8896402ad9d0436f67b40cb5a4 - 0.04% (102 KB)
[#011] sha256:6c505d0b2c713c9af004c04b9bd1c01ddb6377511e7aa3b6550cbd123f7e94c5 - 12.47% (32.4 MB)
[#012] sha256:fe9a160171f6b3ea4e9842bc8df800dc5bdfef6d15bfbb6ab6d021993d7f8d86 - 0.0% (858 Bytes)
[#013] sha256:27a49a0f3caa1c787e508b0c7a74c3d0af3907092a5a0a4e0e7ea4c11b7db476 - 0.0% (872 Bytes)
[#014] sha256:5f7c4b50c26c52ae8c555ca35daebc5db638af8fe0d0423fc161fef2fd9e019d - 0.0% (866 Bytes)
[#015] sha256:c2a66f63d068bd22b2e7de586af65340f753aef7ac1b564f36587d9e0e06ed57 - 0.0% (866 Bytes)
[#016] sha256:7c8237babe14a69a24a8f562a3b64ccd52f1a7e7662881df7a66073e67bc4c17 - 0.0% (835 Bytes)
[#017] sha256:b1872b994be990545ba2e877ba82456dc402b1e82f38224190f6d648de60ff95 - 11.76% (30.6 MB)
[#018] sha256:f39439c6042ef651821310ad5e135bfeba746e9a1f94336dc6eebe50e88ee8df - 0.0% (876 Bytes)
[#019] sha256:37f1a1c7f486ce9986122bcc939e6565b936fc7cc7d90580dc7d0bc6d4234d8f - 0.0% (860 Bytes)
[#020] sha256:58d3acbc6998a05c279d2625d9053cd8c8e7ee101fb302f36202cb34b2f56c7e - 0.0% (862 Bytes)
[#021] sha256:6d4630bc0d790a4eb64eba9f15e571d3cc71828e24ab7966a2e0b17ae2e4a708 - 0.0% (858 Bytes)
[#022] sha256:79363f891f902c2e83ddb09fb717ed30ea2eeb6b3327e91bff3c09e641cfe966 - 0.0% (879 Bytes)
Apply image 2004-amd64
2021-03-10 21:51:03 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-10 21:51:04 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-10 21:51:27 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-10 21:51:27 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-10 21:51:43 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-10 21:52:17 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-10 21:52:18 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-10 21:52:18 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-03-15 05:08:23 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-15 05:08:24 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-03-15 05:08:27 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-03-15 05:08:28 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-15 05:08:29 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-15 05:08:29 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-16 00:43:12 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-868c715554ed7b2de7e7b89595487df66c428a41-head
2021-03-16 00:43:13 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-16 00:43:14 UTCcmd /S /C #(nop) COPY multi:2c7f55636cc2349971a4dafc6c7254d115795baaa1471d7485e6d53d96dd856b in \etc\rancher\
2021-03-16 00:43:15 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-16 00:43:15 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-16T00:43:10Z
2021-03-16 00:43:15 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-16 00:43:16 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=868c715554ed7b2de7e7b89595487df66c428a41
2021-03-16 00:43:16 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-16 00:44:04 UTC
2.47 GB
rancher/rancher-agent:v2.5-868c715554ed7b2de7e7b89595487df66c428a41-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 56.85% (1.4 GB)
[#001] sha256:b67d61f938f3725a9bf5b4e0ece52422f5b09c5994bb0af1971b526e4e0f8666 - 37.39% (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:80e58361e4d0d2fe830f63248dbd69d12affbe4ed052e2c58e0f2f1a6dc4e870 - 0.41% (10.3 MB)
[#006] sha256:6246b08256c15270b343da4d70cf8fec9e3a23e9492e3fbfd91fea750e233ca0 - 0.31% (7.86 MB)
[#007] sha256:b2fd4b93a538f8f153fd04424492eb46d9438c039dd2b179e846a273a60c33b7 - 1.67% (42.2 MB)
[#008] sha256:faadc2acc38217e550008f8445459f58ce8ce3ab77c6607f739b83742ef921eb - 0.21% (5.35 MB)
[#009] sha256:7ada2899c6f8a5229d8a4464e85d380c58ad66b910f6f1b0aeafd510a07a43dd - 0.62% (15.6 MB)
[#010] sha256:667e65fd7d5db42ca61a833d663adfa5b849c7d3588d0041f6372d9eb4e05ade - 0.51% (12.8 MB)
[#011] sha256:58ab1b37dcd58d9d984bf1bb81062e3331d2f918161807ccdc47ddf975c087b4 - 0.02% (455 KB)
[#012] sha256:8df9cfa728227b0c6bfef6d6371748396ddc898190b46a532210d5c334fce231 - 0.0% (1.27 KB)
[#013] sha256:5c447a65e9a1f3acba0c271fd660abaeaf62a5e0ff1667d7eedfff0c5689b9e9 - 0.0% (1.26 KB)
[#014] sha256:88fcfc1e8beb730e4870d9f8a1aba768e24a70acc0a402d679cea945352104a2 - 0.0% (1.29 KB)
[#015] sha256:158f3ef738b6d4c044e6c7b6c257e9cf14960c21e33be7ff1854f628b9eafa15 - 0.0% (1.26 KB)
[#016] sha256:2019d831be45612da4372a49434206e0474052a827013c7629d422510215f8f7 - 0.0% (1.26 KB)
[#017] sha256:1d51e95d90c5408e27e74964c8c3c0896960b7675287582d427c13d6b856e8ad - 1.21% (30.6 MB)
[#018] sha256:9caa19ebfdb4e8fa41b303c5390001bceabe14179ac6f77e5c8eeccb5bf98cc3 - 0.0% (1.27 KB)
[#019] sha256:8f31daefc28c49332f77df9c9bb9b856695927bc9650f98b558fd4e140201a0e - 0.0% (1.26 KB)
[#020] sha256:643cea14c707cd03aa327968fb9687d3c025f1f636709c84de3e67706f850f97 - 0.0% (1.3 KB)
[#021] sha256:e0854b4cbc73c0950062208739a0419df115f8e339b2d7762fc998cd112b76f3 - 0.0% (1.29 KB)
[#022] sha256:02c4608bbf280aeac726f638608ad771fee430059a083cc8e4f11210d4746832 - 0.0% (1.26 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 16:42:05 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-03-15 16:42:31 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }
2021-03-15 16:42: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-03-15 16:42:51 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-03-15 16:43:00 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-03-15 16:43:08 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-03-16 00:43:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-03-16 00:43:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-03-16 00:43:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-03-16 00:43:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-16 00:43:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-868c715554ed7b2de7e7b89595487df66c428a41-head
2021-03-16 00:44:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-16 00:44:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:2c7f55636cc2349971a4dafc6c7254d115795baaa1471d7485e6d53d96dd856b in \etc\rancher\
2021-03-16 00:44:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-16 00:44:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-03-16T00:43:48Z
2021-03-16 00:44:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-16 00:44:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=868c715554ed7b2de7e7b89595487df66c428a41
2021-03-16 00:44:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-16 00:48:46 UTC
165 MB
rancher/rancher-agent:v2.5-868c715554ed7b2de7e7b89595487df66c428a41-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:9243cbd63062004cb0062d0c8235fb578c194179c6526f26999de6c03daded31 - 13.72% (22.6 MB)
[#001] sha256:740ce98c92d8885e63c0bde376962ac7d15ebb891a7019f801e1de07be167209 - 0.0% (854 Bytes)
[#002] sha256:7a9e35ad787dffb8fc50bf32fc5febb71a414956f1a93b71360349b44b113fef - 0.0% (187 Bytes)
[#003] sha256:16ab77b3d2d83cc944ec136204bcf96f72138af70871f367e40c0af071541e81 - 0.0% (122 Bytes)
[#004] sha256:35a08f8c18efad2fbf8056869916fd74193e7fd2283eaea67ab0c9bca6e38bc2 - 31.76% (52.4 MB)
[#005] sha256:c0760ebdbb13d0ff15f757b2b14e6ce8dd5c71a3f3e84623e80de3a3336c8524 - 1.18% (1.94 MB)
[#006] sha256:82a2d2f2f11c92174bda22b048c0bcc80ba5c0541d81e7d2a0a29c373a441f7d - 14.94% (24.6 MB)
[#007] sha256:dec867dd3f6cff2a8c3b99cd802eb4b22e9f583061814b2a790ad000d6fe83b6 - 21.31% (35.2 MB)
[#008] sha256:03b62e1f8463ca5ee3a1eb1d206ac99e48bad1ef2de4ba1cd23db0e5e077fde2 - 17.09% (28.2 MB)
[#009] sha256:f43c73cfd6ba84e6fdd38a305b6ff952315d5426853e4052758f74e88ba1b248 - 0.0% (170 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-16 00:48:09 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-03-16 00:48:09 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-16 00:48:10 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-03-16 00:48:10 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-03-16 00:48:32 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-16 00:48:33 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-03-16 00:48:34 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-16 00:48:34 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-03-16 00:48:36 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-16 00:48:36 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-03-16 00:48:37 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-03-16 00:48:37 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-16 00:48:37 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-868c715554ed7b2de7e7b89595487df66c428a41-head
2021-03-16 00:48:37 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-03-16 00:48:43 UTC/bin/sh -c #(nop) COPY dir:b96dae805f4febf69c6f867ded9b23f3b5ae2486a52f7b47a358b03961ecb4b9 in /var/lib/rancher-data
2021-03-16 00:48:45 UTC/bin/sh -c #(nop) COPY multi:f6f83187bd0b32c19d250792016fded1290173ff572c2fd8d45162624cf8ed24 in /usr/bin/
2021-03-16 00:48:45 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-03-16 00:48:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-03-16 00:48:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-03-16T00:47:53Z
2021-03-16 00:48:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=868c715554ed7b2de7e7b89595487df66c428a41
2021-03-16 00:48:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-16 00:48:46 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.