2020-09-02 19:22:13 UTC
155 MB
rancher/rancher-agent:master-0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3-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.17.6
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:f08d8e2a3ba11bea23cf5c17e8e1c620057412ed05c32d1114640e18d6dd0a43 - 16.48% (25.5 MB)
[#001] sha256:3baa9cb2483bd9c5329a44d9c2fe72535625bbd4308bca95785dd58e72c06365 - 0.02% (34.5 KB)
[#002] sha256:94e5ff4c0b1526abf77c236655f21c8f67a23313291c8b970fe6b469549d8153 - 0.0% (848 Bytes)
[#003] sha256:1860925334f940c3145808527480b4f0cba7f01279087fdb27679e4354fba967 - 0.0% (163 Bytes)
[#004] sha256:8b628b4c69d639452a924256a20f32f0244c2aa53772a91629677baa26a83ec7 - 0.0% (123 Bytes)
[#005] sha256:aef90d11c8d8a1ba723c8a66e36ed347a8f1915aa77f53947a4d1989b05da3b5 - 35.05% (54.2 MB)
[#006] sha256:d4f72327bfd04de20c3f0db5ecd2ee4eaeff15f2041665c719b9536bffc11d86 - 1.43% (2.2 MB)
[#007] sha256:2398dacdade49031cdf74100162823556a97f2ac907e1236eee149b24051f908 - 0.79% (1.22 MB)
[#008] sha256:b27ee7a47616eb56309e6c8a85ebe30a63ef1874acba2509b3bd8afbe2419cf2 - 17.2% (26.6 MB)
[#009] sha256:5d983afcdf15b7f61b6bbbc382bb1960b67a86a3f8d86f9cd9e930850a9c2f63 - 10.84% (16.8 MB)
[#010] sha256:b0501335cc83556d1da61f9362e8893ce557ef2bb17c0afcf6fb8791adedb5b7 - 18.19% (28.1 MB)
[#011] sha256:4254a34077bb5ed1beb038ffd687edc9ced77ec104c33e98b5e10a7564ea38eb - 0.0% (170 Bytes)
/bin/sh -c #(nop) ADD file:5c125b7f411566e9daa738d8cb851098f36197810f06488c2609074296f294b2 in /
2020-08-19 21:13:52 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-08-19 21:13:53 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-08-19 21:13:55 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-08-19 21:13:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-02 19:21:32 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-02 19:21:32 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-02 19:21:34 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-02 19:21:34 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-02 19:21:57 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-02 19:21:57 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-02 19:21:59 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-02 19:22:00 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-09-02 19:22:00 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-02 19:22:02 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-02 19:22:02 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-02 19:22:03 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-02 19:22:03 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-02 19:22:03 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3-head
2020-09-02 19:22:03 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-02 19:22:09 UTC/bin/sh -c #(nop) COPY dir:72a9a5596bbfe5ef43ed24d85127d6c8c9c0c740b9323abf5eb97dcb22ffcd00 in /var/lib/rancher-data
2020-09-02 19:22:12 UTC/bin/sh -c #(nop) COPY multi:bcc236586c9321252a06a68a3bb1cdcc9bb7e702e43d50bba590a023ef5206b3 in /usr/bin/
2020-09-02 19:22:12 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-02 19:22:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-02 19:22:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-02T19:21:15Z
2020-09-02 19:22:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-02 19:22:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3
2020-09-02 19:22:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-02 19:15:56 UTC
246 MB
rancher/rancher-agent:master-0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4565349-amd64
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:ce1c649a3e5b5b5449776d4afce631c673cade12336ccb5a38a0aac7c9d8b2bc - 39.11% (96.3 MB)
[#001] sha256:7faa8b742f9631b42a9205876cc727ffa352abb6cee017c1d1d9392abddcd313 - 0.0% (838 Bytes)
[#002] sha256:0c2fc86b9dadff222eca11e0e6bab2c3158a31e22cce766ac9cfde1f4a576856 - 0.0% (838 Bytes)
[#003] sha256:52bdd3932c0557c61f78db49bdf4196f2b9be53675af22e99852d11e66d38794 - 0.0% (836 Bytes)
[#004] sha256:9b106ae5c4d8c2a9fe2acb5a1eeb391506140ffb4cc220c3b9f5d850159e43ab - 0.03% (64.9 KB)
[#005] sha256:895b948ccfa29db408ff14b7f4b71a8dbc4370dea4d4cb2f62408124ba4155de - 0.0% (860 Bytes)
[#006] sha256:72e8c8759db590ccd720acc7459bbdd9164b4e2b8c8c99dcaa436dd2832df3b4 - 36.11% (88.9 MB)
[#007] sha256:dbdae1ce5b6368ca3a0d1d8e93be51a5d7b060e701b60daa27d5793f18e1c97d - 0.05% (132 KB)
[#008] sha256:ae20a9b494b26c05caf10a84c47e036bacecd0da3451c32ddca9158e60a229ea - 0.0% (836 Bytes)
[#009] sha256:400f596f482576fd2d181433c462f67aadbec10473a3f1428e963f4276b600eb - 0.0% (831 Bytes)
[#010] sha256:d77f5fed9ccbfd8e9e7014240d1b9d60bf21942ba0b3be2913f4cae303b76f3d - 0.04% (96.5 KB)
[#011] sha256:5f8877f726d61646b4d74b6431fc3ac2fa16935d7f392a2fea7cff9862706d9d - 13.24% (32.6 MB)
[#012] sha256:10e6a0a4db0c5e0ccca00e901c3206ba7c7d835341cb8675623ab752df84e82b - 0.0% (830 Bytes)
[#013] sha256:59a74c080382a65395656267bc77af47d7915ec63cd8ee8130767f99b90ec2e4 - 0.0% (828 Bytes)
[#014] sha256:59ab893daebd8131480c41c27000380d21c10f4ba3f89b7f3fc8cf2aabf39d00 - 0.0% (830 Bytes)
[#015] sha256:7a6e18118227153f582d7022828986c5659a405a240bab545a7df72c3960f171 - 0.0% (826 Bytes)
[#016] sha256:2c3994efa204ba71d70ca6f9ac9f080a4e8b4b41ddef1e6e2f8aa1c078a9f395 - 0.0% (834 Bytes)
[#017] sha256:3986521621c19b32d9e7e9a9204497fb04f96a0c24286c5fbd507c413ccfbf18 - 11.42% (28.1 MB)
[#018] sha256:97fb0f4d1d4987e1720974d752e3304ab6440e6ec145376bd4ceb7374cf57f78 - 0.0% (830 Bytes)
[#019] sha256:fe7bf7e34aed65357d6fefe27532b5d50acc334203b31c9e7fadf86ab8335a6f - 0.0% (828 Bytes)
[#020] sha256:e951586f1f945efd7b05f51c93050a8a2088a63f2c7f13c29a5da19f9d0d55a9 - 0.0% (830 Bytes)
[#021] sha256:604c27c1311cd99347f5f5d883250fa9656aa64ee35e2410e01a7275e5bcbc48 - 0.0% (832 Bytes)
[#022] sha256:c8f30d0580b8c712ad8559f9ae1379e3af3b547f0ef54185ca226b190c184c7d - 0.0% (829 Bytes)
Apply image 1809-KB4565349-amd64
2020-08-14 17:11:24 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-08-14 17:11:25 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-KB4565349-amd64
2020-08-14 17:11:25 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-14 17:11:45 UTC|1 fromTag=1809-KB4565349-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-08-14 17:11:45 UTCcmd /S /C #(nop) USER ContainerUser
2020-08-14 17:11:57 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-08-14 17:12:30 UTC|1 fromTag=1809-KB4565349-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-08-14 17:12:30 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-08-31 18:53:30 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-31 18:53:30 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-08-31 18:53:33 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-08-31 18:53:34 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-08-31 18:53:34 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-08-31 18:53:35 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-02 19:15:52 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3-head
2020-09-02 19:15:53 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-02 19:15:54 UTCcmd /S /C #(nop) COPY multi:bfa827a43a593cda2117f5a52dc2dddf5c047cd89d67f98b546333a017fe20f2 in \etc\rancher\
2020-09-02 19:15:55 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-02 19:15:55 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-02T19:15:50Z
2020-09-02 19:15:55 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-02 19:15:56 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3
2020-09-02 19:15:56 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-02 19:15:50 UTC
248 MB
rancher/rancher-agent:master-0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909-KB4565483-amd64
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:e8a609e7f617bec4bcf5ba70cf691a9884e732141eadfcc9c42c436f917d0164 - 39.49% (97.9 MB)
[#001] sha256:f69c4c04af059b407ce235a9fe0f5dbdac1acb659c430e1833f032d59c54a44d - 0.0% (832 Bytes)
[#002] sha256:72b97ba92e8318fc9a92e5844f0fd6d9f18c98d0a3617751c97929f75ea30a7d - 0.0% (909 Bytes)
[#003] sha256:d42f4e553405da437ee2340b55b881b0331c3248fcf50e4d99d5f10681872813 - 0.0% (837 Bytes)
[#004] sha256:eb2bd59962273b3695d74c39f57f7f6cb94b660c6b24a50842dfa0b92cd3456e - 0.03% (66.6 KB)
[#005] sha256:f88712b8391a1bc1df04ce30ae241e6e6db02e7a299974cb2369737cf97fcd70 - 0.0% (840 Bytes)
[#006] sha256:9854a896de0f9cd78b8ecdf5435e85f911c7eb7f559bfcbb22e156f092725622 - 35.89% (88.9 MB)
[#007] sha256:552d1cab94d2e705e3f64b564242ed79bce25764edba87f44ef9017baae83ff1 - 0.04% (95.1 KB)
[#008] sha256:3ac31881f1657ad00f46be984a19351fbbd793d1cb03ea34040b2ec3664ee19e - 0.0% (839 Bytes)
[#009] sha256:29581e48879c852da6076a73ea09d150e6d3f7b2aeb11e69a713c9f65a55d16c - 0.0% (828 Bytes)
[#010] sha256:2281964fd364131e06fbe4ed1f50a881d0960e25142cbb7e94f42d68e9819823 - 0.04% (101 KB)
[#011] sha256:206b3d2231e513d7c67c676cd75419d19aecf2f33ca3a2c906dd1d527e4a6446 - 13.16% (32.6 MB)
[#012] sha256:a91befb4a73dab361bb07a7bef8b0aed81042b8033732d8e000b4638ebb4402c - 0.0% (829 Bytes)
[#013] sha256:18d40b6003a17a9650a5be879caa2b673d460821039ba9644be0642c628c0526 - 0.0% (831 Bytes)
[#014] sha256:81b2ab1ad2c480ed03989feb99c745bdad666468ea8346ecf71c5baedbf0be6c - 0.0% (833 Bytes)
[#015] sha256:1fd58f6f5df91330a387173da4623b20c137d011772b0580f04208b4614521b8 - 0.0% (850 Bytes)
[#016] sha256:f617475086e1c03b3d4aa8c9ee24f850aee777205f37dc2690adc02e9d2f4e11 - 0.0% (830 Bytes)
[#017] sha256:32fc585aa2b7d96046d0b214a7981b0153649cfbc03f75b5fb08880b789562fe - 11.35% (28.1 MB)
[#018] sha256:5668d1976aec9ebd17c61458c49ea74f333d05857db71590eea5efcfff825950 - 0.0% (826 Bytes)
[#019] sha256:6608ce0a361653e667e78a74fc35ec940632f995a739356527b74eef5f51ee14 - 0.0% (829 Bytes)
[#020] sha256:abc982d1189f6b1df4389237086b535ec9c31490de6500da7f0ae43aef9cbead - 0.0% (833 Bytes)
[#021] sha256:0d164688b81c0bb79ec55336dd495b45ceedfe7f2966758d2c701a1e37479eea - 0.0% (831 Bytes)
[#022] sha256:4ac76475bfc21cacac493dd2edd493ad6495342963d43dd12e0345e955a4e77b - 0.0% (856 Bytes)
Apply image 1909-KB4565483-amd64
2020-08-14 17:23:02 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-08-14 17:23:03 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-KB4565483-amd64
2020-08-14 17:23:04 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-14 17:23:38 UTC|1 fromTag=1909-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-08-14 17:23:39 UTCcmd /S /C #(nop) USER ContainerUser
2020-08-14 17:23:58 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-08-14 17:24:36 UTC|1 fromTag=1909-KB4565483-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-08-14 17:24:37 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-08-31 18:56:11 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-31 18:56:11 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-08-31 18:56:13 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-08-31 18:56:14 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-08-31 18:56:14 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-08-31 18:56:15 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-02 19:15:46 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3-head
2020-09-02 19:15:47 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-02 19:15:48 UTCcmd /S /C #(nop) COPY multi:bfa827a43a593cda2117f5a52dc2dddf5c047cd89d67f98b546333a017fe20f2 in \etc\rancher\
2020-09-02 19:15:48 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-02 19:15:49 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-02T19:15:44Z
2020-09-02 19:15:49 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-02 19:15:50 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3
2020-09-02 19:15:50 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-02 19:15:39 UTC
248 MB
rancher/rancher-agent:master-0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4565483-amd64
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:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 39.48% (97.8 MB)
[#001] sha256:ca7240146fcae31715f97a7a041e18abddb4e45a62c258a06cff51627d288f80 - 0.0% (838 Bytes)
[#002] sha256:4ab9f8429c375839d6325571aa6c1c7bc958b425bd393233d1a9852f6774171d - 0.0% (859 Bytes)
[#003] sha256:0e6769c1f528d865e79b1e48bb760bd5737b15d5a6c20d269e3efcdd481d898e - 0.0% (840 Bytes)
[#004] sha256:9bba958fbda2a14e697725fdd9f866e8613210b24d9a833dc363d8a0212c20ed - 0.03% (64.6 KB)
[#005] sha256:85bdb87e0b8ff7ab40be1f9f13b9aafce3daf1f7096753e6bf8cb83da746b13b - 0.0% (841 Bytes)
[#006] sha256:bac1aa0ab642d13082c010dd7deb5d5c3029a41155cf0116fe2c71d4594f353c - 35.89% (88.9 MB)
[#007] sha256:4eca6ad779e8a51543bd157c90213e734e171efc4f794000a309aa48b1182f0e - 0.05% (128 KB)
[#008] sha256:cd8b0df07d7d96744f49a7c9d9140a897f0afc5009b248a6a9559e7f76721398 - 0.0% (833 Bytes)
[#009] sha256:8288f398a4ad810c89365918794e12078994aaaad563721cefa7ed28969bb12d - 0.0% (832 Bytes)
[#010] sha256:2d13d36a4db57dd15722256ef9e8fcd83c0ffbcdff1667d6310ebb8223f4cf10 - 0.04% (101 KB)
[#011] sha256:b323706967245b7ab73c325a488098618c5ad67e53f5485b74eb6f5701d656b0 - 13.16% (32.6 MB)
[#012] sha256:51681b1aa7a5ad81b245bf941a3f5db1480ccc4d617da98b8eb5463af2d953a2 - 0.0% (831 Bytes)
[#013] sha256:9d159a76e46adfbc6a381e071c2aa6d00ebd3b1a5a0c66c8516384549ffff22a - 0.0% (831 Bytes)
[#014] sha256:43593365c3b55c61122e3d12d5de8549688012ceaeacfcb1c1008466d331ed6d - 0.0% (825 Bytes)
[#015] sha256:07964232002b124916f25126d53b673f0a307b03b1a0b4382427b09486fa4d56 - 0.0% (831 Bytes)
[#016] sha256:7edfd5bc1d250960e16f04722ca0c9325891ccdfbd6964dba91f17beffa7be1b - 0.0% (852 Bytes)
[#017] sha256:19e8df22fa5628543b72881500eb0ce8309e87020e9faf85a068f4cc8959b5ec - 11.35% (28.1 MB)
[#018] sha256:bccc609de00650aedc582986292b021aa7bd729ccda3b1574546b5bd12b73c19 - 0.0% (829 Bytes)
[#019] sha256:ccbacfdd03584376b5f118816a8f3abf049e3b66d8665f3a2c3e663286f632b4 - 0.0% (825 Bytes)
[#020] sha256:095eed2fc1f07c23ca070a0ac7fd55aed6ee38556f197453d283ca12058fbe60 - 0.0% (851 Bytes)
[#021] sha256:00dab233ef0f54a46dcf9a0aab1af6eff8e85ac47f8c52d410e286d03ad326fc - 0.0% (863 Bytes)
[#022] sha256:99aed59743dd50b25a56baad836e4105ee810c76ac30c3f688379d681b093504 - 0.0% (827 Bytes)
Apply image 1903-KB4565483-amd64
2020-08-14 17:17:01 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-08-14 17:17:01 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-KB4565483-amd64
2020-08-14 17:17:02 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-14 17:17:25 UTC|1 fromTag=1903-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-08-14 17:17:26 UTCcmd /S /C #(nop) USER ContainerUser
2020-08-14 17:17:42 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-08-14 17:18:30 UTC|1 fromTag=1903-KB4565483-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-08-14 17:18:30 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-08-31 18:54:19 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-31 18:54:20 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-08-31 18:54:22 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-08-31 18:54:22 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-08-31 18:54:23 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-08-31 18:54:23 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-02 19:15:36 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3-head
2020-09-02 19:15:36 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-02 19:15:37 UTCcmd /S /C #(nop) COPY multi:bfa827a43a593cda2117f5a52dc2dddf5c047cd89d67f98b546333a017fe20f2 in \etc\rancher\
2020-09-02 19:15:38 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-02 19:15:38 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-02T19:15:34Z
2020-09-02 19:15:39 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-02 19:15:39 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3
2020-09-02 19:15:39 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-02 19:19:39 UTC
143 MB
rancher/rancher-agent:master-0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3-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.17.6
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:237528ba509b2abcdba1ff1344bab27ad56235cdb3c1c131d3587f6fba4d92c9 - 15.81% (22.6 MB)
[#001] sha256:393b96f31d8b2bf3ce9eb4ac49e6c7411defa4057c1791f02f54c14f2de298ec - 0.02% (34.4 KB)
[#002] sha256:4d82b0e39008d2fa246a0dca4cfa5feb15db58591582a839bd69d5000aa2e96d - 0.0% (852 Bytes)
[#003] sha256:e7ca375b8d34c9bc764ae24791184cba22510f0c002815b4f9766dd0463f5f5e - 0.0% (189 Bytes)
[#004] sha256:466f44cdcb9ca10c9bec637b3e170434b241ec40b527baee7491e56ae5a9dd75 - 0.0% (123 Bytes)
[#005] sha256:0be6f7cb59a416a14e90357718d501307de768d483d6cae4fdb00fa15f5baf8a - 35.0% (50.1 MB)
[#006] sha256:9c69d7e91b1a561c8b9f9656ed73ed459b165c465a31631b0148c5807f690f59 - 1.36% (1.94 MB)
[#007] sha256:48ac05d31cad43a6f9be98e408ea64c619e4eaab12dca26861d038e8c6f4bcca - 0.79% (1.13 MB)
[#008] sha256:d53c460c640aea36bbd12f5d563e445e8fa9f44a299af9bfe26ecfbd4392127b - 17.21% (24.6 MB)
[#009] sha256:c0a37f3dd9e7fbb36f1de41a75b1965802c58307960a8c86b2b11b94cd6c0ac8 - 11.71% (16.8 MB)
[#010] sha256:2fee4011110992dcd212f03ab4199f8f1f7648510c5a2a57db79f214f2a45b56 - 18.1% (25.9 MB)
[#011] sha256:1b25a83e1b339b7db8faab66550ae8fe1ec18fcb779980da8f87aa1b09261a1e - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:b8316fc82a2cf230ce4af7dcf02ec1d7e56b156cf610af8ed23b64509c77c799 in /
2020-08-19 21:29:51 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-08-19 21:29:53 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-08-19 21:29:55 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-08-19 21:29:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-02 19:19:00 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-02 19:19:00 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-02 19:19:01 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-02 19:19:02 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-02 19:19:24 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-02 19:19:24 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-02 19:19:25 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-02 19:19:27 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-09-02 19:19:27 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-02 19:19:29 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-02 19:19:29 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-02 19:19:29 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-02 19:19:29 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-02 19:19:30 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3-head
2020-09-02 19:19:30 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-02 19:19:35 UTC/bin/sh -c #(nop) COPY dir:6e66c7866ca3205a03f3b791d6b4be479ee54e7a1421c544eb6588c9a31b3607 in /var/lib/rancher-data
2020-09-02 19:19:37 UTC/bin/sh -c #(nop) COPY multi:c7683536fdf55bf072a94c8fc63a56978c36931e9e564057d232ed2622414ed3 in /usr/bin/
2020-09-02 19:19:38 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-02 19:19:38 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-02 19:19:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-02T19:18:44Z
2020-09-02 19:19:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-02 19:19:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=0b7bd90b5b2dc254bf70bdd110c835e557fdc2b3
2020-09-02 19:19:39 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.