2021-05-11 21:02:08 UTC
189 MB
rancher/rancher-agent:v2.5-12cd346f45b4a64c17c56aca03521f52ed7b2997-head
KUBECTL_VERSIONv1.19.7
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:01bf7da0a88c9e37ae418d17c0aeed0621524848d80ccb9e38c67e7ab8e11928 - 13.45% (25.5 MB)
[#001] sha256:f3b4a5f15c7a0722b4f22e61b5387317eaf2602c27ffb2bceac9a25f19fbd156 - 0.0% (852 Bytes)
[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)
[#003] sha256:62142b926aceb2e480fcf806e5a12e121b0eb4bb599e73e7c0a1c766ef67a75b - 0.0% (123 Bytes)
[#004] sha256:3d1856cde35742f1a954cc9be839538d619d6b184d509ff404b4ecaa3cf89e99 - 25.11% (47.5 MB)
[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 1.16% (2.2 MB)
[#006] sha256:3eeda0c5b772eb56fb8dbc01f591d44e8c4660413c5dd1d04f4ea596a300636e - 14.04% (26.6 MB)
[#007] sha256:0ff88ec4f7ba3b4f085fe56836872c0584f24f754f718d7129cbb8c2188fc059 - 29.88% (56.6 MB)
[#008] sha256:6d805949b896376e7e050b9d9e5dac9c353b6ad1ad4963d6fa429902df60c836 - 0.0% (9.31 KB)
[#009] sha256:79712a0ff6a8d8e0cebcbd313b67f7e17c02098f2db66c9050722e38b6843fcd - 16.35% (30.9 MB)
[#010] sha256:b298df4a26bb0967611735d9e9b8cd2aebf2f957df8d58c65fba7decd3898d94 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:d7fa3c26651f9204a5629287a1a9a6e7dc6a0bc6eb499e82c433c0c8f67ff46b in /
2021-04-23 22:21:23 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
2021-04-23 22:21:24 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-04-23 22:21:25 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-04-23 22:21:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-11 21:01:23 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-11 21:01:24 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-11 21:01:25 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-05-11 21:01:47 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 ssh && 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/*
2021-05-11 21:01:47 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-11 21:01:48 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
2021-05-11 21:01:49 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-11 21:01:50 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
2021-05-11 21:01:51 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-11 21:01:51 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-11 21:01:51 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-12cd346f45b4a64c17c56aca03521f52ed7b2997-head
2021-05-11 21:01:51 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-11 21:02:03 UTC/bin/sh -c #(nop) COPY dir:68beeb27fdd008a76958d209e30b75810b5909369eb477f097aab47892e10a16 in /var/lib/rancher-data
2021-05-11 21:02:06 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-05-11 21:02:07 UTC/bin/sh -c #(nop) COPY multi:4344dcbe6a8b78f07de54e13bf0cff9a023d6697ae8e462ec46f628fc3c794b3 in /usr/bin/
2021-05-11 21:02:07 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-11 21:02:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-11 21:02:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-11T21:01:01Z
2021-05-11 21:02:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=12cd346f45b4a64c17c56aca03521f52ed7b2997
2021-05-11 21:02:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-11 21:02:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-11 20:52:30 UTC
257 MB
rancher/rancher-agent:v2.5-12cd346f45b4a64c17c56aca03521f52ed7b2997-head
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:ea84579f6cd5b58fe78732be37450bd188c8923de3a2062664f3992861449b5c - 37.58% (96.6 MB)
[#001] sha256:2744042ec0628191db13e6af5dfdd07234b5ae1096360e529bb3b5734e00ea92 - 0.0% (1.01 KB)
[#002] sha256:8cbd83848628df38c61ffa3fb6def4f9bc87d0df0faea41133d12ef856c388f8 - 0.0% (1.02 KB)
[#003] sha256:65a0a1050d74220cc9e2f81d326a0ad45cf65eb7162b88c79cc26d241800e9cb - 0.03% (66.3 KB)
[#004] sha256:b51ea9c3722b0aaf6bf322433a3e59c6a7eb77f9a9dc7e383baf02f21d565cad - 0.0% (1.05 KB)
[#005] sha256:12bbf5927942b4546413cba3a35a6525e7cb6e64edf0fe1e05caa1c7a8931b82 - 37.69% (96.9 MB)
[#006] sha256:02753fe59013b4a701d5b74565617fee341ddceab9295db56a20c268e3473ca2 - 0.05% (131 KB)
[#007] sha256:406b17b42a9e1960024ddf35eca26677872439ebbf9ccd384ffb7a3c18d722d9 - 0.0% (1.01 KB)
[#008] sha256:b7cecf861794b865557a4b188734d2e40cf02ad9c9bed778c39193697af07286 - 0.0% (1 KB)
[#009] sha256:f60da7563e72596790ad270009d3566a60acc284d91764419a1ed04279312c94 - 0.0% (830 Bytes)
[#010] sha256:91544ac46e5e8814ab3c16b2f1a7a880ccdf1889cc4c2108f5c2774886a6ddae - 0.04% (96.5 KB)
[#011] sha256:0de2844f62e228d0edb1ba7d8b62ce99e05a3d12f06aba836cc3abefc58116b0 - 12.61% (32.4 MB)
[#012] sha256:99bffcdb9a2b54b1d1791e1178291593eb9fdcafeffb6f941dee1d5d6345a858 - 0.0% (851 Bytes)
[#013] sha256:1ad00761fa700518f9402770841feff05a7a77adb95911fbf445016e042663c2 - 0.0% (852 Bytes)
[#014] sha256:c33233563be0788ea98e01c985f91a6cce517e5624ad58cc747d96b6f434559c - 0.0% (857 Bytes)
[#015] sha256:62f802d9ec78aa42018c7f9324e161ab535eb040e4f6ade84d92404202ec6538 - 0.0% (856 Bytes)
[#016] sha256:d4f406dd9624ffd3cc2e6e6e2463c86baccb0ff97a2933abcfd7a9a55822ab2d - 0.0% (833 Bytes)
[#017] sha256:0b11a770e75cb4d349f68f2287afd630395cdc17837721544cb8446a8681869c - 12.0% (30.9 MB)
[#018] sha256:a82ca70c14fbaa9b71801e81d0c0a401742f514adfcbcbca9d8162f129225975 - 0.0% (830 Bytes)
[#019] sha256:bc642809395ab552ade8f239a1f7ae3d1d5fed287646428fc3614bee5967cf11 - 0.0% (829 Bytes)
[#020] sha256:6b0b34936f568b45726733d5487ce228d15f7db59fc854dee76a89a8909d0e7a - 0.0% (827 Bytes)
[#021] sha256:fc65fc8249d10cfa32cad70024dab5bc528fcd4d7f82da775cafc6a24c80832a - 0.0% (855 Bytes)
[#022] sha256:9f03714037bb18f9c4f16e5b389f5c09e5e304ffb0fdead542cb750e1283735c - 0.0% (833 Bytes)
Apply image 1809-amd64
2021-04-14 01:32:16 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
2021-04-14 01:32:16 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-14 01:32:39 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-04-14 01:32:40 UTCcmd /S /C #(nop) USER ContainerUser
2021-04-14 01:32:58 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-04-14 01:33:34 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 ; }"
2021-04-14 01:33:34 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-04-14 01:33:35 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-05-10 21:11:18 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-05-11 19:23:27 UTCcmd /S /C #(nop) COPY multi:965b304f043056ca0b908acb4f545cec25b679d606a72d8b8fec16db9d31e8bc in \Windows\System32\
2021-05-11 19:23:30 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-05-11 19:23:30 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-05-11 19:23:31 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-05-11 19:23:31 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-11 20:52:26 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-12cd346f45b4a64c17c56aca03521f52ed7b2997-head
2021-05-11 20:52:26 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-11 20:52:28 UTCcmd /S /C #(nop) COPY multi:283bb2f4b088682f9d1e9acf4ccc79d413cf9097ce90d4abfc9cbc57a32050d4 in \etc\rancher\
2021-05-11 20:52:28 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-11 20:52:29 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-11T20:52:24Z
2021-05-11 20:52:29 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=12cd346f45b4a64c17c56aca03521f52ed7b2997
2021-05-11 20:52:29 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-11 20:52:30 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-11 20:52:23 UTC
258 MB
rancher/rancher-agent:v2.5-12cd346f45b4a64c17c56aca03521f52ed7b2997-head
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:f7794a8687064c222edec1eacac34186676299758221ad448828a138c313432c - 37.75% (97.3 MB)
[#001] sha256:df370f7023d39b75bfb7121055f3513445024a4e82221fae5d69b5669b93fd33 - 0.0% (1.03 KB)
[#002] sha256:8f0ee149d266ed6460c1f14120172d70c3d2f4763babf2ff0a74a599597b7986 - 0.0% (1.04 KB)
[#003] sha256:b5623ae57f81eca4a279a593490ab0fb5ada9f7ffe1c1bcc58cea3698a4c46fb - 0.02% (64.9 KB)
[#004] sha256:feb151ad664d66d78b32132b738dc967097624cb954d4ba0dc4493969bcf9e5b - 0.0% (1.07 KB)
[#005] sha256:6e758f19dec09d5012cac6030b0f3b64b3e01a8012b41b51ef724c44a06d4c7d - 37.58% (96.9 MB)
[#006] sha256:1924fe4e850e32948f75a5f3c8c27b6949222ba86a13dcddb08cc3a6a2f64dfb - 0.05% (128 KB)
[#007] sha256:eb628ba54faa06ed9e5c8883b5c3cf6d841f7fa856ea5d92c4f95c4dc725ff77 - 0.0% (1.04 KB)
[#008] sha256:788d44dd10a931cae8bcbd60eeed7f42a4455ba3899a578d7eba581d9e64c474 - 0.0% (1.01 KB)
[#009] sha256:a850082ea4eaa8e0adec56e46a044dfe78e258e76aacc04a08ce3c4de37381c6 - 0.0% (1.03 KB)
[#010] sha256:03aa692c0a189a7ad034eb8f5d23779ad523bb141666342e2f25d0cc0f4ee9f0 - 0.04% (101 KB)
[#011] sha256:e6bbc4f596a8ec6fbf41b3e8e7db14c6e72d9d59d66bf72237977a2cd0dcd6eb - 12.58% (32.4 MB)
[#012] sha256:f7a46fb17dcfaf858ebafd655c7e2d82d7862ee9af17ae6132ef90f0ea5fc560 - 0.0% (1 KB)
[#013] sha256:a00ef29880d12e7fd8d0c82dc3a93882ef5ee631419be64f364c005ab0dd784e - 0.0% (1 KB)
[#014] sha256:cc87e3b2ff937fd0ba9e8ef4258e22648b0dec4fa5ca2d8d4b099cdffe770a17 - 0.0% (1.01 KB)
[#015] sha256:e573e18608dab02b333c0a8b20576c40a014c6cc80e1f26abc5920173ce54af7 - 0.0% (1 KB)
[#016] sha256:67fb2ee257695fd30ff95b84e4deb5c6c0b96ab766d7613cabfbfb2c6795c7e8 - 0.0% (1 KB)
[#017] sha256:f88959b117a7d7a152dc4d4eef87fb0f432706fa3acf654deda462c81827cbe8 - 11.97% (30.9 MB)
[#018] sha256:dfb525128d9673c3e51bc0823228e44bc241c608cf5e15156e5da3b06c5a5249 - 0.0% (1.01 KB)
[#019] sha256:9e9eb66c180d79d3cc6660dd7b967715d307616fabc33cb6b77cff25bf48bfb6 - 0.0% (1 KB)
[#020] sha256:1549f5294af3bd1e160d6ca8f311c08ddc7701d4f2295bc9fe193881e1f1cc99 - 0.0% (1.01 KB)
[#021] sha256:244fd4c7f7cceb03a3fb035e1c1c02b34ed37001c8b86b033f13ae452ab71c5a - 0.0% (1.01 KB)
[#022] sha256:77db71fa51240f3906ca232cfd38eee3b0957bd9ef3cdc3f9eaf6bdde8794f20 - 0.0% (1.04 KB)
Apply image 1909-amd64
2021-04-14 01:31:06 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
2021-04-14 01:31:07 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-14 01:31:38 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-04-14 01:31:38 UTCcmd /S /C #(nop) USER ContainerUser
2021-04-14 01:31:58 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-04-14 01:32: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 ; }"
2021-04-14 01:32:40 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-04-14 01:32:41 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-05-10 21:13:13 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-05-10 21:13:13 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-05-10 21:13:15 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-05-10 21:13:16 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-05-10 21:13:16 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-05-10 21:13:17 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-11 20:52:19 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-12cd346f45b4a64c17c56aca03521f52ed7b2997-head
2021-05-11 20:52:19 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-11 20:52:21 UTCcmd /S /C #(nop) COPY multi:283bb2f4b088682f9d1e9acf4ccc79d413cf9097ce90d4abfc9cbc57a32050d4 in \etc\rancher\
2021-05-11 20:52:21 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-11 20:52:22 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-11T20:52:17Z
2021-05-11 20:52:22 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=12cd346f45b4a64c17c56aca03521f52ed7b2997
2021-05-11 20:52:23 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-11 20:52:23 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-11 20:53:18 UTC
259 MB
rancher/rancher-agent:v2.5-12cd346f45b4a64c17c56aca03521f52ed7b2997-head
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:302b7cf33b3a2bd3c958c33a0bb0221099c7abebd46bd685a171899210be5180 - 37.93% (98.1 MB)
[#001] sha256:de401d0ad50a73809f52f1b2cdd08372d48affaed3cdc2d9c82fd93fdb86935d - 0.0% (822 Bytes)
[#002] sha256:b251ece4f860cf57423dd1455d77586f293f469389d4e8f22eda21f3f3865674 - 0.0% (921 Bytes)
[#003] sha256:da83f3e327d6be0778a2e9cb3bdbcd4381d91d53be27a9d83e7a02d713898ab6 - 0.03% (67.5 KB)
[#004] sha256:128bd25e4a5fd56d89d1d3519ab5299fad89e0fa26b42a19bbcacf3ffc63a75a - 0.0% (849 Bytes)
[#005] sha256:02a46850464f896128d38032429af01ed881c9561496b85a7dcf75894d1cfd3f - 37.5% (97 MB)
[#006] sha256:99558043528fca28cf576a5dae72c8dbbe8a309833109869786f3e709ee3e864 - 0.04% (92.7 KB)
[#007] sha256:39ff56c128357f2bde42c7177c54985736cd9022f26f72f0560ccd997975b59d - 0.0% (843 Bytes)
[#008] sha256:bb889420c0e542967f5ff0364fc7f0f64026326699d5dba17be0ff04d9435c8c - 0.0% (917 Bytes)
[#009] sha256:0b0c3607f7da6f27af62a1e89c6f24ed11be969871f097cab3afe6b28e800bfd - 0.0% (879 Bytes)
[#010] sha256:4c233f82828fbdf48c7f5f10fb989b2a162354948dace72b4f8676fcfc14b060 - 0.04% (101 KB)
[#011] sha256:65c3d21d36ae490276e5d92d8a0df87830020bf708eae84081450f3656d74e08 - 12.54% (32.4 MB)
[#012] sha256:b64774ba68a4f14c8262fb87fb09c20f9c27ec99c5a24adc48dab3993dcd11d0 - 0.0% (822 Bytes)
[#013] sha256:a03458865912c9e226479c9ed7ca8f37a31efdfb85d0aba8f82b1bcfd59cba4d - 0.0% (855 Bytes)
[#014] sha256:369e0c3681cce62915819e1bdda4625cc69f11796f5bc45b7eb995beacafd86c - 0.0% (831 Bytes)
[#015] sha256:e8bf0e622f1f6dab5c2daa507b6fe6e56cb32bd379b5da44f6599b260c71ded8 - 0.0% (824 Bytes)
[#016] sha256:65e9a4d3c821122aaa16bf117397f856c9dec6b26540af65b52a6c0707b2b994 - 0.0% (858 Bytes)
[#017] sha256:775752c1753d2c9f5eab4912177a469aa81736a5f5d85926ba954188bb67364b - 11.93% (30.9 MB)
[#018] sha256:663dc3cf96216aa316df6b8c25cc24d02feb84529e5f4f75ba4e56d1669014eb - 0.0% (866 Bytes)
[#019] sha256:77b862ca3be260674b0430bcfda1bc16d9427d2b65279b1ca3c8405316935223 - 0.0% (849 Bytes)
[#020] sha256:829bb24d6d2648d118bd1be7b7389ea020c16d4b0eb702d54cd4b609c6c0c6b5 - 0.0% (825 Bytes)
[#021] sha256:ee86d4de2127dfb6f59377d8eeade4284de1d7b58798dce6d6ec3fc9a748ebdc - 0.0% (852 Bytes)
[#022] sha256:1be55c8976020a34bf07cb248a93f4a7ad7f20ce2d8bba8fd3b8a3c55db9654c - 0.0% (822 Bytes)
Apply image 1903-amd64
2021-01-15 21:08:09 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
2021-01-15 21:08:10 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-15 21:08:55 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-15 21:08:56 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-15 21:09:18 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-15 21:09:58 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 ; }"
2021-01-15 21:09:59 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-15 21:10:00 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-05-10 21:08:12 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-05-10 21:08:13 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-05-10 21:08:15 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-05-10 21:08:16 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-05-10 21:08:17 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-05-10 21:08:17 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-11 20:53:14 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-12cd346f45b4a64c17c56aca03521f52ed7b2997-head
2021-05-11 20:53:15 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-11 20:53:16 UTCcmd /S /C #(nop) COPY multi:283bb2f4b088682f9d1e9acf4ccc79d413cf9097ce90d4abfc9cbc57a32050d4 in \etc\rancher\
2021-05-11 20:53:17 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-11 20:53:17 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-11T20:53:11Z
2021-05-11 20:53:17 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-11 20:53:18 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=12cd346f45b4a64c17c56aca03521f52ed7b2997
2021-05-11 20:53:18 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-11 20:52:05 UTC
260 MB
rancher/rancher-agent:v2.5-12cd346f45b4a64c17c56aca03521f52ed7b2997-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-2004
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:d151a73b598346073ea523548e54435aef6702c88cfc7c0ef6d67dfbe32cfe9a - 38.33% (99.8 MB)
[#001] sha256:f8e65b7f61bf1f0937a170fab932e066937f809c0a117ccbfe317b13578131e0 - 0.0% (1.05 KB)
[#002] sha256:0d73c188e9c6324e14ec6bbee1384afc83576961105f97e08801ebe9f708a856 - 0.0% (1.1 KB)
[#003] sha256:d99286468bd080ec4c72068a4df5f752d448a7af11d85f759834808edb4592bd - 0.03% (67.9 KB)
[#004] sha256:2f87c319533c6883f409b13691aa3ca4fd4c995bcfe52cc192523389e51d87ce - 0.0% (1.02 KB)
[#005] sha256:c8944569b995ebf8947d59d992abbbd8ba643df745d1597b5102458f81a4912e - 37.24% (96.9 MB)
[#006] sha256:4228458c1145d613d29840e1ac26ffa4fcd4ac8ae1ba369b2e766ecf13903782 - 0.04% (110 KB)
[#007] sha256:a7b89b0ee3b42fbfb4bc3da432d89614c2bc8d745e8c9d11df3fa16a058c8771 - 0.0% (1 KB)
[#008] sha256:ecd2099f90b7f4eca08e5b76712ed8a900ac037d20c8e1b527fd4bb8722bdc7e - 0.0% (1.02 KB)
[#009] sha256:d9a56666d303e5e9a78743a571250e37fb78c0a0dec99311c110773f33e94b70 - 0.0% (1.01 KB)
[#010] sha256:4050eee19967329bd43c6eb64503aa5fe32fe16a238110caa1fc80d199f4387a - 0.04% (102 KB)
[#011] sha256:1eeea4a91bb39c48aac7d045ff4744aa706c76eb1666b6266966bb9874a62a33 - 12.46% (32.4 MB)
[#012] sha256:c73a66058c523d15ba432ba402ba0d48cb1e2e41cc35b10616ef00da20ec7bef - 0.0% (1.01 KB)
[#013] sha256:80725b78a82d71d697d780171b8160c9574a0d1802a97ec675b429d3771906b3 - 0.0% (1.04 KB)
[#014] sha256:0717f240af675b33b0d11d5a9b86f85af38dbe0753c81eda79bb5df3b4034627 - 0.0% (1.04 KB)
[#015] sha256:7633d9d3de5f3bce6aced8e7269f0995fc5318abef047c0b581792da1927d875 - 0.0% (1.05 KB)
[#016] sha256:e7ca861f09b20aa74614d06e045536802a6de9fb457e91108f35377261b4591e - 0.0% (1.04 KB)
[#017] sha256:bfe3229eda56ebe6645b13641571083fdeb0a19ac37ae31c823a1b6553fb5de4 - 11.86% (30.9 MB)
[#018] sha256:711917fccd2025a6ce3bc3f38145257e5d69e3d7dbc42b43cb429f9f4caf927f - 0.0% (1.08 KB)
[#019] sha256:7135bef1550b5c011845e2bee23c870ac1f87a9f1ff05de29d2350a239ee4593 - 0.0% (1.05 KB)
[#020] sha256:cccb4685ebbd0334776d6de61294f924cd6f731ceaf4c3e92db37fcfeff88ecf - 0.0% (1.01 KB)
[#021] sha256:5c24d42b1c1c31a77b83bc22cc0dfe6616f183e9c90efbe33d4cf4f2f9d9153b - 0.0% (1.02 KB)
[#022] sha256:69beeca3d0bda86337e191d9bf93979d01a7bd3ba0f90e0da81a8fae8f33c022 - 0.0% (1.04 KB)
Apply image 2004-amd64
2021-04-14 01:31:57 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-2004
2021-04-14 01:31:58 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-14 01:32:22 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-04-14 01:32:23 UTCcmd /S /C #(nop) USER ContainerUser
2021-04-14 01:32:44 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-04-14 01:33:21 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 ; }"
2021-04-14 01:33:22 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-04-14 01:33:22 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-05-10 21:11:42 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-05-10 21:11:43 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-05-10 21:11:45 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-05-10 21:11:46 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-05-10 21:11:46 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-05-10 21:11:46 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-11 20:52:01 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-12cd346f45b4a64c17c56aca03521f52ed7b2997-head
2021-05-11 20:52:02 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-11 20:52:03 UTCcmd /S /C #(nop) COPY multi:1fe5e90a58247ffdeba701eacd6bef045a8149af4fe1b7f0620862926ed695f4 in \etc\rancher\
2021-05-11 20:52:04 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-11 20:52:04 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-11T20:51:59Z
2021-05-11 20:52:04 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-11 20:52:05 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=12cd346f45b4a64c17c56aca03521f52ed7b2997
2021-05-11 20:52:05 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-11 20:52:01 UTC
2.46 GB
rancher/rancher-agent:v2.5-12cd346f45b4a64c17c56aca03521f52ed7b2997-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 56.86% (1.4 GB)
[#001] sha256:182d4887a30d6c29414d04c41f1093a66f4cc1bf83092d3231cc5538404d75ad - 37.96% (958 MB)
[#002] sha256:d14dd6252eb27f7b4def500776e1ac295168b707f9656a071d83dd110d1f3c24 - 0.0% (1.3 KB)
[#003] sha256:a952ebfcc3311f337e8439749a2a6da1b8622711d16ee48388b81206bd1b991a - 0.0% (1.29 KB)
[#004] sha256:f7d7cd83cba8594bf1c761198799e4b2edb5110644e46891d2b65fbb5f21fa35 - 0.61% (15.5 MB)
[#005] sha256:925b80e202e8d5f9c856a063c40d35cbe4e433a5cc083203edc66bd191df5983 - 0.21% (5.27 MB)
[#006] sha256:8deba8048952555ae569aa61a5b9b76aee488ee4ceb3782af148516c08f0c5e3 - 0.31% (7.83 MB)
[#007] sha256:735eb41c45c9f37940d25bedb34692508fe8e2fd231834e1e74634e4b990c87b - 1.48% (37.2 MB)
[#008] sha256:b0be5ea380bf3de3ee2cc4a27d75971ce9ca6aa2c00b70396a9eacd0647df965 - 0.21% (5.33 MB)
[#009] sha256:8aa62379a1025796030581e8dc991691819536dec8b045e73a2e8e1022a26934 - 0.62% (15.6 MB)
[#010] sha256:6032d88ca5641303015694facfa089b2899511d22c2498912c256c642605c1a1 - 0.5% (12.7 MB)
[#011] sha256:9e37a2a3361bdb5552c350a86fce731b7aaa21824720426303e8cbf9be046bb1 - 0.02% (428 KB)
[#012] sha256:3425dbb581b2ac26cf6ee99163d7345967a6cb70b2fb2871d52fe6315984ab22 - 0.0% (1.26 KB)
[#013] sha256:90922b34819dbaf4b3e8546b2c212bd9a21b2b48161788b074b78496876a86bd - 0.0% (1.26 KB)
[#014] sha256:c08e1febee53195bee3a43e68f73407f40f86735354ce5df8c23829037603822 - 0.0% (1.29 KB)
[#015] sha256:6ab2830f96cd2e93598894e48b3e13ac788460dfb9f13c4893563f3106d5cd6a - 0.0% (1.31 KB)
[#016] sha256:acdc54644280fab03008e013d01d7a6b3f8fbc846ad742572cf1f3c4d629e7f1 - 0.0% (1.27 KB)
[#017] sha256:387c8a51720bfb8411055ad959a22b108f3282bb2e94afd9229e4009af17fb28 - 1.22% (30.9 MB)
[#018] sha256:560404ee91e4646fe4302d6deadb70161ca85de141c0a02ce598f6b24265be09 - 0.0% (1.27 KB)
[#019] sha256:75e2dd4a928aa6d71e108073f055e46c5d284acf168c094f393b94c0351030b2 - 0.0% (1.29 KB)
[#020] sha256:3fe5bfc862826b7c4f93e6d2ef31c68cbeb2bd78ba358e120c547c6af01652ed - 0.0% (1.29 KB)
[#021] sha256:9c67170664d91eab004f7d72440dc0ef43c03d7bb2f70f3c8a32a0d53036279f - 0.0% (1.3 KB)
[#022] sha256:88cb4db7c3463e336158c59aa6b30b08eb8ec8c62b7cca5919f06e3a2eef4050 - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-04-30 07:39:08 UTCInstall update 20H2-amd64
2021-05-11 19:22:30 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-05-11 19:22:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-05-11 19:22:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/StefanScherer/docker-cli-builder/releases/download/18.09.6/docker.exe'; Write-Host ('Downloading Docker from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\docker.exe -Uri $URL; Write-Host 'Complete.'
2021-05-11 19:22:51 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.1/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'
2021-05-11 19:23:21 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }
2021-05-11 19:23:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'
2021-05-11 19:23:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-05-11 19:23:51 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-05-11 19:24:00 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-05-11 20:51:55 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-05-11 20:51:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-05-11 20:51:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-05-11 20:51:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-11 20:51:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-12cd346f45b4a64c17c56aca03521f52ed7b2997-head
2021-05-11 20:51:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-11 20:51:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:1fe5e90a58247ffdeba701eacd6bef045a8149af4fe1b7f0620862926ed695f4 in \etc\rancher\
2021-05-11 20:51:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-11 20:52:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-11T20:51:45Z
2021-05-11 20:52:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-11 20:52:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=12cd346f45b4a64c17c56aca03521f52ed7b2997
2021-05-11 20:52:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-11 20:56:49 UTC
178 MB
rancher/rancher-agent:v2.5-12cd346f45b4a64c17c56aca03521f52ed7b2997-head
KUBECTL_VERSIONv1.19.7
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:673aeee5c81c892477834e2b5e55575f16bfd52d9b841a1d8c524fb3805ee960 - 12.69% (22.6 MB)
[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)
[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)
[#003] sha256:4181fd48623d92e453762c43d39438e58fc84df02f15a5552ffca1a510d8ab42 - 0.0% (123 Bytes)
[#004] sha256:80b1003e1f6cd0085f0a831e07e8ebf5da1c36bd0b4ab64d17ffd380e12c3c13 - 24.63% (43.9 MB)
[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 1.09% (1.94 MB)
[#006] sha256:a2793c46b3864ed53432f8f6b4d5de0d0737f0517b51ecb839b232a5503d754f - 13.83% (24.6 MB)
[#007] sha256:a0229312ed09e29dfe78a2d08be95771f712e3f5a5463ed1ee1dbeefc26f9d12 - 31.76% (56.6 MB)
[#008] sha256:7fdcbbad7004f8f6bd3986adaecbbd4793f510498a9df0763544e98fe41ed223 - 0.0% (8.89 KB)
[#009] sha256:9888ce43e01cd4f3671380522c5737d812c333d719efa304ba6b38ecc0a6ae56 - 16.0% (28.5 MB)
[#010] sha256:9daa718a0726b67395d5fdccf3897953bbe9aa9d4f75555557d4834cb3e3ca76 - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:5f7cb4b44f843eaef6ae7ddb75dfc228a33d20cd974074ca23c1bb2cad7f77ad in /
2021-04-23 22:47:19 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
2021-04-23 22:47:21 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-04-23 22:47:23 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-04-23 22:47:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-11 20:56:07 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-11 20:56:07 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-11 20:56:08 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-05-11 20:56:29 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 ssh && 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/*
2021-05-11 20:56:30 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-11 20:56:31 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
2021-05-11 20:56:31 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-11 20:56:32 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
2021-05-11 20:56:33 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-11 20:56:33 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-11 20:56:33 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-12cd346f45b4a64c17c56aca03521f52ed7b2997-head
2021-05-11 20:56:33 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-11 20:56:44 UTC/bin/sh -c #(nop) COPY dir:e4de7125257f328f36951f306266b8f88f7f25fbf60ac89aa0a11c9807539144 in /var/lib/rancher-data
2021-05-11 20:56:46 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-05-11 20:56:47 UTC/bin/sh -c #(nop) COPY multi:0538c3431ef7604f3dae084d9fbb19861ede077114ded8a7a98ddd4225deb322 in /usr/bin/
2021-05-11 20:56:48 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-11 20:56:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-11 20:56:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-11T20:55:46Z
2021-05-11 20:56:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=12cd346f45b4a64c17c56aca03521f52ed7b2997
2021-05-11 20:56:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-11 20:56:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
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.