2020-09-30 01:24:50 UTC
158 MB
rancher/rancher-agent:master-adfc2972bd5c1682b503f4b4095c99d5922dbd88-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 - 16.09% (25.5 MB)
[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)
[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)
[#003] sha256:4a98b11dfe6b8f6e438fb148508f85505692dbe8a24ab1f8ba99555d30f1568c - 0.0% (125 Bytes)
[#004] sha256:c295ead770c1cdf6e28056c8065cb05f0aa0023a74abfe10f484cfaa7033caba - 34.3% (54.3 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.39% (2.2 MB)
[#006] sha256:e22f61b84a789454728dcc48448618261d184ff09b7db8cb4940e10edd1a121a - 16.79% (26.6 MB)
[#007] sha256:e19f52ea3298b497cc02cb27190ae6111e13a32924abd30f93a23f3c0f55be7e - 12.5% (19.8 MB)
[#008] sha256:c9596aa5b1cf84cc270f901df635282cf74c71130a1e00d4b9b7713a77c5bfac - 18.92% (29.9 MB)
[#009] sha256:1872f021ce26082535d7e34e0c3c9cf428257e210012912f8912a6f33c33f0c5 - 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-09-30 01:24:15 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-30 01:24:15 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-09-30 01:24:16 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-30 01:24:16 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-09-30 01:24:36 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-09-30 01:24:37 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-30 01:24:38 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-09-30 01:24:38 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-30 01:24:40 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-09-30 01:24:40 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-30 01:24:41 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-30 01:24:41 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-30 01:24:41 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-adfc2972bd5c1682b503f4b4095c99d5922dbd88-head
2020-09-30 01:24:41 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-30 01:24:46 UTC/bin/sh -c #(nop) COPY dir:43c1da299fd58e81b32f9caad09558a7ca52036458ca71be19b1641889a7061c in /var/lib/rancher-data
2020-09-30 01:24:48 UTC/bin/sh -c #(nop) COPY multi:1c35c41abc43ada787610537e667375372f736a6fc884f5736b1248ecb6ccd22 in /usr/bin/
2020-09-30 01:24:49 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-30 01:24:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-30 01:24:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-30T01:23:51Z
2020-09-30 01:24:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-30 01:24:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=adfc2972bd5c1682b503f4b4095c99d5922dbd88
2020-09-30 01:24:50 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-30 01:15:49 UTC
248 MB
rancher/rancher-agent:master-adfc2972bd5c1682b503f4b4095c99d5922dbd88-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4570333-amd64
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:ecf9bb62dc6eedea9fd367628f8715dea75b7d2053afa4b5121e7809aa692139 - 38.89% (96.5 MB)
[#001] sha256:0fd5328420481beeee71ea21840346f87bc5b95d40cf6f74a9b01d9c39c744db - 0.0% (865 Bytes)
[#002] sha256:913f52bb6619140ed606ae2bf1c5d128348ef67ca3600318a91fcc9403c5ac81 - 0.0% (842 Bytes)
[#003] sha256:8ea48b74ea1c60c5fd124fd6af6332c1dad2bbebf78713710bcf84aec53c441c - 0.0% (849 Bytes)
[#004] sha256:054d0c9d879196ab084e65421b97ab3120c713ca645ed1b58c1c60ae99201353 - 0.03% (64.6 KB)
[#005] sha256:0a0636df11ad942e91323f7e281ce081315dd20235bc854f4484d34e53b6d394 - 0.0% (842 Bytes)
[#006] sha256:1b53fba640090926dcea57282695a1839c59d2c7f818c99ec394b6b681d84807 - 35.82% (88.9 MB)
[#007] sha256:14b91a793383cbcd3974b6294da21e9f51a7eecd17619728d8460c45855eeb3d - 0.05% (124 KB)
[#008] sha256:4d3995334b1530f09011729770da2ee70bbd08c5a11642c2ca15feb5b244e9f5 - 0.0% (865 Bytes)
[#009] sha256:12b264e311d29e2106449f731e2de55b21901067b65687ab4f7c1fce1da67153 - 0.0% (888 Bytes)
[#010] sha256:54f5b580585e58127e73808eb8441dcb64c76cfcc4be85890d8afcb2dd9f8892 - 0.0% (870 Bytes)
[#011] sha256:ec97aced650a518609a21195e81563d1d0cc362de26abd23182247fb74c33404 - 0.04% (96.5 KB)
[#012] sha256:dbeb38b0c768ae33cfebc07b06bf382e273d3f4b4c4e9815e368a7feef0c2da1 - 13.13% (32.6 MB)
[#013] sha256:d273b66791c9b91ac36218ea9e75fcf85e94c791acb1dce3683a14bd069be20f - 0.0% (827 Bytes)
[#014] sha256:f6953e348b074cdb22b25180ce12876c02214813155d5d702de3c724d205b439 - 0.0% (853 Bytes)
[#015] sha256:7de47c932b4bae87e840144c9eed5432cdfdd570b047b3e0e11a448fdf4f7f24 - 0.0% (832 Bytes)
[#016] sha256:61920f9ca4576f453ff6d1451824fa09eda0dcbbe10851a7ea79c2e76ce62006 - 0.0% (822 Bytes)
[#017] sha256:2bd59551306d3e8d78f53e9733c0a131395db9e65635105da48ede4db8ab45c4 - 0.0% (821 Bytes)
[#018] sha256:1dc8913a88009fed51852deae26867bf15266b86df73cf3357270bf7b2ad99d4 - 12.05% (29.9 MB)
[#019] sha256:d8da94b2798a6c838353c3eb1bc4cf51a6c30b6df931936c5c2d1031e8c1d68a - 0.0% (822 Bytes)
[#020] sha256:0fd8097687812e704d12b0a785fe0c84b8580ac92cde684dbb5aff21175efec7 - 0.0% (832 Bytes)
[#021] sha256:df3031982939e9c6d4029dd27b7911f543ef2e4a42263dc4711031c09fa23f74 - 0.0% (854 Bytes)
[#022] sha256:924bc57df3cf22005d7aeb2be96af5f65b30c3367baf1cc6268cc1cf2f45e3e5 - 0.0% (859 Bytes)
[#023] sha256:ab9dd001654624ba22f1dc9527460ce713e9d6d0dfa64cc94fa06de591c1d355 - 0.0% (852 Bytes)
Apply image 1809-KB4570333-amd64
2020-09-28 20:14:23 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-28 20:14:27 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-KB4570333-amd64
2020-09-28 20:14:31 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-28 20:15:33 UTC|1 fromTag=1809-KB4570333-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-28 20:15:33 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-28 20:15:58 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-28 20:16:40 UTC|1 fromTag=1809-KB4570333-amd64 cmd /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-09-28 20:16:40 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-09-28 20:16:41 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-30 01:15:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-30 01:15:42 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-09-30 01:15:43 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-30 01:15:44 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-30 01:15:44 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-30 01:15:45 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-30 01:15:45 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-adfc2972bd5c1682b503f4b4095c99d5922dbd88-head
2020-09-30 01:15:45 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-30 01:15:47 UTCcmd /S /C #(nop) COPY multi:15c54940d7dbb29b52a260bd938b6a752e3ecb00324e0939d008b2c8f4bf87de in \etc\rancher\
2020-09-30 01:15:47 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-30 01:15:48 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-30T01:15:22Z
2020-09-30 01:15:48 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-30 01:15:48 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=adfc2972bd5c1682b503f4b4095c99d5922dbd88
2020-09-30 01:15:49 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-30 01:16:22 UTC
250 MB
rancher/rancher-agent:master-adfc2972bd5c1682b503f4b4095c99d5922dbd88-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909-KB4574727-amd64
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:17e0c587bdd6c4fedad1cf4224690c6f30777c7cfa6d7d3c5e4e569c5f59a33f - 39.23% (97.9 MB)
[#001] sha256:00fc7676ccd4bbc8ff91b140504d13c6bedb98e4ad860b02f191f47729f6accf - 0.0% (839 Bytes)
[#002] sha256:d3156955f9a148311b954c74dad8d25a681830c66206816fea6ac46ce237b2a2 - 0.0% (823 Bytes)
[#003] sha256:c88db591053398517c70c16a25b94c3a04bf3f79b7df2ff2b2ae5e82c0e3393f - 0.0% (844 Bytes)
[#004] sha256:25b823a5453fa72cd842fc651a7af31c3b12669f7df73f8af3a5d2cd86782746 - 0.03% (65.5 KB)
[#005] sha256:815596da8716e5f73fbf05bf3d6e324632d9833064de153aa34c1d405786406c - 0.0% (862 Bytes)
[#006] sha256:6fce4c1b5cb512e6174f0a10578146ce9da89913f7bc9eedb96cb873dc09f04d - 35.62% (88.9 MB)
[#007] sha256:a12c4bef7c61fcf033fbd13cb4d757617b3d0963a4bf1b8236a342ade60698ba - 0.05% (122 KB)
[#008] sha256:f1e63c2f280a8ea46f6d7821ae74babb99c3e52c3a51f8c121194452edaf1a54 - 0.0% (820 Bytes)
[#009] sha256:3602f46a2abc4f9dd289369f17182a7314090b577055b19ab6c9a945ea204f3c - 0.0% (883 Bytes)
[#010] sha256:acf46161da42ef474f18bce3da0053a0c28bad0bc70ff3263698afddcff22be0 - 0.0% (828 Bytes)
[#011] sha256:d3599c516c6de259663a76533be285f3a82ff339f3a6976a4d6dec017f270390 - 0.04% (101 KB)
[#012] sha256:f4550db371238d3b9b1b42826f2acf13a1e55c36bbd150b371e39b937d084c8c - 13.06% (32.6 MB)
[#013] sha256:b9bb4d24b99634dcb40bf2ab6c564fdc26aca4b2f682575935bb20d33c953329 - 0.0% (829 Bytes)
[#014] sha256:25df713ce7cb37593449157ca0ce4d8c45471515b9499b9c386c8ad9f4070f34 - 0.0% (829 Bytes)
[#015] sha256:da4c34e2a1147e3c21c9d669caf783077b081e5c231344860147e3724a2e82c6 - 0.0% (831 Bytes)
[#016] sha256:33f11f9bb30cf6967321d33a8749eecf3b308f32d1bfec5e286e447b68c9ad0f - 0.0% (858 Bytes)
[#017] sha256:5c792f500f69179e778a2fd86f280675781de5bb9bcdd60eaad4e6a15d0db2a2 - 0.0% (831 Bytes)
[#018] sha256:cc298623108b3757be045775970af1ed8dcb71896f3a79a66f00b83703fc4d99 - 11.98% (29.9 MB)
[#019] sha256:5b901daebecb42bb238d83a88e33b34e0f4ab5147911583254fa335e6756dbcf - 0.0% (854 Bytes)
[#020] sha256:b2e40874f7730d0950277fae00def0c1753884ad7cba5ac4c809b7351d4bfa64 - 0.0% (831 Bytes)
[#021] sha256:5cd879999482ac6bb9201f9ec2cfc15adbb376e516cd7d9106bce9699c4f2e2f - 0.0% (829 Bytes)
[#022] sha256:c8a1578331ba052530308beec03654faeb6437744ec693d2bd39949252d7caa4 - 0.0% (826 Bytes)
[#023] sha256:15eb44a541d6e98a8fd40748fd8298e4ee8959e4867ca34092b6421d5499c081 - 0.0% (831 Bytes)
Apply image 1909-KB4574727-amd64
2020-09-28 20:39:14 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-28 20:39:16 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-KB4574727-amd64
2020-09-28 20:39:18 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-28 20:39:57 UTC|1 fromTag=1909-KB4574727-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-28 20:39:59 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-28 20:40:55 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-28 20:41:50 UTC|1 fromTag=1909-KB4574727-amd64 cmd /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-09-28 20:41:51 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-09-28 20:41:53 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-30 01:16:14 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-30 01:16:14 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-30 01:16:17 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-30 01:16:17 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-30 01:16:18 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-30 01:16:18 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-30 01:16:18 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-adfc2972bd5c1682b503f4b4095c99d5922dbd88-head
2020-09-30 01:16:19 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-30 01:16:20 UTCcmd /S /C #(nop) COPY multi:15c54940d7dbb29b52a260bd938b6a752e3ecb00324e0939d008b2c8f4bf87de in \etc\rancher\
2020-09-30 01:16:21 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-30 01:16:21 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-30T01:15:54Z
2020-09-30 01:16:22 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-30 01:16:22 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=adfc2972bd5c1682b503f4b4095c99d5922dbd88
2020-09-30 01:16:22 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-30 01:16:01 UTC
250 MB
rancher/rancher-agent:master-adfc2972bd5c1682b503f4b4095c99d5922dbd88-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4574727-amd64
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:55cc7bac0ad5d25f8159b7666fddfaf8cced9402eafca4ac098a4e66935aef64 - 39.26% (98.1 MB)
[#001] sha256:51de71c339e94a186ad4a4e64a3f117cff3c43e40501b2b61888e3584821023a - 0.0% (840 Bytes)
[#002] sha256:99cecd3c5c9430170e596e017fa70f1aad8ddadfc3571c8c43b836464f88b353 - 0.0% (866 Bytes)
[#003] sha256:a2b27a724c4c35c064de40d0d9580b3608f716a387f296b93612ceb2552f03ce - 0.0% (837 Bytes)
[#004] sha256:66af718fffe55e33bd42700958b94f1c6e0af25445fb2b71e8fa282b9b487376 - 0.02% (62.1 KB)
[#005] sha256:8c2219a4a3a960d24ab235ce3aad481afc4967d5ba78f841980797129697edd9 - 0.0% (839 Bytes)
[#006] sha256:1275b7ac57dfd4e8fa982f95ee506531222b75aa59dff139c0bcb1f5d54a2cc0 - 35.6% (88.9 MB)
[#007] sha256:f6db7d476318cbe3187e41bd73bb86c50e81d13b104b5b6c4759859e69dc6619 - 0.05% (133 KB)
[#008] sha256:2632eb370bbe8b498b7ab7fcbeadf1656c0cf01f1e50006a79b9fd1b4ad9a6db - 0.0% (824 Bytes)
[#009] sha256:3c12ee90e0a1e8d53b780fee4aa047c1d097902498ec9d426491259cfa0e7e8d - 0.0% (824 Bytes)
[#010] sha256:1d53af37d61be1f328e70faead3d7c23561d77dae9e27e57fe4aa6ad5f1b2189 - 0.0% (833 Bytes)
[#011] sha256:d67b97e1677a51ac7684008725deb5a69707d5a0325497d7bcb51ca290cd6ca2 - 0.04% (101 KB)
[#012] sha256:49b5839ba6ce25a5b67367462b0ad031881368f7c52dbf0e55f319cf5d17c7a9 - 13.05% (32.6 MB)
[#013] sha256:c20e7132e3d536f08cb6e887b23ae976efdb10137ae4dcdf6faca7a5760eaee4 - 0.0% (828 Bytes)
[#014] sha256:d73e6c46f0d3b2fc6d5ee503524d0f480d5acbbbc2a24a08b68f9f580c8cb716 - 0.0% (829 Bytes)
[#015] sha256:9d99167ca6c017213c5302012aceabeccea81d5cabd5fcb14ea4832430cc17ea - 0.0% (831 Bytes)
[#016] sha256:17be233400e8ada66f4fbf6368acdb21bc93aabe98253ce79dc5d50a33be77ee - 0.0% (829 Bytes)
[#017] sha256:54f06722af830f52a2fffe893219f994bf772ee48f41d9bd7f813642cd81f638 - 0.0% (853 Bytes)
[#018] sha256:61e014ffefc289b0edacda789fb6a1f1ca865f2e68800650809e6f0b4f0570b9 - 11.97% (29.9 MB)
[#019] sha256:0c619a1d34f5a0f056c85350f3508e760b0463ae6dd0911a5a825ccbc85fcca9 - 0.0% (831 Bytes)
[#020] sha256:8ca84547e9dfc00af304e74fbc050d29229df974bbb34941e216c12649c514a2 - 0.0% (830 Bytes)
[#021] sha256:fd8436316a0716488f7e75e1fff4bfe26715094574a3f50d3a7943b90bfa1c8e - 0.0% (833 Bytes)
[#022] sha256:1153e9ffbca69533daf67922bba0af1dcf06e4a84dcd0f002fbb200e3f9b2b57 - 0.0% (827 Bytes)
[#023] sha256:64aec7f214f0e812fe7bf19165af6ec65948742479afa81f5d511d77d25bf036 - 0.0% (828 Bytes)
Apply image 1903-KB4574727-amd64
2020-09-28 20:24:40 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-28 20:24:41 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-KB4574727-amd64
2020-09-28 20:24:42 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-28 20:25:35 UTC|1 fromTag=1903-KB4574727-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-28 20:25:36 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-28 20:26:11 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-28 20:27:03 UTC|1 fromTag=1903-KB4574727-amd64 cmd /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-09-28 20:27:06 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-09-28 20:27:09 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-30 01:15:53 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-30 01:15:53 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-30 01:15:56 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-30 01:15:56 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-30 01:15:56 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-30 01:15:57 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-30 01:15:57 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-adfc2972bd5c1682b503f4b4095c99d5922dbd88-head
2020-09-30 01:15:57 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-30 01:15:59 UTCcmd /S /C #(nop) COPY multi:15c54940d7dbb29b52a260bd938b6a752e3ecb00324e0939d008b2c8f4bf87de in \etc\rancher\
2020-09-30 01:15:59 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-30 01:16:00 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-30T01:15:34Z
2020-09-30 01:16:00 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-30 01:16:00 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=adfc2972bd5c1682b503f4b4095c99d5922dbd88
2020-09-30 01:16:01 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-30 01:19:21 UTC
147 MB
rancher/rancher-agent:master-adfc2972bd5c1682b503f4b4095c99d5922dbd88-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.42% (22.6 MB)
[#001] sha256:c0533d1393025aa8c38e0823a6546a0d4e5dec6b8b670758c25494c35783668d - 0.0% (850 Bytes)
[#002] sha256:3c11bb34abc87247c6a70c928b7a5ef4cd48093642eb0c4b8121a674d3e278c6 - 0.0% (189 Bytes)
[#003] sha256:50745d7306e74f75ba65a30aa3afb204f9abe93283d3d61b6be2fd2116875e42 - 0.0% (123 Bytes)
[#004] sha256:5370698b42821ba85a9523b88a3f2c249d00bf60254f511eb9f2b71fb0fd5a61 - 34.21% (50.2 MB)
[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 1.32% (1.94 MB)
[#006] sha256:6ec219da8630cd0f35e68a548cade3be1dafffc81734b37d15f6be6d1e066e2a - 16.79% (24.6 MB)
[#007] sha256:a32c0453e8ab00d258a8e4b8b65853895d420888f787e3af3049ed5d73bd48f4 - 13.48% (19.8 MB)
[#008] sha256:c738f41ed365da028ee205b75ee47a2cd657167dd015ba12d26b88f017c3c647 - 18.78% (27.6 MB)
[#009] sha256:8587c92a31b50f33e462f91f0996b79b00dbfd3d9655f7141d842b6adbe5e0c1 - 0.0% (170 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-09-30 01:18:47 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-30 01:18:47 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-09-30 01:18:48 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-30 01:18:48 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-09-30 01:19:08 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-09-30 01:19:09 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-30 01:19:10 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-09-30 01:19:11 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-30 01:19:13 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-09-30 01:19:13 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-30 01:19:13 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-30 01:19:14 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-30 01:19:14 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-adfc2972bd5c1682b503f4b4095c99d5922dbd88-head
2020-09-30 01:19:14 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-30 01:19:18 UTC/bin/sh -c #(nop) COPY dir:9ca46a2abe833cf32d95821b792e7a46a40f0ce47a4dacd78086228b753201e2 in /var/lib/rancher-data
2020-09-30 01:19:20 UTC/bin/sh -c #(nop) COPY multi:a174a3daf03b7d5f29f67249880d1da7d644d7c6cc64e1a6d58f2ed219b53cdf in /usr/bin/
2020-09-30 01:19:20 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-30 01:19:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-30 01:19:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-30T01:18:32Z
2020-09-30 01:19:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-30 01:19:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=adfc2972bd5c1682b503f4b4095c99d5922dbd88
2020-09-30 01:19:21 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.