2020-10-28 23:07:07 UTC
161 MB
rancher/rancher-agent:master-1c4b756a3c6aa3bafe309571b7791702203a8807-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.18.2
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:171857c49d0f5e2ebf623e6cb36a8bcad585ed0c2aa99c87a055df034c1e5848 - 15.81% (25.5 MB)
[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)
[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)
[#003] sha256:47150bb0f9cf632d9b1a2669fa62191eb0c371abf01247697774c6f3c9f1fe6c - 0.0% (124 Bytes)
[#004] sha256:f27bd208a6e0fab2cfe62fc0f195f3c24374ed4ea9bc6836dc862dc6ba7fb311 - 34.87% (56.1 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.37% (2.2 MB)
[#006] sha256:49a314d03ad15e6688fc8fbe2e8fab0c45b3bfb35c2c3689ebc9034c02b085e9 - 16.5% (26.6 MB)
[#007] sha256:115491a20902212dbaf72ff725444fc88bd1cdac2de70741d2f39158af0799df - 12.82% (20.6 MB)
[#008] sha256:06e7faff075200411539c52355a9a67131d4f1d606aea7db56cce0d0f4ecfece - 18.62% (30 MB)
[#009] sha256:950cf7ed3cf0a0755bf2e9c0d470928ad852861de65d99ec5388ab1a6571b03d - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:4974bb5483c392fb54a35f3799802d623d14632747493dce5feb4d435634b4ac in /
2020-09-25 22:33:50 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2020-09-25 22:33:51 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-09-25 22:33:52 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-09-25 22:33:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-10-28 23:06:33 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-28 23:06:34 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_amd64
2020-10-28 23:06:34 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-28 23:06:35 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-28 23:06:55 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 && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2020-10-28 23:06:56 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-28 23:06:57 UTC|1 ARCH=amd64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2020-10-28 23:06:57 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-28 23:06:59 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2020-10-28 23:06:59 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-28 23:06:59 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-28 23:06:59 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-28 23:06:59 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-1c4b756a3c6aa3bafe309571b7791702203a8807-head
2020-10-28 23:07:00 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-28 23:07:04 UTC/bin/sh -c #(nop) COPY dir:43dd319b0c83d3027becc6a69584d38849c0d16cbb671a719ed3736f5ff4ab1b in /var/lib/rancher-data
2020-10-28 23:07:06 UTC/bin/sh -c #(nop) COPY multi:2099d8c86967cb8de9ef3c32c22be52866d3e0879570a1d7f2570e4f03197701 in /usr/bin/
2020-10-28 23:07:06 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-28 23:07:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-28 23:07:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-28T23:06:13Z
2020-10-28 23:07:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-28 23:07:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=1c4b756a3c6aa3bafe309571b7791702203a8807
2020-10-28 23:07:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-28 22:48:23 UTC
248 MB
rancher/rancher-agent:master-1c4b756a3c6aa3bafe309571b7791702203a8807-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:aab6118ce69c93410df7fa15842a6e3b3c7ff20b639c779b5d5f78e7653eaa07 - 38.87% (96.5 MB)
[#001] sha256:71e5283dd9d47bd88fa566326f6e8e6bc1c3c7f385c69b7482194c97e6e969b7 - 0.0% (894 Bytes)
[#002] sha256:05006be99a092de18f27ebd9357601854cd79a5d889b3d0425aa16034ba4394d - 0.0% (840 Bytes)
[#003] sha256:da195ac2293a9561694a5adab6e97cc2f7c1cb37c8cba3f22e1ed3e90723759e - 0.02% (62.6 KB)
[#004] sha256:f8fa4de85b83f5d222df6544a1dadf65fbb999e155489406427e2054f80c4e09 - 0.0% (839 Bytes)
[#005] sha256:b5836a3889bb8f93e8c91299f3fa4c1a7e62cbda44d832de191ab652f7ae6a87 - 35.82% (88.9 MB)
[#006] sha256:0ade25de6d58d36f0c689752b4e10ac9b2c5dc1f857e40da8414c64d9eb2e5a0 - 0.05% (123 KB)
[#007] sha256:d85cfa9dc8d26611c871a012812945e6d83c7c554dd1061caf196e352fcee684 - 0.0% (839 Bytes)
[#008] sha256:42962d95291d49a66c66e5f8e1f07a86abbc9189e3b3eeed11c0a733f37abab5 - 0.0% (836 Bytes)
[#009] sha256:699be6330313d7c18644ea451b16ea3ef3d6588974d0bbfbca46c3b3743cecf1 - 0.0% (852 Bytes)
[#010] sha256:0f06b3cc5e992ff2463960e44678659648794ef0f54e33119288ad59ca17ee87 - 0.04% (96.5 KB)
[#011] sha256:083d6c64ac2274fdac33ab815773dea947ab681e3e91cd9781101cab8a140196 - 13.13% (32.6 MB)
[#012] sha256:b5e4a2df571b629e612d68e688c9c2fd55a5016adff51345c23a842602222fa6 - 0.0% (830 Bytes)
[#013] sha256:a4d6f3a6561ff5e9b85e2c45f345f5d965bfccbdfbce53e80266f8d736bfea2a - 0.0% (859 Bytes)
[#014] sha256:20945a268c027aac69a80f0e4b3fd9900819201705e6197e0603d57bdc75d8bf - 0.0% (867 Bytes)
[#015] sha256:661ad0716b1765759ca15d0e40e423f22ce59ae6531f789e5680e1f8eeed1297 - 0.0% (830 Bytes)
[#016] sha256:1ba6294cf3284b1410f4520920356da3ea45efc736ca6d5922f179108c0b9d4f - 0.0% (830 Bytes)
[#017] sha256:044323ba69220ecb5e36edba2058991622990c79aa938055b4bfe36ab02cdcb9 - 12.07% (30 MB)
[#018] sha256:e013d47539f990efe0f2f8ab2bfe3ca7b64f04ba759c4ced0d765311d4f2b1f7 - 0.0% (832 Bytes)
[#019] sha256:fa5c0372ec436adc8a6c2f422017414e08a8fd9af820f86195a204a68ebac245 - 0.0% (833 Bytes)
[#020] sha256:f44eb8c1b863ab2f404cca73413dd99bf5599ea5028229bd12ad7e872e208acb - 0.0% (830 Bytes)
[#021] sha256:8ca9e6e1e7cef4b85e3a663fd87b1eb995a39ebc068921c666ea28c4b62dc475 - 0.0% (832 Bytes)
[#022] sha256:16e99226b3e41602eb3ace0f0a5bbcd2a877aeee46cf3d0e356d18e5daada0be - 0.0% (828 Bytes)
Apply image 1809-amd64
2020-10-27 18:41:50 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809
2020-10-27 18:41:52 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-27 18:42:23 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-27 18:42:23 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-27 18:42:43 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-27 18:43:22 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 ; }"
2020-10-27 18:43:23 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-27 18:43:23 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-28 18:09:32 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-28 18:09:33 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-10-28 18:09:35 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-28 18:09:36 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-28 18:09:36 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-28 18:09:36 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-28 22:48:19 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-1c4b756a3c6aa3bafe309571b7791702203a8807-head
2020-10-28 22:48:19 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-28 22:48:21 UTCcmd /S /C #(nop) COPY multi:fa0fb8c1fc0d5d19ba4a9e98f131dd60885bbd107380abe2a4e60ff0ca109b4f in \etc\rancher\
2020-10-28 22:48:21 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-28 22:48:22 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-28T22:48:17Z
2020-10-28 22:48:22 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-28 22:48:22 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=1c4b756a3c6aa3bafe309571b7791702203a8807
2020-10-28 22:48:23 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-28 22:48:04 UTC
250 MB
rancher/rancher-agent:master-1c4b756a3c6aa3bafe309571b7791702203a8807-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:d6c6a99d5726a68a35f81bb15a53ebdc98b41ff763b7b2442647543ee44bb89c - 39.25% (98.1 MB)
[#001] sha256:206be2f05271bce4ec0df6e76cf74025975c544b911103f45dabd5b82c6da9f2 - 0.0% (868 Bytes)
[#002] sha256:f5cd62498cb480a0fff2b4530f0d34b893d3aa704912be89bd9786f72acbcc1b - 0.0% (836 Bytes)
[#003] sha256:5b9b73da39905fb9464897eee806a7caa18f1aa09700a076ff8ca6923ad8a341 - 0.02% (61.8 KB)
[#004] sha256:a6640319e0a80f154c05ab1dcf2c31be62235db5501e4042e481a5c99d161820 - 0.0% (833 Bytes)
[#005] sha256:6b0b5d435a4c9ab16d49963a0b822b1b09a81d03f3efbf335b069de97baa62b4 - 35.59% (88.9 MB)
[#006] sha256:7180a2511080a46bbf3a5b476beeb6079812351773965e8b3f61b0f0e87ba205 - 0.05% (124 KB)
[#007] sha256:c99fb14c29028329501476947ae76808f8cd5f1c1ad3272c8b81fff5804f4ca8 - 0.0% (837 Bytes)
[#008] sha256:73af04b1e0f1c1ec80dc0811d1c8e5cd6ca9bddabe3c88b2b149a9c424fa9c65 - 0.0% (842 Bytes)
[#009] sha256:7ef58571001eb9a73ebc9033f12f349ceb91e0b8623a9fcd0d50dabc367185f2 - 0.0% (827 Bytes)
[#010] sha256:3e473c5f2225ecbbe7174fc57434e71133b561fd7446150bd86873366e1cbcb0 - 0.04% (101 KB)
[#011] sha256:b6386c473986668980b14d683a9310b817a8d1de20bad584f31e99d275eee0d9 - 13.05% (32.6 MB)
[#012] sha256:40125eaf601944437b7e885d86cfb1e38acd8f7735d84a77947b13efbe72283f - 0.0% (828 Bytes)
[#013] sha256:91235c7d367059728f02ccbd54d5d7de152b7bafd965d5dd4e92cc40ccfef2a7 - 0.0% (830 Bytes)
[#014] sha256:41f1ef5e16bf4ad4a7724390465ca4c000ea6989cac3edb0bc37fedad241dc6b - 0.0% (832 Bytes)
[#015] sha256:4eb1b0e6c2497558e322b291ba001a29975edc642588a8c5972ba75f6e6c1b30 - 0.0% (831 Bytes)
[#016] sha256:2c9a74473e06b514d7dd73161355c775532a5993318c7725e3fb3b979c113db8 - 0.0% (826 Bytes)
[#017] sha256:531cf1ff6fdfdf33960cc0eeac22d14ccf59b35f25f716afcb095a7a12f625e0 - 11.99% (30 MB)
[#018] sha256:f327ddf3a4e246a4ec1f55616d0f927a2ddaccc8fe9267fcb4ef7331d02a7332 - 0.0% (832 Bytes)
[#019] sha256:cff8cdf245f7bc2adb37005920fb8c02fc99b20b9f5b678daa8c4dcaa3dfcaee - 0.0% (853 Bytes)
[#020] sha256:5c312dcf08f905e2011f20b5f8166cb6319dbcc844825ad1858ff6f5f8e8d9ca - 0.0% (854 Bytes)
[#021] sha256:71c51b298bd7930085eeaefa4a9a6cd90d4d61133c6544ea58e36274506fc286 - 0.0% (851 Bytes)
[#022] sha256:735e853271d1401b26b61fca24d6ac82cb7e89ecaf799d559f8d80643489df31 - 0.0% (831 Bytes)
Apply image 1909-amd64
2020-10-27 18:52:52 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909
2020-10-27 18:52:52 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-27 18:53:23 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-27 18:53:24 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-27 18:53:46 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-27 18:54:29 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 ; }"
2020-10-27 18:54:29 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-27 18:54:30 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-28 17:49:44 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-28 17:49:45 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-10-28 17:49:47 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-28 17:49:47 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-28 17:49:48 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-28 17:49:48 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-28 22:48:00 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-1c4b756a3c6aa3bafe309571b7791702203a8807-head
2020-10-28 22:48:01 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-28 22:48:02 UTCcmd /S /C #(nop) COPY multi:fa0fb8c1fc0d5d19ba4a9e98f131dd60885bbd107380abe2a4e60ff0ca109b4f in \etc\rancher\
2020-10-28 22:48:03 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-28 22:48:03 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-28T22:47:58Z
2020-10-28 22:48:04 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-28 22:48:04 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=1c4b756a3c6aa3bafe309571b7791702203a8807
2020-10-28 22:48:04 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-28 22:48:14 UTC
250 MB
rancher/rancher-agent:master-1c4b756a3c6aa3bafe309571b7791702203a8807-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:0e31ee8f400716f940be9db76d6eedb1a903860385b4ca8f70513012d53fe1f1 - 39.3% (98.3 MB)
[#001] sha256:b59df857af5acc3c862e854b5f18770bbccbe2ee67a1e38a959867be75e7684b - 0.0% (844 Bytes)
[#002] sha256:cccb86c24d5a6d26850398779f867ff81068ddd9b1cefbe740574f67a8575fe5 - 0.0% (840 Bytes)
[#003] sha256:bef6855c6ff742ce0fb84ce683f36ad73da71aee30013c8e8eedeb96166588be - 0.03% (65.8 KB)
[#004] sha256:9ed1177be57044776572ceee250a1351667fb225d102f7ea4360ca375d6f3907 - 0.0% (837 Bytes)
[#005] sha256:1866bc40ff39899200b8062addec978f23ebf9abbc220bec6aabdce2d0b71cba - 35.56% (88.9 MB)
[#006] sha256:5bee1ccfd789b6c8bfb35de07437385b2cbaa6da6f29b25a757389d89a8cd549 - 0.05% (125 KB)
[#007] sha256:5df93e526ac9024ab01a762a24a1f1332de50e1ff7f094c789278ee2bd84a947 - 0.0% (837 Bytes)
[#008] sha256:63bc374f6aa77ec96d9076561bf3d53be2735a2de499b59174ef842989976b2c - 0.0% (891 Bytes)
[#009] sha256:0f1ce7f22a153146624201c206ba3327bac7d7833bf0badce2eb5b4b917284cb - 0.0% (857 Bytes)
[#010] sha256:51ade06c4728d26e48c5f4359351a8af7948c33f56da8b5053b447ad959c66ed - 0.04% (101 KB)
[#011] sha256:5c52b4f7f4bb2ef816b3b4449530a14871545a25b59e5ea72b638d4b58a886e3 - 13.04% (32.6 MB)
[#012] sha256:6567f2a9a5c353aeb5c08f8844e9aafe13a9ade315b9c4765fb5b654bbbdba3a - 0.0% (830 Bytes)
[#013] sha256:cb6a2af498edb084568ce90616529f0768241abda6f5f475bb57688e6211b2f3 - 0.0% (828 Bytes)
[#014] sha256:6326038471f6fbfa85362bffbb8a763f731b9b2fa41f563a3ddd47a8be6c05b1 - 0.0% (854 Bytes)
[#015] sha256:6d5f0c6760268ba91778c17274c7342f2b6167545081ab271aa452a96736639b - 0.0% (828 Bytes)
[#016] sha256:49c56da4efd190ba8a1bf6c3b1ac7ab9a510574e430679143ea59c67e42cd33c - 0.0% (827 Bytes)
[#017] sha256:d2aa49e7635bd57c4c6b436b86ceaf0314924a265b1a90f07fd5359cc9e1861a - 11.98% (30 MB)
[#018] sha256:d81f584a027e84868fc4b3120f36b3bf4a9a1124f3fa38421496978bc0b8b1b1 - 0.0% (831 Bytes)
[#019] sha256:4e962a00480f0a154cd5faa855d69961ec471fbe6c0f5011155ee1b6e2aac0cf - 0.0% (855 Bytes)
[#020] sha256:d80e92075a22b573a4d5e4496e80908e5bd77f92fdc74c5d3272e79982282686 - 0.0% (855 Bytes)
[#021] sha256:92e165b13ce7aff7cd2f03416c273298066faecc3d85ff427ec4881b386a0c79 - 0.0% (826 Bytes)
[#022] sha256:2bfd0cbe4fdb7493b8d41059b70a40988bce762309aaa1d6fa7a28521b01cefc - 0.0% (829 Bytes)
Apply image 1903-amd64
2020-10-27 19:03:00 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903
2020-10-27 19:03:01 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-27 19:03:30 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-27 19:03:30 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-27 19:03:53 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-27 19:04:43 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 ; }"
2020-10-27 19:04:44 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-27 19:04:44 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-28 16:33:33 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-28 16:33:34 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-10-28 16:33:36 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-28 16:33:37 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-28 16:33:37 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-28 16:33:37 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-28 22:48:10 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-1c4b756a3c6aa3bafe309571b7791702203a8807-head
2020-10-28 22:48:10 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-28 22:48:12 UTCcmd /S /C #(nop) COPY multi:fa0fb8c1fc0d5d19ba4a9e98f131dd60885bbd107380abe2a4e60ff0ca109b4f in \etc\rancher\
2020-10-28 22:48:12 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-28 22:48:13 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-28T22:48:08Z
2020-10-28 22:48:13 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-28 22:48:13 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=1c4b756a3c6aa3bafe309571b7791702203a8807
2020-10-28 22:48:14 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-28 22:53:07 UTC
149 MB
rancher/rancher-agent:master-1c4b756a3c6aa3bafe309571b7791702203a8807-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.18.2
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:296c9ad75beec603486f1373addae8e2c509e94c4adda44c1289792c91624acc - 15.14% (22.6 MB)
[#001] sha256:c0533d1393025aa8c38e0823a6546a0d4e5dec6b8b670758c25494c35783668d - 0.0% (850 Bytes)
[#002] sha256:3c11bb34abc87247c6a70c928b7a5ef4cd48093642eb0c4b8121a674d3e278c6 - 0.0% (189 Bytes)
[#003] sha256:edcb2a29aa75115843d47e5673327568b710e0bd1ecdc6aa2dc91be3b6630b17 - 0.0% (122 Bytes)
[#004] sha256:c004a963e03e988aa0e65993a57bc1f18208252b201ac4856a20f04f4b144c4d - 34.78% (52 MB)
[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 1.3% (1.94 MB)
[#006] sha256:fcba8889fc7301f17d5dfcc91553f868bcb1ad5414184c9f806bb4dad429673a - 16.49% (24.6 MB)
[#007] sha256:d6181777aba8bb05799493bd8a6b0b312ef5932b3422e87a970eabd17c8e8f04 - 13.82% (20.6 MB)
[#008] sha256:dd6f3ff331065715466e99666f0b0bfc3bc9991d0dfe70b15d825a31b90d8e69 - 18.47% (27.6 MB)
[#009] sha256:15d5f752864763e5760bc754108e6d796ee63fb5501e7191a28e645e1daabd18 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:d2c57bfbb29f6de3b29050a2c50c3806e0c8caa26f6d8dea47f479c923d72e3e in /
2020-09-25 22:47:35 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2020-09-25 22:47:36 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-09-25 22:47:38 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-09-25 22:47:39 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-10-28 22:52:31 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-28 22:52:31 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_arm64
2020-10-28 22:52:32 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-28 22:52:32 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-28 22:52:54 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 && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2020-10-28 22:52:55 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-28 22:52:56 UTC|1 ARCH=arm64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2020-10-28 22:52:56 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-28 22:52:58 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2020-10-28 22:52:58 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-28 22:52:59 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-28 22:52:59 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-28 22:52:59 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-1c4b756a3c6aa3bafe309571b7791702203a8807-head
2020-10-28 22:52:59 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-28 22:53:03 UTC/bin/sh -c #(nop) COPY dir:d15e3bf91ff7c1d515d97f3a9f3d9f341517f6925adedd4e85680e08120a98f3 in /var/lib/rancher-data
2020-10-28 22:53:06 UTC/bin/sh -c #(nop) COPY multi:a2c4918c45f31436c9821df386d0f9c8f022e8bbf902f72f647c756070667c5d in /usr/bin/
2020-10-28 22:53:06 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-28 22:53:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-28 22:53:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-28T22:52:15Z
2020-10-28 22:53:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-28 22:53:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=1c4b756a3c6aa3bafe309571b7791702203a8807
2020-10-28 22:53:07 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.