2020-11-21 20:13:56 UTC
161 MB
rancher/rancher-agent:v2.5.3-rc1
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.82% (25.5 MB)
[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)
[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)
[#003] sha256:1b69ef84919e171e98476675e026b3418d9327c7ca72abc9f931b8149cf67c15 - 0.0% (124 Bytes)
[#004] sha256:2ff5b53949589303c23aa1ea3222eac64bec7537844e31b6f2e10697db8b44ed - 34.88% (56.1 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.37% (2.2 MB)
[#006] sha256:6230f0c43c174b0b78d22c48b62772dc257df5320d5880bfe125f37a5774c7e6 - 16.51% (26.6 MB)
[#007] sha256:06a18fda9c040940054cac513ac67a3361041a4d60706f175b5f437bf6793b44 - 12.79% (20.6 MB)
[#008] sha256:0c86865df3cd90b2b7193150925cdfd26dc13fbd0fe6c1f43c05b85f39bb7556 - 18.63% (30 MB)
[#009] sha256:bd2b9f857872f6dfcc76f791d85db3d1dfa06f90200147f5725ce83cf70b17d4 - 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-11-21 20:13:22 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-11-21 20:13: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-11-21 20:13:23 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-11-21 20:13:24 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-11-21 20:13: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-11-21 20:13:45 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-11-21 20:13: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-11-21 20:13:46 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-11-21 20:13: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-11-21 20:13:48 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-11-21 20:13:48 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-11-21 20:13:48 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-11-21 20:13:49 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.3-rc1
2020-11-21 20:13:49 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-11-21 20:13:53 UTC/bin/sh -c #(nop) COPY dir:39f8aa0f1f8b6ad20c73260e2efce9f648f546bf4298da3c0dea55668326091f in /var/lib/rancher-data
2020-11-21 20:13:55 UTC/bin/sh -c #(nop) COPY multi:7d2cb4604d8d8cd56bf91bcc8dd6725a5b163ad7238ce1cf89a3313cb42f30f0 in /usr/bin/
2020-11-21 20:13:56 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-11-21 20:13:56 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-11-21 20:13:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-11-21T20:13:02Z
2020-11-21 20:13:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-11-21 20:13:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=028c6dd04b60e53610325944f1fcb7c9ff1b4782
2020-11-21 20:13:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-11-21 20:08:51 UTC
256 MB
rancher/rancher-agent:v2.5.3-rc1
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f1b217fe8837d4d85cb8228a52344d3504d7aa51ba30167a20a6a4cb80cdcaa0 - 37.67% (96.6 MB)
[#001] sha256:dd0149df3535394c93938df47cd3fedd6eb3c19a8c47645e6eaf0f045108bd85 - 0.0% (838 Bytes)
[#002] sha256:7221ea9f1579ce5c3b2b97e5e92a2734dea36d5e5c88c45cbb71379f509e6933 - 0.0% (889 Bytes)
[#003] sha256:dab34810f9b3da0e0a4d03603800b863f333d155955c359486ad716f22b65222 - 0.02% (64.3 KB)
[#004] sha256:3fb8fc2e42bca27a183e3ec524d9acb96d1036c151100f8a60f462896eabdbc6 - 0.0% (842 Bytes)
[#005] sha256:17af3eb649db638224c71f9d1fbf0202e448188e59d5b79be89b498320f9f421 - 37.82% (97 MB)
[#006] sha256:62396da4f71e78b7854188a0cfcf21a9541d904b6e3b7a77aa13c908a1acf2e3 - 0.05% (124 KB)
[#007] sha256:37e66a8a8e4a736e6db187c640be484466b99733056e2fbad60737d9cf6a0b0e - 0.0% (837 Bytes)
[#008] sha256:d9ce0307418bda1995c1f3ac53701a2fbc11ed080238577cb953fc1b6b8045a4 - 0.0% (830 Bytes)
[#009] sha256:eadb671c135800011f55b1f3759feb12efa7f7919e1909e33f6640cb0d823c49 - 0.0% (827 Bytes)
[#010] sha256:29a722c448da5ae8ac31a25b91c77a7d475b1dc0dcfd58cb87ae21f095276d59 - 0.04% (96.5 KB)
[#011] sha256:1737c4076a6f480f41564c5f98584ee9b4fa07ebcf194b74a0799813c2f0803e - 12.71% (32.6 MB)
[#012] sha256:fce8a43763fa06dd7b3b06c9d4c731b36b3f56fac3ca69117eb4db232dd9419d - 0.0% (852 Bytes)
[#013] sha256:cf53feb88e826991f2a7ae6d6d748b0e6eb947bd1d22fd70af36a06efdf8fabe - 0.0% (833 Bytes)
[#014] sha256:81fdb3fe51ef07151ced757caa5fc95c4159dc8298bcbd4f3512ba66aeb1b428 - 0.0% (852 Bytes)
[#015] sha256:fc3cfe1ab3b9f5a9b33ae70d00284d6f9208f81c9608c6b9e5ae8bf2272cb3a0 - 0.0% (855 Bytes)
[#016] sha256:ea0963a7833a27401d7cbeb9e399546462d379403c6611b609616be54d1b185c - 0.0% (886 Bytes)
[#017] sha256:fe58193ef0ad9258a9bb7b41ec23787f6a2019aca1970cfad531f68ef647c77d - 11.69% (30 MB)
[#018] sha256:476b3305a7fbd64e428baa54b8ba9817ea289a9ec7c40269c4125e25ce5f96f4 - 0.0% (855 Bytes)
[#019] sha256:fdacf965ae6076fec3beb531e40b14d900189e1b0650c5438d8bacb355346183 - 0.0% (826 Bytes)
[#020] sha256:a06e29780301d07fb6b764b079767991941bc8656bd8f417072523decb061fff - 0.0% (828 Bytes)
[#021] sha256:49aa282e460ea49b039621c463ebee4658294942d5bef988445f7b68a077b550 - 0.0% (859 Bytes)
[#022] sha256:1cda8d5194acd866b672c8ad421bc221918cf12b3ac820c4e091847aa5b57380 - 0.0% (870 Bytes)
Apply image 1809-amd64
2020-11-16 17:54:21 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809
2020-11-16 17:54:22 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-16 17:55:19 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-11-16 17:55:19 UTCcmd /S /C #(nop) USER ContainerUser
2020-11-16 17:55:55 UTCcmd /S /C #(nop) COPY dir:b7d603d3d1dc6eb42b16e4fb4b3aa3e67b31f78165f808c7221eb79966e50f68 in C:\Program Files\PowerShell
2020-11-16 17:56:39 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-11-16 17:56:40 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-11-16 17:56:41 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-11-20 23:04:11 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-20 23:04:12 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-11-20 23:04:14 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-11-20 23:04:15 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-11-20 23:04:15 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-11-20 23:04:15 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-11-21 19:14:19 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.3-rc1
2020-11-21 19:14:20 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-11-21 19:14:34 UTCcmd /S /C #(nop) COPY multi:942f3ec5190ef474f1cefe0ef3075700058b9695591ae4c0f215b5618c9f334d in \etc\rancher\
2020-11-21 19:14:35 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-11-21 20:08:50 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-21T20:08:48Z
2020-11-21 20:08:50 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-11-21 20:08:51 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=028c6dd04b60e53610325944f1fcb7c9ff1b4782
2020-11-21 20:08:51 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-11-21 20:09:00 UTC
258 MB
rancher/rancher-agent:v2.5.3-rc1
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f5b1236b12ef101b472427bd3ef94193f55a4b6776b53bbf636d439634a5d6f6 - 38.04% (98.1 MB)
[#001] sha256:596a6c70e38f04b7b3d29be41ce3699580a27800f668da6855a76799a87e9634 - 0.0% (828 Bytes)
[#002] sha256:b27ca61689320e41a227b945470bb42688beaccbd784afc2065717ebede8740c - 0.0% (836 Bytes)
[#003] sha256:e53e5d9af7061afd2db83e8a4be781a71b3111cd4b28d370ef740309bd2d6ccd - 0.02% (64.9 KB)
[#004] sha256:ca27c462edbeace979e649ce0fee35d17fea532629f0a7862e13c4bd292f1c9e - 0.0% (840 Bytes)
[#005] sha256:2bcc6b22e07fc6a15bd15745f83ee030aa6edbc9cd1860a03402c1294352bc80 - 37.59% (97 MB)
[#006] sha256:f497d9ff38c7b7f4f9020bafe37e91a6737fcea4ad74546aa15c0e8e8214a664 - 0.05% (124 KB)
[#007] sha256:efb4e8ac9fa17b9c8b41aa8b2eddacef04caa91407df2ba63260fc31e8208175 - 0.0% (842 Bytes)
[#008] sha256:3797a9ab02cdd0d8a5e1cfd0616234feea8f1b9f5a80e30367b3aa97308c8c23 - 0.0% (838 Bytes)
[#009] sha256:3e4f9b748d0d2a2edd136f70ba23972a4c4bbd54063073ab328621fc1e5efe44 - 0.0% (854 Bytes)
[#010] sha256:d4f40da9df5a28b2e853b88edadf5ab18560372d8376d33cd038c79d9d232c0f - 0.04% (101 KB)
[#011] sha256:f95debfc39c9e677d504af419ab12114dd5c056af07e294759206c78e1cdebd4 - 12.64% (32.6 MB)
[#012] sha256:cfac0a4a15ba1008fa18a1e41bb738e8b4aef0fc9eabb81b4f1a586be70fe567 - 0.0% (832 Bytes)
[#013] sha256:4f6588b9a8529f4040fff98be171764afd504da96f57b93bf78e42c91f93672c - 0.0% (834 Bytes)
[#014] sha256:a5537c44e8ed913b6efd5ee7fd60d34709f2613ace7c71310a264d93a6e36301 - 0.0% (856 Bytes)
[#015] sha256:b87362e1c6beeb880cbe24534c4c1ade5c4b232f252aa10809d8b9ce0b62a1c0 - 0.0% (876 Bytes)
[#016] sha256:73ea5e142a96a1af41945c22a271e8599cc418fcd099335de0dc3915dec8e7a4 - 0.0% (888 Bytes)
[#017] sha256:fc9e919b625af528bc3147a873a3503dbbdf05481ded4d0342251b0e60c3b1e6 - 11.62% (30 MB)
[#018] sha256:2d88ab8b8abae6dcf0cabee6dd40153af79d869f2703dd95a2b97f3a14e4c748 - 0.0% (856 Bytes)
[#019] sha256:fc951e98f75cef9f788ee0ab04bad4f22eb1ca8ccf18971b2dca312440ec1bcb - 0.0% (848 Bytes)
[#020] sha256:12b928cac18fc29987754db20ce9f3e9ac28c2b36453af04d8dba32f99979fa2 - 0.0% (826 Bytes)
[#021] sha256:06f127ee31425ce223f2180632f765db03d9ffb9e33e6e08fbd4b6eb52107f1d - 0.0% (832 Bytes)
[#022] sha256:1b013f53dcc76f1844c1c38c4c1db9c142e0de1c71ff42d7da492f4b255d9a63 - 0.0% (830 Bytes)
Apply image 1909-amd64
2020-11-16 18:01:04 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909
2020-11-16 18:01:05 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-16 18:02:04 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-11-16 18:02:04 UTCcmd /S /C #(nop) USER ContainerUser
2020-11-16 18:02:29 UTCcmd /S /C #(nop) COPY dir:b7d603d3d1dc6eb42b16e4fb4b3aa3e67b31f78165f808c7221eb79966e50f68 in C:\Program Files\PowerShell
2020-11-16 18:03:09 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-11-16 18:03:09 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-11-16 18:03:10 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-11-20 21:06:13 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-20 21:06:14 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-11-20 21:06:16 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-11-20 21:06:16 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-11-20 21:06:17 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-11-20 21:06:17 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-11-21 19:16:38 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.3-rc1
2020-11-21 19:16:39 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-11-21 19:16:55 UTCcmd /S /C #(nop) COPY multi:942f3ec5190ef474f1cefe0ef3075700058b9695591ae4c0f215b5618c9f334d in \etc\rancher\
2020-11-21 19:16:56 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-11-21 20:08:59 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-21T20:08:57Z
2020-11-21 20:09:00 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-11-21 20:09:00 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=028c6dd04b60e53610325944f1fcb7c9ff1b4782
2020-11-21 20:09:00 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-11-21 20:08:54 UTC
258 MB
rancher/rancher-agent:v2.5.3-rc1
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:4ec0bf6d2169a853d72537350c3d4940d69d5e8b48cc07a43aa7da3c316a5f20 - 38.06% (98.2 MB)
[#001] sha256:63ccca5bdd5d4484a567529badadad531c7c2651c625d9dfdb366724ca344789 - 0.0% (837 Bytes)
[#002] sha256:d2a12e677d333b8f918ce603e76c2c222ec444da27d7b5d7d3346c3290dbed04 - 0.0% (890 Bytes)
[#003] sha256:55356f177afb2ec9e055647145f67c19a4327138b88ce1d281dae5dc04d87c5d - 0.02% (65.3 KB)
[#004] sha256:19ce1e4fadd2bcb792c3e1c501873b7757779f3a08c3ee322ce82641b7088b81 - 0.0% (836 Bytes)
[#005] sha256:571266b7d13374df2ce0ad3c14627212976b0b540427200b8e722a5c4419d771 - 37.58% (97 MB)
[#006] sha256:5a90104263c352ea4c7b444757ecd5a8a2d55cf4f93590ace68dee9ee5322bf6 - 0.05% (125 KB)
[#007] sha256:7a7dcb603c0e2ac31386b83bc9b3ce7f8be4d87526b37d5bfe6a37ebda4e86a1 - 0.0% (835 Bytes)
[#008] sha256:691ae0f9cf235b7bc559803d3faae9f16dcd09722bfe71b04ce837d77ae6f5e2 - 0.0% (838 Bytes)
[#009] sha256:e0686396ddf2fe21b93672ec7ec600fef665b14558c3d54515259c991e5415cf - 0.0% (871 Bytes)
[#010] sha256:481106e78d94110d63e26365fdc823bbad59a49e3960b0faffe30f6495bddea4 - 0.04% (101 KB)
[#011] sha256:62ad416d249fd6ac27344c7b5a3839901c35dd373321df6266200149472a754d - 12.63% (32.6 MB)
[#012] sha256:a2954c483cc945779e8db9611933e175bbe7467a081ee1e853f4c839533e531b - 0.0% (826 Bytes)
[#013] sha256:04033392734f0b5b6cc4ae2f69083cb24bee22c8a792a6b65b74a432b9ff494a - 0.0% (825 Bytes)
[#014] sha256:47931fc33c3f956c86b4e411e27441e124263478b5c6326c61f5a0739591ed85 - 0.0% (826 Bytes)
[#015] sha256:54edc445ba6b0f74a0cdf5c04d98093324ca2c55755f3bf4b9ecb663af6ac52d - 0.0% (863 Bytes)
[#016] sha256:858acb15f01d19e35d110304bc5c82132619c0ccdecd4658fffd53ce09722004 - 0.0% (853 Bytes)
[#017] sha256:5254f963fa0b22adf717271c02025b6021a74c33ea1229f229063fe20c8b8d67 - 11.61% (30 MB)
[#018] sha256:d160ab541d09cea6381d382470320dff504201938969b3434943a12459e42ac7 - 0.0% (903 Bytes)
[#019] sha256:5d2f178ad6c4a4961d1575e1681999c3522fe4e05a076e858939a8da85de067c - 0.0% (829 Bytes)
[#020] sha256:62d67659d6f0542ee7c6e44ee969fcc665b06d931f5b740568b0753987429e11 - 0.0% (854 Bytes)
[#021] sha256:46d7d9f8a07bcf9a6254cba3c1b4837eec2efaff16773b5ccf35109bd135a544 - 0.0% (835 Bytes)
[#022] sha256:8b11979cee642ec03a59fed12e1a0ef5286caeb3fc27c1d5202372059a7761e4 - 0.0% (852 Bytes)
Apply image 1903-amd64
2020-11-16 18:14:40 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903
2020-11-16 18:14:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-16 18:15:50 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-11-16 18:15:52 UTCcmd /S /C #(nop) USER ContainerUser
2020-11-16 18:16:20 UTCcmd /S /C #(nop) COPY dir:b7d603d3d1dc6eb42b16e4fb4b3aa3e67b31f78165f808c7221eb79966e50f68 in C:\Program Files\PowerShell
2020-11-16 18:17:00 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-11-16 18:17:01 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-11-16 18:17:02 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-11-20 21:07:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-20 21:07:41 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-11-20 21:07:43 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-11-20 21:07:44 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-11-20 21:07:44 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-11-20 21:07:45 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-11-21 19:17:43 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.3-rc1
2020-11-21 19:17:44 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-11-21 19:17:53 UTCcmd /S /C #(nop) COPY multi:942f3ec5190ef474f1cefe0ef3075700058b9695591ae4c0f215b5618c9f334d in \etc\rancher\
2020-11-21 19:17:54 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-11-21 20:08:53 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-21T20:08:51Z
2020-11-21 20:08:54 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-11-21 20:08:54 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=028c6dd04b60e53610325944f1fcb7c9ff1b4782
2020-11-21 20:08:54 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-11-21 20:12:49 UTC
149 MB
rancher/rancher-agent:v2.5.3-rc1
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.15% (22.6 MB)
[#001] sha256:c0533d1393025aa8c38e0823a6546a0d4e5dec6b8b670758c25494c35783668d - 0.0% (850 Bytes)
[#002] sha256:3c11bb34abc87247c6a70c928b7a5ef4cd48093642eb0c4b8121a674d3e278c6 - 0.0% (189 Bytes)
[#003] sha256:84f5c132ffc5ee3fceba7123740a9113038a2a55ceb7ff0b6473d30a3071ec37 - 0.0% (123 Bytes)
[#004] sha256:738ee7a30d721ce11692cbd7037165318a21c9f716bd7e2ded8e86f377561c20 - 34.79% (52 MB)
[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 1.3% (1.94 MB)
[#006] sha256:35338c6b59c532e50a1a8fd5424cab5262d15cb4aa0aa7d073b100069f717480 - 16.49% (24.6 MB)
[#007] sha256:77be8b08a773a493b0ed5258a5a83c09a333e6da80cd43b2e24d1d8febd95dc4 - 13.79% (20.6 MB)
[#008] sha256:50a03304a53b498073e204a32a701d596d66b02bd608a94e041157a5b23fa016 - 18.49% (27.6 MB)
[#009] sha256:69499534dcd9f246efc25e42bc0b4f251c1592705e6310ef3c51e1e6910f2429 - 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-11-21 20:12:11 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-11-21 20:12:11 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-11-21 20:12:12 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-11-21 20:12:12 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-11-21 20:12:36 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-11-21 20:12:36 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-11-21 20:12:38 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-11-21 20:12:38 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-11-21 20:12:39 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-11-21 20:12:40 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-11-21 20:12:40 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-11-21 20:12:40 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-11-21 20:12:40 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.3-rc1
2020-11-21 20:12:41 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-11-21 20:12:45 UTC/bin/sh -c #(nop) COPY dir:5efce99b0bd73f08c4006426e305778d7f97eae918b3c91a4b4fe14e6d19d5fa in /var/lib/rancher-data
2020-11-21 20:12:47 UTC/bin/sh -c #(nop) COPY multi:4640fc66c638226a5a13ffc472b644399e88d63f4e6f0c59ec4b35e785ea3910 in /usr/bin/
2020-11-21 20:12:47 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-11-21 20:12:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-11-21 20:12:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-11-21T20:11:56Z
2020-11-21 20:12:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-11-21 20:12:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=028c6dd04b60e53610325944f1fcb7c9ff1b4782
2020-11-21 20:12:49 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.