2020-10-30 23:13:46 UTC
161 MB
rancher/rancher-agent:master-8aa1d48cb93cfbab071a1f220fde4e54b0e00e07-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:79170b59432c1796fc4478129a27867fc2c7702e36a9524238e4123ed998e876 - 0.0% (123 Bytes)
[#004] sha256:7cd1b93d7464e9751487e34573d82824b197b4f6b50245b49e315589c471cbe4 - 34.86% (56.1 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.37% (2.2 MB)
[#006] sha256:586a09536b4ea4bad4b84ac821bb71e786182a60b80023b7fdd722e120986d4f - 16.5% (26.6 MB)
[#007] sha256:9c58330ce30a1e9efe0be03f1388392b41c772198a3fc65ac114df49f7b0cff3 - 12.84% (20.7 MB)
[#008] sha256:5f9d714b732fa9df676bbef1db8fe57cf11ddc3e397bb54896dcad868587f36e - 18.62% (30 MB)
[#009] sha256:14c1c2adb8c944d8aa6bedac8a1d47a763d417f7fa1ef302bc57f835637e907d - 0.0% (170 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-30 23:13:12 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-30 23:13:12 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-30 23:13:13 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-30 23:13:13 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-30 23:13:34 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-30 23:13:35 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-30 23:13:36 UTC|1 ARCH=amd64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2020-10-30 23:13:36 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-30 23:13:38 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2020-10-30 23:13:38 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-30 23:13:38 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-30 23:13:38 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-30 23:13:39 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-8aa1d48cb93cfbab071a1f220fde4e54b0e00e07-head
2020-10-30 23:13:39 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-30 23:13:43 UTC/bin/sh -c #(nop) COPY dir:0cb32721453e6cdaffc0377916f4ab756564981807ba3ee2bf77170a644795c7 in /var/lib/rancher-data
2020-10-30 23:13:45 UTC/bin/sh -c #(nop) COPY multi:7dc6835530b1c99a741da6ab02c05fdb3d3afc6738bd21020ee8edc39f5a071d in /usr/bin/
2020-10-30 23:13:45 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-30 23:13:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-30 23:13:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-30T23:12:52Z
2020-10-30 23:13:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 23:13:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=8aa1d48cb93cfbab071a1f220fde4e54b0e00e07
2020-10-30 23:13:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-30 23:07:54 UTC
248 MB
rancher/rancher-agent:master-8aa1d48cb93cfbab071a1f220fde4e54b0e00e07-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:63d6f25ee67d7570d40241893b0b9210f04f1e31b5967c7169b4b661351177ff - 0.0% (860 Bytes)
[#010] sha256:246b034208e7c60b0d37862d1c036b085a1b8a134c458b3e14ae99935360b82a - 0.04% (96.5 KB)
[#011] sha256:bbfd7b190631bdd8d3a417d808fe463159c22a603d75720afc977e5a23aa8c88 - 13.13% (32.6 MB)
[#012] sha256:86c5701919dfe52a182d94b401ce3bde0beb9916b5dc922caa6bc211b02f55ff - 0.0% (856 Bytes)
[#013] sha256:8d715c2d5a992f5ebcc1ee35fa440f1209d35477c2430c2e9f039151757cd3e2 - 0.0% (831 Bytes)
[#014] sha256:44b563b8ef2b541346507c8cee1316e8d2fc44d5a02cf258da3a490bc8c032cb - 0.0% (856 Bytes)
[#015] sha256:8ad98a21958d6e41081aaad03be284a70d5c7a22dac5608d14ba99659da8e31a - 0.0% (859 Bytes)
[#016] sha256:1e807529e0d1f44b0f3275f6137187c4555d5911dbd50bc92789727a503e7da5 - 0.0% (831 Bytes)
[#017] sha256:4017399cb2171361e90a2ce79ee6140ffe1102c050aad91820d70a331bb2308c - 12.07% (30 MB)
[#018] sha256:1698198a6a50433c1f99854b82a2ba948318b738bce49f1d41cbc60357cff824 - 0.0% (830 Bytes)
[#019] sha256:88d8c7969c3eba800ec5b08d0d2258b4f8ce92b2225f8d90a615caa57662c812 - 0.0% (854 Bytes)
[#020] sha256:44085634c4c0cc9cfa17f2c1aba9adcb31fb795e5b52fdf158c68928f1c9de8b - 0.0% (832 Bytes)
[#021] sha256:ef91c04bfb634edcdf426763bcd3c2519e945d18055a8788fa7d46554bc2131f - 0.0% (833 Bytes)
[#022] sha256:893e3017b60d15bbf0e2f50df3a71e9d893617e01bf45752c824d730c1c10f92 - 0.0% (826 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-30 22:33:08 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-30 22:33:09 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-10-30 22:33:11 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-30 22:33:12 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-30 22:33:12 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-30 22:33:12 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-30 23:07:50 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-8aa1d48cb93cfbab071a1f220fde4e54b0e00e07-head
2020-10-30 23:07:51 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-30 23:07:52 UTCcmd /S /C #(nop) COPY multi:4603ef472dbacdc42de195ed6daaaaf7a7293db9eaa15e770513f48f3fa71990 in \etc\rancher\
2020-10-30 23:07:52 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-30 23:07:53 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-30T23:07:48Z
2020-10-30 23:07:53 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 23:07:54 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=8aa1d48cb93cfbab071a1f220fde4e54b0e00e07
2020-10-30 23:07:54 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-30 23:14:02 UTC
250 MB
rancher/rancher-agent:master-8aa1d48cb93cfbab071a1f220fde4e54b0e00e07-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:fccdaa56d69b29865f4362b469d1e471f8b0b120e2ea4396f95ee99b09087f73 - 0.0% (832 Bytes)
[#010] sha256:e0d9b844464c2b4a2ce44bd386ef9811233d30807a40c4c41622ebeccc21ee21 - 0.04% (101 KB)
[#011] sha256:735da356d89ebca0fc92e3799d16cf12e1cea9b85b8fb3d88e19268f6da3e284 - 13.05% (32.6 MB)
[#012] sha256:6c5199f90eec0e7a8b36bc0c9638b4796ec4ed7ab11fe9eeb7fa4e0b9ca7633f - 0.0% (828 Bytes)
[#013] sha256:73b245243dfcc1fe3027561f5ff13731332cd7f20eb19e43654a9514dafc6a5a - 0.0% (852 Bytes)
[#014] sha256:0e25fbb2e688f2b6e5f4d8683bf71d1727af39e728a07d1c7040cd6706a24925 - 0.0% (831 Bytes)
[#015] sha256:9b9fed9fb2af4b7aa55f44dbbc447a9db2cf1f241785d259168a74f07d117745 - 0.0% (823 Bytes)
[#016] sha256:3af83ab58f02f74799c3437aaf10614ecbe94b873c3bb1baf996127ba2c7a31c - 0.0% (838 Bytes)
[#017] sha256:3e05f300cd91092c9e9036b41dfe1771eec561eb08eff72b73c09cfd77c1fd42 - 11.99% (30 MB)
[#018] sha256:7289e4cc443e70b6b50979a186015e90859c740a584a975fa91c5b68cb2f4146 - 0.0% (829 Bytes)
[#019] sha256:e50eed480dea333fee9dee4ec3e8a52d77e3e3afce5a3088092de601019780ae - 0.0% (856 Bytes)
[#020] sha256:bc32729ff0b7271937790e79271fa5b9c43858768c5edb87b26c9c39aac77514 - 0.0% (846 Bytes)
[#021] sha256:c47dd9fea9e7c3adcf8ddf5f27c94f6608a32e9c2ded2609ee022a217bfec9d0 - 0.0% (851 Bytes)
[#022] sha256:bc1e1b6158ce367b98b52fbe160dea382c98281b97695d2682abdc6b88c54d9a - 0.0% (866 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-30 22:52:05 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-30 22:52:06 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-10-30 22:52:08 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-30 22:52:08 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-30 22:52:09 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-30 22:52:09 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-30 23:13:57 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-8aa1d48cb93cfbab071a1f220fde4e54b0e00e07-head
2020-10-30 23:13:58 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-30 23:13:59 UTCcmd /S /C #(nop) COPY multi:4603ef472dbacdc42de195ed6daaaaf7a7293db9eaa15e770513f48f3fa71990 in \etc\rancher\
2020-10-30 23:14:00 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-30 23:14:00 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-30T23:13:54Z
2020-10-30 23:14:01 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 23:14:01 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=8aa1d48cb93cfbab071a1f220fde4e54b0e00e07
2020-10-30 23:14:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-30 23:06:59 UTC
250 MB
rancher/rancher-agent:master-8aa1d48cb93cfbab071a1f220fde4e54b0e00e07-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:51f87d0e86a5e5a52522bc5700afcd2803c87460cf7095b43ecb86a6a0857c34 - 0.0% (877 Bytes)
[#010] sha256:f92f48544ab41a74a42c6e1f2757fca969b023406370f38f87db3b5c3437e42d - 0.04% (101 KB)
[#011] sha256:530a139a62358806d6a391f6386b1ca8649369749b0f41975508c88823707693 - 13.04% (32.6 MB)
[#012] sha256:96c9f30d6f44dabb98f84f95766e06ac96aefda980a24dafb1f031e48f7438f5 - 0.0% (832 Bytes)
[#013] sha256:ad465e099811f3de0aabbce4ee18960ddadb776387a9202b41cbce428ba31d26 - 0.0% (853 Bytes)
[#014] sha256:78743b5666ca53c5fc9b98b497b43c2523b1f182d064c46c32ab5fd88ada9c44 - 0.0% (856 Bytes)
[#015] sha256:1b1080f655ef9fe43848b4a129c64da89dfae5af91362aac418d6753955f3584 - 0.0% (832 Bytes)
[#016] sha256:9fcdd71b705d4c9dca12164cb8844c912d3cc8badf48f8a4294022b995f40f97 - 0.0% (835 Bytes)
[#017] sha256:2df96166a1c23bc150278ce11df67e20abba486bff619e558e5a4966ff7e3a84 - 11.98% (30 MB)
[#018] sha256:ecef4d23e21541e043ff29d2fd8f20a7beafc8ccafc031ccf35cf25ef470a611 - 0.0% (826 Bytes)
[#019] sha256:89bcad65c6b136ee7903c7bb3d641ad47605123dde30af72de8b21f0611b2050 - 0.0% (826 Bytes)
[#020] sha256:06fe859496ae5e5065232f5a1ce5f22a01ea159512b61a4939c30dc8d346cfde - 0.0% (851 Bytes)
[#021] sha256:00260cc2cd132afffa5d6cb5a8d3273f614dc0caa5eee27da97995b96ab84790 - 0.0% (851 Bytes)
[#022] sha256:488bb8607660acdb4a3e5d11c58a7a6c1c57fb47833e7ee07b3f5d8b3c13c082 - 0.0% (853 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-30 22:52:09 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-30 22:52:10 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-10-30 22:52:12 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-30 22:52:13 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-30 22:52:13 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-30 22:52:14 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-30 23:06:55 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-8aa1d48cb93cfbab071a1f220fde4e54b0e00e07-head
2020-10-30 23:06:55 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-30 23:06:57 UTCcmd /S /C #(nop) COPY multi:4603ef472dbacdc42de195ed6daaaaf7a7293db9eaa15e770513f48f3fa71990 in \etc\rancher\
2020-10-30 23:06:57 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-30 23:06:58 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-30T23:06:53Z
2020-10-30 23:06:58 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 23:06:58 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=8aa1d48cb93cfbab071a1f220fde4e54b0e00e07
2020-10-30 23:06:59 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-30 23:09:14 UTC
149 MB
rancher/rancher-agent:master-8aa1d48cb93cfbab071a1f220fde4e54b0e00e07-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:9d22dcd73754253c3093cce88d3cd2f67c4bd7f943b52a01529a83d04c5cffbb - 0.0% (122 Bytes)
[#004] sha256:a7290a2fdeeb2369ddf6597c3c9d6cc1162ee8f1ba6f46ad7bcfe5887c95f742 - 34.77% (52 MB)
[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 1.3% (1.94 MB)
[#006] sha256:0838995339845875ec1b38733c9eee1666abb28d2619ebbd59af4dd606932fe7 - 16.48% (24.6 MB)
[#007] sha256:f9f7afe5791bd8569c0b5ea7c91745962b7523f5fef66498677d029d1406faa6 - 13.84% (20.7 MB)
[#008] sha256:29f6393589ef9e6232dd8db0183a63db5a4f02bd2fe62d7f8decf684b8e15a23 - 18.47% (27.6 MB)
[#009] sha256:2ab09a947626ae3e5243efd07d764e5d59220a75143edfcee39d1744d7d89c3d - 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-30 23:08:39 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-30 23:08:39 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-30 23:08:40 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-30 23:08:40 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-30 23:09:02 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-30 23:09:02 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-30 23:09:03 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-30 23:09:04 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-30 23:09:05 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-30 23:09:06 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-30 23:09:06 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-30 23:09:06 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-30 23:09:06 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-8aa1d48cb93cfbab071a1f220fde4e54b0e00e07-head
2020-10-30 23:09:07 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-30 23:09:10 UTC/bin/sh -c #(nop) COPY dir:24f9e27dfb9533ea681a9f95759596ecc30fc127d5c1625f174228cbfea5a3f7 in /var/lib/rancher-data
2020-10-30 23:09:12 UTC/bin/sh -c #(nop) COPY multi:b477c63f240d655b9ac6a47957797797b38b59acb36bbd7debd7aead6f0678f5 in /usr/bin/
2020-10-30 23:09:13 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-30 23:09:13 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-30 23:09:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-30T23:08:24Z
2020-10-30 23:09:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 23:09:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=8aa1d48cb93cfbab071a1f220fde4e54b0e00e07
2020-10-30 23:09:14 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.