2021-04-27 19:23:11 UTC
104 MB
rancher/rancher-agent:v2.4.16-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.17.6
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:01bf7da0a88c9e37ae418d17c0aeed0621524848d80ccb9e38c67e7ab8e11928 - 24.46% (25.5 MB)
[#001] sha256:f3b4a5f15c7a0722b4f22e61b5387317eaf2602c27ffb2bceac9a25f19fbd156 - 0.0% (852 Bytes)
[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)
[#003] sha256:c1c309ff15040437fd099855ea3059b3f66d1f17bce67754dea5f6ef7e917b5b - 0.0% (123 Bytes)
[#004] sha256:1382bd8bdf01e74e6d473c7817d3c5f236dd054360408a929906f87453408ebe - 29.09% (30.3 MB)
[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 2.12% (2.2 MB)
[#006] sha256:b4f6e199f6d13e68a17d96316369603480bf358d080397727737a19170462b88 - 1.17% (1.22 MB)
[#007] sha256:bfef12d108fb559d892856e42d328f90c00cbd527956cf5d1738eb4db8b70293 - 25.53% (26.6 MB)
[#008] sha256:3f2e15fa81b67ce0883690bf3e52ff6f160aadd2617e240ce430ed70d8e11ff9 - 17.64% (18.4 MB)
/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-04-27 19:22:43 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-27 19:22:43 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
2021-04-27 19:22:44 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-27 19:22:44 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-04-27 19:23:03 UTC|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends 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/*
2021-04-27 19:23:03 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-27 19:23:04 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-04-27 19:23:05 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2021-04-27 19:23:06 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-27 19:23:08 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-04-27 19:23:08 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-27 19:23:08 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-27 19:23:08 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-27 19:23:09 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.16-rc1
2021-04-27 19:23:09 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-27 19:23:10 UTC/bin/sh -c #(nop) COPY multi:1d0061222ab0c12963ccd1a1117db7c64dab9b04746fd4c331055644422dd294 in /usr/bin/
2021-04-27 19:23:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-27 19:23:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-04-27T19:22:40Z
2021-04-27 19:23:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-27 19:23:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=7ba9d7eba54b04aeadaf243a87375d3e17aa819d
2021-04-27 19:23:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-27 19:16:25 UTC
240 MB
rancher/rancher-agent:v2.4.16-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:ea84579f6cd5b58fe78732be37450bd188c8923de3a2062664f3992861449b5c - 40.28% (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 - 40.39% (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:c28d83e8c66e5c08c43aeec8cc9db27a3a063e2cd1cfd1aceb7c7f712b3501e5 - 0.0% (874 Bytes)
[#010] sha256:2c8c0a725d047cf1a5355f0948c94334530af84ab9102ca11ecce4040407e425 - 0.04% (96.5 KB)
[#011] sha256:b83a395d7982627d4a57d3c2d6a10890c3503faca32bbf9ac5b68177623ac6f5 - 13.59% (32.6 MB)
[#012] sha256:8b8f048cd4f8973a9294173c775c4efbca03c087d4d71cdd5fa9c49b1ad33c67 - 0.0% (831 Bytes)
[#013] sha256:fda8f81dd4fb9127e48d65627ffea78c8827f297e67194b0594f2610831ed5c8 - 0.0% (858 Bytes)
[#014] sha256:75c0cc6d5cc3a68d2a35c1a958391d1271a5281bed5d3f486b99b0adfa747205 - 0.0% (833 Bytes)
[#015] sha256:8a9688bfc8d4860c7ba271189376101eabb1a58632078b43c0b04f86081ec2f0 - 0.0% (853 Bytes)
[#016] sha256:5bac8aa1db40fd6d9f9eb48efa2d8c3e2ae4a46fff2894cbbc524f33be800e66 - 0.0% (859 Bytes)
[#017] sha256:7b0fdcda05766e38fb65419b1d61a70c83807d8e3fd024aa93e2e834c7ce2ee9 - 5.62% (13.5 MB)
[#018] sha256:900e2010764a2dcc8d8f7e957a9abee2609855c93af8ecd236ac3af939f966fe - 0.0% (830 Bytes)
[#019] sha256:7be8b279752ff030cb55d27729fb2e919f2bd2fb4108997ac1faab210c8930b7 - 0.0% (853 Bytes)
[#020] sha256:63250c145e227c74b538ff6bbc67a72f71e157ca8f52b7091694bf1979208daa - 0.0% (863 Bytes)
[#021] sha256:60ab4248dc13dab8d0b90b45b525639276a732433a089ebbd653ca0f0440a785 - 0.0% (859 Bytes)
[#022] sha256:80cb0793e72e5c4ca4e27720416350cb9e23ee8765f051c2676a323bd3aac6d4 - 0.0% (856 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-04-25 18:35:47 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-25 18:35:47 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-04-27 19:16:08 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-04-27 19:16:09 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-27 19:16:09 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-27 19:16:09 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-27 19:16:10 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.16-rc1
2021-04-27 19:16:10 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-27 19:16:11 UTCcmd /S /C #(nop) COPY multi:a52bfad4ad0698c5ddec31d3e91b1890cdf8e66ab442957b7394fc7c71b3cce5 in \etc\rancher\
2021-04-27 19:16:12 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-27 19:16:24 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-27T19:16:22Z
2021-04-27 19:16:24 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=7ba9d7eba54b04aeadaf243a87375d3e17aa819d
2021-04-27 19:16:25 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-27 19:16:25 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-27 19:17:13 UTC
241 MB
rancher/rancher-agent:v2.4.16-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:f7794a8687064c222edec1eacac34186676299758221ad448828a138c313432c - 40.45% (97.3 MB)
[#001] sha256:df370f7023d39b75bfb7121055f3513445024a4e82221fae5d69b5669b93fd33 - 0.0% (1.03 KB)
[#002] sha256:8f0ee149d266ed6460c1f14120172d70c3d2f4763babf2ff0a74a599597b7986 - 0.0% (1.04 KB)
[#003] sha256:b5623ae57f81eca4a279a593490ab0fb5ada9f7ffe1c1bcc58cea3698a4c46fb - 0.03% (64.9 KB)
[#004] sha256:feb151ad664d66d78b32132b738dc967097624cb954d4ba0dc4493969bcf9e5b - 0.0% (1.07 KB)
[#005] sha256:6e758f19dec09d5012cac6030b0f3b64b3e01a8012b41b51ef724c44a06d4c7d - 40.27% (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:3804b2843eb407d5433ce2d267f7cf96be1e810153f442e2c82fbcbf923bdc94 - 0.0% (1.03 KB)
[#010] sha256:994d66a0c5205d9c97ef016167b3f9ddfb8f4bfc13478fca3a32c8e47f3167b6 - 0.04% (101 KB)
[#011] sha256:b90c1b4d5eadc412bd09576c8790f8c4f20630993a98043bb62b8f8c86d0ee6a - 13.55% (32.6 MB)
[#012] sha256:87d6293f2e1c835839f2f0b3867ba48b394061e42611f922f04c1cdb55c51b55 - 0.0% (1 KB)
[#013] sha256:06a6a7343aa7f0fe5c7d5dc4b85a14647e3a1a155f9b068192477c96199f5c20 - 0.0% (1.04 KB)
[#014] sha256:48c15a51e1ca842a080853c3ef225a24d5b4e0722f31f6f56f9233b5aa0c6867 - 0.0% (1.06 KB)
[#015] sha256:7d42420b9043e9baba7bc99958b16bb5697dc89a4505bbc44820697ffc717a24 - 0.0% (1.04 KB)
[#016] sha256:56be0ec52e6c32ff33b960eda1937f86103d4f42cd4eb4073410064a2be97f08 - 0.0% (1.1 KB)
[#017] sha256:5aef1d7705d344365aeedf8d54d346b9ee14cd93c01356fcdd085133abec96db - 5.6% (13.5 MB)
[#018] sha256:d853c49b99b481ea59abdf4b4fb99a75c65b06ddb0e0639f1fd86a75e37677af - 0.0% (1 KB)
[#019] sha256:8114fffd9cb8b2625f21cdb71b085447d56d5add79266ebc6aad6da45d72505b - 0.0% (1.06 KB)
[#020] sha256:ff2c5eb69e10605aefc746539f8e0938b8861b6eaec8b51cff4d7c1b7eb95849 - 0.0% (1.03 KB)
[#021] sha256:ed35a059bb35db49dd5739df0269cb6ede1d32f9235be2d64be5e1df83712237 - 0.0% (1.04 KB)
[#022] sha256:4b74a10088112156877bc3156718a542a508644460036930928f20aefd857c26 - 0.0% (1.01 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-04-25 18:38:01 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-25 18:38:02 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-27 19:16:53 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-04-27 19:16:54 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-27 19:16:54 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-27 19:16:55 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-27 19:16:55 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.16-rc1
2021-04-27 19:16:56 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-27 19:16:56 UTCcmd /S /C #(nop) COPY multi:a52bfad4ad0698c5ddec31d3e91b1890cdf8e66ab442957b7394fc7c71b3cce5 in \etc\rancher\
2021-04-27 19:16:57 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-27 19:17:12 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-27T19:17:11Z
2021-04-27 19:17:13 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=7ba9d7eba54b04aeadaf243a87375d3e17aa819d
2021-04-27 19:17:13 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-27 19:17:13 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-27 19:17:05 UTC
241 MB
rancher/rancher-agent:v2.4.16-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:302b7cf33b3a2bd3c958c33a0bb0221099c7abebd46bd685a171899210be5180 - 40.63% (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 - 40.18% (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:7bfc6edb1f7045e3ec8132501f4570e76187612fb73b1f35f3308a3813d3afd2 - 0.0% (854 Bytes)
[#010] sha256:6ab0c58d0f3e8a24654bd3a65ecb2c497614c58870e2ca76c661081f55ef961f - 0.04% (101 KB)
[#011] sha256:170c07ddbe44f1d0acd46f4baa2089e566c54644dd44b73e0e1736391f418aae - 13.5% (32.6 MB)
[#012] sha256:84a1cd752d18f7e2245046c5380c15cd3eef01345677081428c4a03731323cc4 - 0.0% (829 Bytes)
[#013] sha256:497609e366efc910bc4bb190567e5f10fa591a42779a910ca9f32249a1faca9c - 0.0% (821 Bytes)
[#014] sha256:551ac45ca8bdaa22dfd8ac1ef36aa1fc12f8fdb54a6c5e689fcb67b2a336340f - 0.0% (849 Bytes)
[#015] sha256:37b0e0f19e7b0771a37d559203499eaf6654a81dac6fe7175225cf22d812124b - 0.0% (860 Bytes)
[#016] sha256:727ae057fdf4a912aecb9049f10b7f1642781770ddadd8bbc6dabe083e92a219 - 0.0% (847 Bytes)
[#017] sha256:8c121fda4ab49471ae75fde23e46f6dc42efcefe7bae30ed54995d335025d160 - 5.58% (13.5 MB)
[#018] sha256:30162d65b0623a8fb09af892b2242ae61ac85ec2ca799fdc97161c59bc86cc92 - 0.0% (868 Bytes)
[#019] sha256:30975af8706ad39cc59964e3d4e9ecbaec9afc0c20809bc966bb6fb1a2986c8f - 0.0% (862 Bytes)
[#020] sha256:864cf970eb4bcee77a126e39dd446d02835b828f92085245df6443b967e9853e - 0.0% (873 Bytes)
[#021] sha256:9b9dba6bde7294ffea6354b20ea5840e09ecfafc7934deaa6fc96b78099a7fb5 - 0.0% (852 Bytes)
[#022] sha256:a183102dbda39d70073095095ac9966e31e7167a33af8f147c082965bc725c1a - 0.0% (856 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-04-25 18:33:04 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-25 18:33:05 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-27 19:16:45 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-04-27 19:16:46 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-27 19:16:46 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-27 19:16:46 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-27 19:16:47 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.16-rc1
2021-04-27 19:16:47 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-27 19:16:48 UTCcmd /S /C #(nop) COPY multi:a52bfad4ad0698c5ddec31d3e91b1890cdf8e66ab442957b7394fc7c71b3cce5 in \etc\rancher\
2021-04-27 19:16:49 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-27 19:17:04 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-27T19:17:02Z
2021-04-27 19:17:04 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-27 19:17:04 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=7ba9d7eba54b04aeadaf243a87375d3e17aa819d
2021-04-27 19:17:05 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-27 19:22:58 UTC
94.6 MB
rancher/rancher-agent:v2.4.16-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.17.6
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:673aeee5c81c892477834e2b5e55575f16bfd52d9b841a1d8c524fb3805ee960 - 23.9% (22.6 MB)
[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)
[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)
[#003] sha256:5d0e52c8a13882372a00aeb261bdd4ee1393118ad36564a7ecf1963ad497a248 - 0.0% (124 Bytes)
[#004] sha256:f48c56d4ac0a64245f13d5763b9ac3417219266b18b1ec92cf371a1aa25c8da8 - 28.98% (27.4 MB)
[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 2.05% (1.94 MB)
[#006] sha256:73f2f2eb265754e6523f608c04bca317e1f338475899788fbbf0e8edd8fcd308 - 1.2% (1.13 MB)
[#007] sha256:9cea5843396328daa57941b362379c4b3027647888fdba2843279ebc54400491 - 26.05% (24.6 MB)
[#008] sha256:072fda056a9a76fca6ff07388b4aa59e810b8e3eb7aad5c74da34f7c3988a7db - 17.81% (16.8 MB)
/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-04-27 19:22:24 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-27 19:22:25 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
2021-04-27 19:22:25 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-27 19:22:26 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-04-27 19:22:44 UTC|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends 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/*
2021-04-27 19:22:45 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-27 19:22:46 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-04-27 19:22:47 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2021-04-27 19:22:47 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-27 19:22:54 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-04-27 19:22:55 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-27 19:22:55 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-27 19:22:55 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-27 19:22:55 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.16-rc1
2021-04-27 19:22:56 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-27 19:22:56 UTC/bin/sh -c #(nop) COPY multi:cf291786cef6700e2740198c87bfd5c89e9002fb94e8e550c6a8f6da3853eb4f in /usr/bin/
2021-04-27 19:22:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-27 19:22:57 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-04-27T19:22:22Z
2021-04-27 19:22:57 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-27 19:22:57 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=7ba9d7eba54b04aeadaf243a87375d3e17aa819d
2021-04-27 19:22:58 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.