2020-10-30 00:46:56 UTC
161 MB
rancher/rancher-agent:master-5d3ffc1b877462c5f26d193110ef9e23410a0655-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:bb73ccf55f7c2688e302704dee82c5c01efa77bfb5557c1251e464ff25b6aca4 - 0.0% (124 Bytes)
[#004] sha256:e3546cdca4471fe2524d394a0c7ac7116225ffd548a504d68c028a339cf2c383 - 34.86% (56.1 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.37% (2.2 MB)
[#006] sha256:9ae0742366c077b92ce64317901f34acf461d0dc590a6b8de97930518b4fa120 - 16.5% (26.6 MB)
[#007] sha256:2a7b85ea008fc42d0427c18cb170c9dba376044660a241f98535035d94c1f80f - 12.84% (20.7 MB)
[#008] sha256:087a0ab28c51f1946256e13ce9a980ac8beaf0854f530a01ac530014c1dc967c - 18.62% (30 MB)
[#009] sha256:c23b0c1b2bee0a7e3fd06381867e891f198ec45365c5f929b251ac1ecb82beef - 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-30 00:46:23 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-30 00:46:23 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 00:46:24 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-30 00:46:24 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-30 00:46:45 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 00:46:45 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-30 00:46:46 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 00:46:47 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-30 00:46:48 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 00:46:48 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-30 00:46:48 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-30 00:46:49 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-30 00:46:49 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5d3ffc1b877462c5f26d193110ef9e23410a0655-head
2020-10-30 00:46:49 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-30 00:46:53 UTC/bin/sh -c #(nop) COPY dir:8aed65c85f73ede6e42f1c38fa655a1fc74d5b2039acc5ef64ad79bf37390d34 in /var/lib/rancher-data
2020-10-30 00:46:55 UTC/bin/sh -c #(nop) COPY multi:36f43819cdf7b1859c5ba0937d22b8ad26aae0c0dee82e005dcd336dcd83d086 in /usr/bin/
2020-10-30 00:46:56 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-30 00:46:56 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-30 00:46:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-30T00:46:01Z
2020-10-30 00:46:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 00:46:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5d3ffc1b877462c5f26d193110ef9e23410a0655
2020-10-30 00:46:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-30 00:41:48 UTC
248 MB
rancher/rancher-agent:master-5d3ffc1b877462c5f26d193110ef9e23410a0655-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:48412d5553734938e4f4828187b13cc1d8c0ad3ebe6e2c08d1478b7b9bc7aa11 - 0.0% (851 Bytes)
[#016] sha256:1f03a7d4d0ae3ab72a6f15a8d9e1afec934395c829c896567c884c1198a39b0f - 0.0% (831 Bytes)
[#017] sha256:3c068d2caf8be80bd79537bcb3fc0e8d62c5113ba8d1274d77a667c6d788c9cf - 12.07% (30 MB)
[#018] sha256:ef490ddbf1ac3cf3f5a6a859dc046bda7059a1a83b213a3227b9aa16bd14cd0f - 0.0% (857 Bytes)
[#019] sha256:f9ce2d45bcb3f57d3f0363a87be0a0ba32753482f3af56679410ddb0866e1ac3 - 0.0% (831 Bytes)
[#020] sha256:d91af91c50ccd777dcb1f97801d6539112fb69378a92b5673083eab0b5b00044 - 0.0% (825 Bytes)
[#021] sha256:041fadeee54273aee8879df46d0926120277af0844db2b3262aae110da4ffe72 - 0.0% (851 Bytes)
[#022] sha256:d3b66c0e4fd1710b2b32eb2eeb3b66cdfd675d06f0d4ee155898f469861c982f - 0.0% (827 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-30 00:41:44 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5d3ffc1b877462c5f26d193110ef9e23410a0655-head
2020-10-30 00:41:44 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-30 00:41:45 UTCcmd /S /C #(nop) COPY multi:301f8e2c03172dd54297458b9abb289488bf41b6335833d8b5ed36fa79943f69 in \etc\rancher\
2020-10-30 00:41:46 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-30 00:41:46 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-30T00:41:41Z
2020-10-30 00:41:47 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 00:41:47 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5d3ffc1b877462c5f26d193110ef9e23410a0655
2020-10-30 00:41:48 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-30 00:41:49 UTC
250 MB
rancher/rancher-agent:master-5d3ffc1b877462c5f26d193110ef9e23410a0655-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:611e9e619c7a9422ccdeb12c8483d786076f76dba60f05232c2fea6897b3d240 - 0.0% (826 Bytes)
[#016] sha256:e25a5430ab260e02146f0e73663120130060be43d47a10bd34e1c10ae14495d7 - 0.0% (835 Bytes)
[#017] sha256:ca743cd08bc630dbd0e072283328fdc5addb59f2f2a112ac09036c933c82ccb0 - 11.99% (30 MB)
[#018] sha256:fd4eeae32690a16be71fea287e398fc83a42ee00fa44975a13cdc67c5eb25503 - 0.0% (828 Bytes)
[#019] sha256:e1fe545176aa916f78bbea9f1611d7ebbae6b20a5e80c9c2f7ffd9583c333a07 - 0.0% (854 Bytes)
[#020] sha256:bcd2ea10ec695aabb4431ca34d21706093630bded68b73cb8ae11c90fb8dfe42 - 0.0% (855 Bytes)
[#021] sha256:ba3ca727d9fa7a704b4673cadb1b0858200110179a47a4cd7a04fef46cb107c4 - 0.0% (828 Bytes)
[#022] sha256:54be98d6c3463912fef377c6f5285a3d6065214e03b0a07c46168b5034bf8f38 - 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-30 00:41:45 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5d3ffc1b877462c5f26d193110ef9e23410a0655-head
2020-10-30 00:41:46 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-30 00:41:47 UTCcmd /S /C #(nop) COPY multi:301f8e2c03172dd54297458b9abb289488bf41b6335833d8b5ed36fa79943f69 in \etc\rancher\
2020-10-30 00:41:48 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-30 00:41:48 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-30T00:41:43Z
2020-10-30 00:41:48 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 00:41:49 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5d3ffc1b877462c5f26d193110ef9e23410a0655
2020-10-30 00:41:49 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-30 00:41:07 UTC
250 MB
rancher/rancher-agent:master-5d3ffc1b877462c5f26d193110ef9e23410a0655-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:3a4c67397276eca621e247cca8c06741a4840a0e0f2878de2f39e9ac2da59b59 - 0.0% (828 Bytes)
[#016] sha256:76e14b3fd774b4c26ac792c0cdd4aaad5815f1e277a015d8be1561957f741a3e - 0.0% (828 Bytes)
[#017] sha256:334e99e734959ca25ec7251a707ad03684f12ae769af1e4aa0666fe417d38a8b - 11.98% (30 MB)
[#018] sha256:69abb9868f7ba45bf2849bc5c3dfe2fabe928629f292ec21e6e03f795c12a3d0 - 0.0% (829 Bytes)
[#019] sha256:f719751486e459fb6bab469c7bc0b1f365ace5918afd9274f315d5b4edf88a72 - 0.0% (828 Bytes)
[#020] sha256:6e1cfaba5f15104916ddd9b580640c0fe603d894b44a42baa673a5c28102a114 - 0.0% (825 Bytes)
[#021] sha256:bb3212bf774cc7be7a064df6187409e6841bd5edbb30751a07f0c72a2e2693bf - 0.0% (852 Bytes)
[#022] sha256:feed7f205fdc2f0b4fb693b29feeb954e076a2c2e10ea1592500548a9a41face - 0.0% (856 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-30 00:41:03 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5d3ffc1b877462c5f26d193110ef9e23410a0655-head
2020-10-30 00:41:04 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-30 00:41:05 UTCcmd /S /C #(nop) COPY multi:301f8e2c03172dd54297458b9abb289488bf41b6335833d8b5ed36fa79943f69 in \etc\rancher\
2020-10-30 00:41:05 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-30 00:41:06 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-30T00:41:01Z
2020-10-30 00:41:06 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 00:41:06 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5d3ffc1b877462c5f26d193110ef9e23410a0655
2020-10-30 00:41:07 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-30 00:46:37 UTC
149 MB
rancher/rancher-agent:master-5d3ffc1b877462c5f26d193110ef9e23410a0655-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:e91c9af11078c49a66c78f658affa9e7dcd4782afadcfbb5917a4acc3b5704c4 - 0.0% (124 Bytes)
[#004] sha256:81c074144c854b3a0849ee4d089959478bddc55849c254cd3b81d06fbb010be2 - 34.77% (52 MB)
[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 1.3% (1.94 MB)
[#006] sha256:5612a90cd5486c9b15d9be7781855763c54c6aced2c41c6e1b4ecbbefb03a5d7 - 16.49% (24.6 MB)
[#007] sha256:7b660b18f26739898f60c3cd458a78bba3164646cac27c4190091ffbae43ffca - 13.83% (20.7 MB)
[#008] sha256:f0bc0d1aad77a054887dca0cf618dc2188843d09bf5b996fe1bb5e199a97718f - 18.47% (27.6 MB)
[#009] sha256:6349429878d2a3b383f695ea88a4b50de6d477bfac91ee77217ffd3afa33dcce - 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 00:46:01 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-30 00:46:01 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 00:46:02 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-30 00:46:02 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-30 00:46: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-10-30 00:46:25 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-30 00:46:26 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 00:46:26 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-30 00:46:28 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 00:46:29 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-30 00:46:29 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-30 00:46:29 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-30 00:46:29 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5d3ffc1b877462c5f26d193110ef9e23410a0655-head
2020-10-30 00:46:29 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-30 00:46:33 UTC/bin/sh -c #(nop) COPY dir:9a5996eae94fc091904e16f44380a4490cf201c522d3b0d571aae63a888cf343 in /var/lib/rancher-data
2020-10-30 00:46:35 UTC/bin/sh -c #(nop) COPY multi:9fa426332e3e2f605b20cb323bb2ccc6e320f218fdd73a2b39079fdc450b6677 in /usr/bin/
2020-10-30 00:46:36 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-30 00:46:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-30 00:46:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-30T00:45:46Z
2020-10-30 00:46:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 00:46:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5d3ffc1b877462c5f26d193110ef9e23410a0655
2020-10-30 00:46:37 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.