2021-01-21 00:39:17 UTC
104 MB
rancher/rancher-agent:v2.4-4730-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.17.6
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:f22ccc0b8772d8e1bcb40f137b373686bc27427a70c0e41dd22b38016e09e7e0 - 24.47% (25.5 MB)
[#001] sha256:3cf8fb62ba5ffb221a2edb2208741346eb4d2d99a174138e4afbb69ce1fd9966 - 0.0% (850 Bytes)
[#002] sha256:e80c964ece6a3edf0db1cfc72ae0e6f0699fb776bbfcc92b708fbb945b0b9547 - 0.0% (162 Bytes)
[#003] sha256:46ed032caa704a80275cb071338e4dab4955dd194dcf0cc941814ec51fe67ce1 - 0.0% (124 Bytes)
[#004] sha256:3e8ba448f17adb384f5dce2da1bb71f02dc6d25519ad9e3bc01df852921c83dd - 29.1% (30.3 MB)
[#005] sha256:8173306facae086d67be798301e1b4e3edccddc2bfa829b570a59cfdaedd09b8 - 2.12% (2.2 MB)
[#006] sha256:c0e9e1ea827c07b30bb8f8b3e43799360737cedf87dcf7a5fa818ea98c4d4d83 - 1.17% (1.22 MB)
[#007] sha256:2b4e64dbcd3522bbb2097638bd242e3d1a7164a6fdc12c3641051a6c2abddf21 - 25.53% (26.6 MB)
[#008] sha256:e75f53594e4f69264820fb31bb0dd2ac91a8eeec68df530d3432ea76af5d5d37 - 17.62% (18.3 MB)
/bin/sh -c #(nop) ADD file:6ef542de9959c3061f2d0758adb031e226b221a1a2cd748ff59e6fc13216a1c0 in /
2020-11-25 22:25:14 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-11-25 22:25:15 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-11-25 22:25:16 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-11-25 22:25:17 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-01-21 00:38:50 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-21 00:38:50 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-01-21 00:38:52 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-21 00:38:52 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-01-21 00:39:09 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-01-21 00:39:10 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-21 00:39:11 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-01-21 00:39:12 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-01-21 00:39:12 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-21 00:39:14 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-01-21 00:39:14 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-21 00:39:15 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-21 00:39:15 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-21 00:39:15 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4730-head
2021-01-21 00:39:15 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-21 00:39:16 UTC/bin/sh -c #(nop) COPY multi:bf2f5cc863d6fda42b20213498a427510674e1faa95cff61cfb72c80af833557 in /usr/bin/
2021-01-21 00:39:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-21 00:39:17 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-21T00:38:47Z
2021-01-21 00:39:17 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-21 00:39:17 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=4c214400ca4326ae0c1e2b3796edca0ee4f4f112
2021-01-21 00:39:17 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-21 00:32:12 UTC
240 MB
rancher/rancher-agent:v2.4-4730-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:62239e9aa1a352a20b0d4969c2b508b8a18d10e799d4db72e6f24ccbb2c724d9 - 40.26% (96.6 MB)
[#001] sha256:70220169a64d6302f4515abf14ee74d434c26c52ff69344a39e0f2f4b3ad9e1c - 0.0% (1.12 KB)
[#002] sha256:c0f9ae42832169b80a7e5fd5d2c0af705bf2ab6a91e2640fc5da366bca49da5d - 0.0% (1.02 KB)
[#003] sha256:b81a75f9f189ee547be6d8966eafe7b0daeac19d4bd3f01e050d31caa4775797 - 0.03% (69.9 KB)
[#004] sha256:e9d331c5c4fbc2ac580c25d25707a54d530fb84c1a448c028f6b0212844cf973 - 0.0% (1020 Bytes)
[#005] sha256:f8972875c02fa530c7f1d299f39b756432b38ad975cc2647f824b6d46449909c - 40.41% (97 MB)
[#006] sha256:1b71a133c06991dbfb554cb3c18a70c2767910ea1e11edca4fb6a82ba563a8bf - 0.05% (135 KB)
[#007] sha256:ddeeb0ae1ab9d63933fc73f4e59acf095e275192e67ba8f80d303207f2a454c3 - 0.0% (1.02 KB)
[#008] sha256:63774abb91c6cf0aadb55894a9f5f0580b74f4df186b1adfd3a657c3d79b66e5 - 0.0% (1.02 KB)
[#009] sha256:473ff5cdeadef5d5dd0f31298495da6179608b7a9e333121d2f57f0bf4034712 - 0.0% (848 Bytes)
[#010] sha256:3152002a3f6fed13c7b03046fef7a585ef824cbbf66f20c6cca48b41c5931909 - 0.04% (96.5 KB)
[#011] sha256:b461701d35686179d27a936e7657c1c3965f93aa2cc91e6d361c402067705d2c - 13.58% (32.6 MB)
[#012] sha256:1b7f39e0502b03a991efb12067d188edd193621d004d49eec252932b1fe83a1d - 0.0% (826 Bytes)
[#013] sha256:c8afdcbfc48292b6192bc3d6ab52e1dcd6a0c956a1fe788e83c989cf40c5918a - 0.0% (831 Bytes)
[#014] sha256:bcaae0726d8805d27c4d5bf2cab899f828d263a7cd137663538f8e0e21ef51d0 - 0.0% (854 Bytes)
[#015] sha256:678acf1db4e7d641eee3957725f7da2ff1ecf821c114879419204792248ed362 - 0.0% (853 Bytes)
[#016] sha256:69fded1cc0dfebdc803d84bb83e13ba92e9cd454df3fd07db7ce9d1597689b1b - 0.0% (831 Bytes)
[#017] sha256:eb5bb0f901c7ca734ff60984aed91efd6b28c9ee43d4ad2cdcbd7eb1123881b4 - 5.62% (13.5 MB)
[#018] sha256:76dc6a8e8cea4adda8d601345fd4887f2c734ecbb4cf0f4daeb86313ec980d36 - 0.0% (827 Bytes)
[#019] sha256:9c706e9d0b0f4dbd57c95818e31e7cb2b47e5061a7c708d2dfa9dd585e9a0b97 - 0.0% (864 Bytes)
[#020] sha256:6c08e62d351766a2d0d0fabefb8e14744750dc954d22ff40227c9ef66a7a1385 - 0.0% (858 Bytes)
[#021] sha256:20677a88dc4805f0cdd8e12330311ba84e4605221e8cf9b87cabfb854777fe56 - 0.0% (831 Bytes)
[#022] sha256:9b5911aada14c516e8e93da70af6213fc4d7b6d883b19bda604453393c7519b5 - 0.0% (824 Bytes)
Apply image 1809-amd64
2021-01-19 23:20:25 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-01-19 23:20:27 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-19 23:20:59 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-19 23:20:59 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-19 23:21:19 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-19 23:21:57 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-19 23:21:58 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-19 23:21:58 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-20 00:06:19 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-20 04:21:12 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-01-20 04:21:14 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-20 04:21:15 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-20 04:21:15 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-20 04:21:15 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-21 00:32:09 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4730-head
2021-01-21 00:32:10 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-21 00:32:10 UTCcmd /S /C #(nop) COPY multi:9164d6eaf51fe02a4bf1e2574c7405ab3f5b04efae3143a771acc29afbbbb568 in \etc\rancher\
2021-01-21 00:32:11 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-21 00:32:11 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-21T00:32:08Z
2021-01-21 00:32:12 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-21 00:32:12 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=4c214400ca4326ae0c1e2b3796edca0ee4f4f112
2021-01-21 00:32:12 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-21 00:32:55 UTC
243 MB
rancher/rancher-agent:v2.4-4730-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:3155a5f44f3dc969ff02d04e7f3dbd46e828c217c194c52591f5ac542dcd622b - 40.99% (99.6 MB)
[#001] sha256:fb0d0a5eed4c7e3b9d4dfdfa8b844bfcef7ad31367ac269af0e54415ec105418 - 0.0% (1.02 KB)
[#002] sha256:06806150752e491f8a27a80f45530405979e83f2f26632fc668c844a70bd289b - 0.0% (1.01 KB)
[#003] sha256:c0f33331efcd07bba50f3651e0f8a9084431a914b07e060a4c61802c3770851a - 0.03% (63.9 KB)
[#004] sha256:57d90fb8451c5e89042c677794634ce14a2a76ca7e348e66fca168797086f832 - 0.0% (1.07 KB)
[#005] sha256:2fbd100c04dbf81a6360fa2f18417049fc8e1c7ad54e9027b18326a236432d9a - 39.92% (97 MB)
[#006] sha256:37d494e8738dc9918335085c14701262c32eb03582eccb8f1e2e69548e416d3d - 0.05% (128 KB)
[#007] sha256:a659f515f56209f514254145483ae074ed4790af9ce7fd7592cfc610d830ace8 - 0.0% (1.02 KB)
[#008] sha256:205ec9ef187f76b2b8d9fd8a1e8d69fd69ccda4dd44b2bdbd4b8eb718759e34c - 0.0% (1.02 KB)
[#009] sha256:485601979b744102037cd36c6f949b2e72e2987fb68406574fea4add373117a5 - 0.0% (834 Bytes)
[#010] sha256:752e0b222e5b0de2b33deab0f5191dd5e0104a8e9a9906768b0f320c7955a31f - 0.04% (101 KB)
[#011] sha256:89821220f7d50f4279f3b64e9fcbb939299f0ff264e2b4a6a85ea7f144b4498b - 13.42% (32.6 MB)
[#012] sha256:3191ed4fc3fc8a9770cdd693e2db08c2842a92992fd1c898d4130caf78710f07 - 0.0% (853 Bytes)
[#013] sha256:320cc99b98b1a376143b4c65115a0040bc09080f92a942c7954a8a416df0c33d - 0.0% (860 Bytes)
[#014] sha256:03fd8f2ed61971fd44b5943a902e90cd2fa2e5904e905ff88c99b5051a610e73 - 0.0% (860 Bytes)
[#015] sha256:d16192f1b033be4ac95b3f4f466c5cd9a8117c9921693d98aa66713c7e1a4cd0 - 0.0% (830 Bytes)
[#016] sha256:423ad44bf70a56275e02ca40e9fe0aeb76c135cb13b841eb16650889ff5fe777 - 0.0% (829 Bytes)
[#017] sha256:cd4bd67b2745970b9a0287e6969df58b07375f0da23d13eb74b6a8d2e2f381df - 5.55% (13.5 MB)
[#018] sha256:3d625abf2b538670ffdc995d69b132da68482390202945d30a33880e7d48e772 - 0.0% (850 Bytes)
[#019] sha256:779dc24a6bd1d7418342986ed2a2c69234d6dd886e3ce0883b21eee879e7d08e - 0.0% (852 Bytes)
[#020] sha256:32130969758da6c5db20beee430cbbf1feffa2558bd41d2880952bb9f1f78c54 - 0.0% (835 Bytes)
[#021] sha256:da2cf31444845adcb0ccb2a3e3cab2fc9280a3b3e970e5b0a3bacb44a8ce6791 - 0.0% (836 Bytes)
[#022] sha256:d9d25e97c8977f61e7012e1c093ac25a23576a27887dece57178fdf180f57001 - 0.0% (830 Bytes)
Apply image 1909-amd64
2021-01-19 23:20:39 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-01-19 23:20:40 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-19 23:21:04 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-19 23:21:05 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-19 23:21:22 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-19 23:22:06 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-19 23:22:06 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-19 23:22:07 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-20 00:06:33 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-20 04:21:13 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-01-20 04:21:16 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-20 04:21:16 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-20 04:21:17 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-20 04:21:17 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-21 00:32:52 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4730-head
2021-01-21 00:32:52 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-21 00:32:53 UTCcmd /S /C #(nop) COPY multi:9164d6eaf51fe02a4bf1e2574c7405ab3f5b04efae3143a771acc29afbbbb568 in \etc\rancher\
2021-01-21 00:32:54 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-21 00:32:54 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-21T00:32:50Z
2021-01-21 00:32:55 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-21 00:32:55 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=4c214400ca4326ae0c1e2b3796edca0ee4f4f112
2021-01-21 00:32:55 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-21 00:32:53 UTC
241 MB
rancher/rancher-agent:v2.4-4730-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 - 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:490fdfe4863e27aed7edab4fa89185f432359d349936eebdf76a706b1b7da95e - 0.0% (861 Bytes)
[#010] sha256:3a2dc61c17608e44217eae8b2efb5136002778a04c07196a6ef6728c3e149432 - 0.04% (101 KB)
[#011] sha256:9b989cbec2c4252801ceece0538797a1afa69de365b631ae8eb3b2ffb6310c6d - 13.5% (32.6 MB)
[#012] sha256:f01931c404a15606ed5d0b219cf7420139ba42eff44838d0d6042d963841ef98 - 0.0% (832 Bytes)
[#013] sha256:eda34c65b48f9dc3be3285afd24a800ee78818795f3d2950ca9bb30423a17fd5 - 0.0% (855 Bytes)
[#014] sha256:87ac2aca96d3560dad1d1f0f059eaabae9bb55312cb6f33be375b4a0f26cdaf9 - 0.0% (833 Bytes)
[#015] sha256:e5dfbec1872d17b5d9b7e4615083bb0e885709853bdaa73c8ac87c0b0f820399 - 0.0% (835 Bytes)
[#016] sha256:3f7942ec129f7731572e9c2186ee3923770b6117abe67b608f3855641e0f773a - 0.0% (853 Bytes)
[#017] sha256:4a4453710148adf7b376945d52c1f36a4b40aafb57cb663713619c964fd9a3ff - 5.58% (13.5 MB)
[#018] sha256:7fc1e05aca541332e4f9ece92a838e6b5acf540cf5f770b3eae15b9eaa9ca683 - 0.0% (827 Bytes)
[#019] sha256:17886fe5541e63ce2a369acfeba43c107737c41190a3717eb84e969a60212c5b - 0.0% (825 Bytes)
[#020] sha256:0f14c56e3a22093f18be84df3a9fe4b4ee4c9d3ccd854b0e895512a07576152e - 0.0% (826 Bytes)
[#021] sha256:e9c12d10d68e352a7138a80a6b91cafa675c95df125608b11e8b11210e90b5a4 - 0.0% (824 Bytes)
[#022] sha256:4d445a817af7c8be2b14d476b3cf77239b9a0bd29487125c962b6383746632e4 - 0.0% (853 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-01-20 00:06:25 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-20 04:21:15 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-01-20 04:21:17 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-20 04:21:17 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-20 04:21:18 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-20 04:21:18 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-21 00:32:50 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4730-head
2021-01-21 00:32:50 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-21 00:32:51 UTCcmd /S /C #(nop) COPY multi:9164d6eaf51fe02a4bf1e2574c7405ab3f5b04efae3143a771acc29afbbbb568 in \etc\rancher\
2021-01-21 00:32:52 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-21 00:32:52 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-21T00:32:48Z
2021-01-21 00:32:52 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-21 00:32:52 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=4c214400ca4326ae0c1e2b3796edca0ee4f4f112
2021-01-21 00:32:53 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-21 00:39:07 UTC
94.6 MB
rancher/rancher-agent:v2.4-4730-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.17.6
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:04da93b342eb651d6b94c74a934a3290697573a907fa0a06067b538095601745 - 23.93% (22.6 MB)
[#001] sha256:b235194751dee33624fc154603f7e25ecdfbb02538fb7d55fa796df9afa95fee - 0.0% (855 Bytes)
[#002] sha256:606a67bb8db9a1111022bdc6406442e11c1a66653136c5c777114bf67b61038a - 0.0% (188 Bytes)
[#003] sha256:de47d748e91117ef01035e2c4f3a3daa9d1bd90bd32e37b67003f6a6886ed960 - 0.0% (123 Bytes)
[#004] sha256:54945c48cc21036983ce799515618f6a0e9a838f02c706d588569ea8268b7962 - 28.98% (27.4 MB)
[#005] sha256:fb68af301411668cda4b05bc3b14ff0b70aa587d40a456a2d63e58ea65d95e5d - 2.05% (1.94 MB)
[#006] sha256:8fe558d25a1a82f914b7c382544e07e794ceb8c6b3a9d1cbd403655871732aa4 - 1.2% (1.13 MB)
[#007] sha256:0fc4788f5793e2700a90d24f4e0619595030ac2b17a9bcb3d2106f8270a1117a - 26.05% (24.6 MB)
[#008] sha256:3ba7856635d8930e9d9edc2bd48d3e3b674fd2e79472dd269c68b40d719261a8 - 17.8% (16.8 MB)
/bin/sh -c #(nop) ADD file:e5b221023382c9e42b8558f8887f8317fe7e9759f59feb1799548aed9236e99b in /
2020-11-25 22:42:56 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-11-25 22:42:58 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-11-25 22:43:00 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-11-25 22:43:01 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-01-21 00:38:38 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-21 00:38:39 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-01-21 00:38:39 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-21 00:38:40 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-01-21 00:38:59 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-01-21 00:38:59 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-21 00:39:00 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-01-21 00:39:01 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-01-21 00:39:02 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-21 00:39:03 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-01-21 00:39:04 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-21 00:39:04 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-21 00:39:04 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-21 00:39:04 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4730-head
2021-01-21 00:39:05 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-21 00:39:06 UTC/bin/sh -c #(nop) COPY multi:2bca21376ee09360a78601d9e8590724937c3efdb1faafd0aedc6a74cfae57b5 in /usr/bin/
2021-01-21 00:39:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-21 00:39:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-21T00:38:36Z
2021-01-21 00:39:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-21 00:39:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=4c214400ca4326ae0c1e2b3796edca0ee4f4f112
2021-01-21 00:39:07 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.