2021-03-12 23:54:37 UTC
104 MB
rancher/rancher-agent:v2.4.15-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:92dc2a97ff99354714f17180401813eb3073e4f62a67643d66b461505a604cbe - 24.48% (25.5 MB)
[#001] sha256:be13a9d27eb82db7e9c7f3a76f70919a2d690e34e78cda8cae60161b0f5e9137 - 0.0% (850 Bytes)
[#002] sha256:c8299583700ab4cc65a0126f99ca6f2b836a097dedcc64270094bea59b8b4306 - 0.0% (162 Bytes)
[#003] sha256:86c8757a4e596e6342ef21d41515469a47d7c24e50e6bd4e4831575daad98e84 - 0.0% (123 Bytes)
[#004] sha256:9ad26aa6e9d579b6d4feda9fd617d1faedb9d79ce9c70c3a070cf3bd231e5487 - 29.08% (30.3 MB)
[#005] sha256:ab7dedc984d51d5de8882466f18875867204972406b5dcfc6879cd2544b934ca - 2.12% (2.2 MB)
[#006] sha256:1f6cae39e6bffe1a0befe985b570a735588c3a2832e3efdc76819462a362618f - 1.17% (1.22 MB)
[#007] sha256:3c511069df40d4845985df9085c2096fd5868046701f730d1e7c42b1660fbf57 - 25.53% (26.6 MB)
[#008] sha256:b778e6071385eff1e6cdc13b68504a9dd67c4d82c34f940223ebfb1a3d66c648 - 17.62% (18.3 MB)
/bin/sh -c #(nop) ADD file:d65963eb4f4b3a8c8e57119725a91036e8932a3e8f604e7edc21ff9665472da9 in /
2021-03-04 02:24:27 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-03-04 02:24:28 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-03-04 02:24:29 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-03-04 02:24:29 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-03-12 23:54:08 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-03-12 23:54:09 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-03-12 23:54:10 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-03-12 23:54:10 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-03-12 23:54:29 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-03-12 23:54:29 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-03-12 23:54:31 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-03-12 23:54:32 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-03-12 23:54:32 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-03-12 23:54:34 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-03-12 23:54:34 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-03-12 23:54:35 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-03-12 23:54:35 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-12 23:54:35 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.15-rc1
2021-03-12 23:54:35 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-03-12 23:54:36 UTC/bin/sh -c #(nop) COPY multi:1a485d8328b05024a37b419fc647a6f846afcecb2e4ead872ea49580174bba14 in /usr/bin/
2021-03-12 23:54:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-03-12 23:54:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-03-12T23:54:06Z
2021-03-12 23:54:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-12 23:54:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=bd8e0f54416a34b5718c739862e0f2353456b049
2021-03-12 23:54:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-12 23:36:50 UTC
240 MB
rancher/rancher-agent:v2.4.15-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:a11c4ca8f1ba16b6e1395d4523be2215bd0871c2e3e4695b9f2b87bd7472be52 - 40.29% (96.7 MB)
[#001] sha256:67e8be1b6689481024d82e3e9b2864a1c624aade72e36d0094f72fd93aefff64 - 0.0% (1.02 KB)
[#002] sha256:c6e23c22feafb9a8c136d06230a4e98eff25aa092d0959ae0a0f0ab7ce1569d2 - 0.0% (1.02 KB)
[#003] sha256:fd949f811f5e1a11bc9219dc4b84b3ae16a91aa371f299581a65e0d6ec8ef1ae - 0.03% (66.6 KB)
[#004] sha256:316029cf12bf9fc6e4587e2c17025be970992dac2eb3d6cbff3e9a595d31c263 - 0.0% (1.1 KB)
[#005] sha256:7f039c3e358ab692c0c98ecdf13df746113fd67390dac24de94621c9fd5b2b44 - 40.38% (96.9 MB)
[#006] sha256:f323357af46731ba7f2a03530f47b73d4ed10674b768131c0478d90ab6358d12 - 0.05% (130 KB)
[#007] sha256:30c6556ef9b6f97d0dce315ae7c945775c4675e423495d98485fb850ce833a9e - 0.0% (1.01 KB)
[#008] sha256:f48a6d3cdbdd87e473cdb830ca248aed0c073e54ac9c94c2d87a150564ac303f - 0.0% (1.05 KB)
[#009] sha256:0d123e9fb499d0b837728cd27017472061027e8e12e20b74784ff297304d8cad - 0.0% (851 Bytes)
[#010] sha256:7005cdf0eb815543ec69a30344f1500804e6dbaaf566001c8c71acc8ca379705 - 0.04% (96.5 KB)
[#011] sha256:a174b3a74c87c78090ec8ce5f637f78c531c09792f9d720a66f89c6ee9387588 - 13.58% (32.6 MB)
[#012] sha256:d00c4d9adeb4224ea160cb13f00b910e6dbcfb42a212e66369e85effb3e2f55d - 0.0% (910 Bytes)
[#013] sha256:2b9ad0d9be4ef16f07557dae0bc7fdefc03f9deb4f267c90786c9661dbc8fa82 - 0.0% (924 Bytes)
[#014] sha256:73d111ea0ba1648962f1814d59e5986b2aa5b4e804aeebe9999fb7bb818c6ad6 - 0.0% (884 Bytes)
[#015] sha256:3411ce1f0f5990123ec6642b11922fa7b1e3314233762fb323838e452a33f7ac - 0.0% (886 Bytes)
[#016] sha256:b55b17a023a605a165f1c868e56e6149199903c720fa30252dda82c1706313cd - 0.0% (853 Bytes)
[#017] sha256:2eedf6627b6dd2b2abd9432f3fc353b6a153d8ffc2e57efb801219a02f9d52a2 - 5.62% (13.5 MB)
[#018] sha256:238ee6daa5c57c3764c5b99f97d4be3bde787ed95d3b7367b7e18e90d3edaad0 - 0.0% (828 Bytes)
[#019] sha256:993cc7af514ce541f34f03ba22198f77a1fdce042899788ffcc19f72d2167b15 - 0.0% (857 Bytes)
[#020] sha256:72d519a8ca006a9e6b8787a9e5bc66a46be0c93dc1a01d333e99aad9db237335 - 0.0% (831 Bytes)
[#021] sha256:666e53c1a4154b621fef4a4aefc9f473f44c173262a8c08a3305633cce43bc62 - 0.0% (857 Bytes)
[#022] sha256:40d675ddb3ee5886eee6d46cec19fd9aa70ca8e4e64dcd0119f8e73da5266c29 - 0.0% (875 Bytes)
Apply image 1809-amd64
2021-03-10 21:36:40 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809
2021-03-10 21:36:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-10 21:37:15 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-10 21:37:16 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-10 21:37:42 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-10 21:38: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-03-10 21:38:21 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-10 21:38:22 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-03-12 17:33:51 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-12 17:33:52 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-03-12 23:19:04 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-03-12 23:19:06 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-12 23:19:08 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-12 23:19:09 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-12 23:36:28 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.15-rc1
2021-03-12 23:36:28 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-12 23:36:29 UTCcmd /S /C #(nop) COPY multi:c07b158c3cc6c3b859f7e5b9c5c8e1f73b806f3ec4ed3409076f5de3bdf47ba8 in \etc\rancher\
2021-03-12 23:36:30 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-12 23:36:48 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-03-12T23:36:44Z
2021-03-12 23:36:49 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=bd8e0f54416a34b5718c739862e0f2353456b049
2021-03-12 23:36:49 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-12 23:36:50 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-12 23:36:38 UTC
241 MB
rancher/rancher-agent:v2.4.15-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:d94040b3fb21af94caf37df4e5732028c860fbdff08d3f6f98552316af465108 - 40.47% (97.4 MB)
[#001] sha256:89b20a873294e6ded94f1f8bf14a00a6f68ce7ed40f8dadcd5dc4523ef89c03f - 0.0% (1.02 KB)
[#002] sha256:c1736d925ec856c41b2d4d5c4b320d40941418a797322fe2d2b177e92d2f2b56 - 0.0% (1.07 KB)
[#003] sha256:cac6d387935a68b05d307b044020d10a0dd81d0f974e0a1ebab4c1ed3d703baf - 0.03% (64 KB)
[#004] sha256:98530d517775cbaba54f1725414e76f551d22e0c6c607c32824f59ca680abd6f - 0.0% (1.02 KB)
[#005] sha256:805f2a367789f415e43b07e12ae0922325ceafbc016dc748a86f9925188a7f88 - 40.26% (96.9 MB)
[#006] sha256:20f9a7a44df642292c7bed297f7283be7ad26958f9958b992dd6a2d8c022c89a - 0.05% (128 KB)
[#007] sha256:eb48aecfc31e92ac3d7d595ac61f6a76a7404e184639be50b954db6e888a4c80 - 0.0% (1.02 KB)
[#008] sha256:b76b71f7e36eb16c27affc3cab7535d3442ab187075e7b33c5a3301f33a22767 - 0.0% (1.01 KB)
[#009] sha256:73580edb59b066cea387b086bbd3228d53e8c32e5251d62a1a5958a91839149a - 0.0% (921 Bytes)
[#010] sha256:5f10a6ec6d9bfeb32e3b5b1c8b49fff5dd41176d25ad45f356268ea717dae019 - 0.04% (101 KB)
[#011] sha256:273e6745eac3189a1352e456e87a7713eb2fa153f48b81cfcd48b1dd8925a6e3 - 13.54% (32.6 MB)
[#012] sha256:fc32ae88fb72079c4bff80da21940e0c099c796762759eee1238466a4bf24949 - 0.0% (945 Bytes)
[#013] sha256:5fdd21082eafdf804ef5d371bd5432fa2867f3315d635b8cc43ef54239503323 - 0.0% (876 Bytes)
[#014] sha256:b29120061f99973ba1250e6e5e7a8e398264ca57731a1f18c9808734022d9400 - 0.0% (932 Bytes)
[#015] sha256:b988dc9d06bf6ffb87c8c5a2640f6cc908a61b3530bdb286253ca6ec847b1882 - 0.0% (833 Bytes)
[#016] sha256:fd362ad50262c21b1a32d84e7084f9b363f5fdcf04ccda2ef89661dafd0a9ed7 - 0.0% (901 Bytes)
[#017] sha256:c5b04340d17302a29539de8088866d540c2ede6c9e88fb265199eebf5b69b4cb - 5.6% (13.5 MB)
[#018] sha256:63fc9352a3de557260312893788d97840329d7fdf033db3ee81943a6adf16cf0 - 0.0% (828 Bytes)
[#019] sha256:04272cd4ab6cb27e07d0e2f84f89fc966de23db27399bfd130023218053428cf - 0.0% (857 Bytes)
[#020] sha256:7b0a3959433a9e3aa32b2c802b9de499e2809edf228556a6681c7354af305572 - 0.0% (928 Bytes)
[#021] sha256:a18b4df79b31527d8dbc0757738e77f7cad32e91f6b5600afc5f45f44a1983ff - 0.0% (875 Bytes)
[#022] sha256:abc6c266a5fbfcd2a325ede560dfc136d042355205258d0ad4a650a498cb5c9c - 0.0% (857 Bytes)
Apply image 1909-amd64
2021-03-10 21:36:20 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-03-10 21:36:21 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-10 21:36:46 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-10 21:36:46 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-10 21:37:13 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-10 21:37: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-03-10 21:37:57 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-10 21:37:58 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-03-12 17:34:43 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-12 17:34:44 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-03-12 23:20:36 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-03-12 23:20:37 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-12 23:20:39 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-12 23:20:40 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-12 23:36:09 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.15-rc1
2021-03-12 23:36:09 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-12 23:36:10 UTCcmd /S /C #(nop) COPY multi:c07b158c3cc6c3b859f7e5b9c5c8e1f73b806f3ec4ed3409076f5de3bdf47ba8 in \etc\rancher\
2021-03-12 23:36:11 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-12 23:36:36 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-03-12T23:36:34Z
2021-03-12 23:36:37 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=bd8e0f54416a34b5718c739862e0f2353456b049
2021-03-12 23:36:37 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-12 23:36:38 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-12 23:36:20 UTC
241 MB
rancher/rancher-agent:v2.4.15-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:4bfda262ddc48511219df947f915b6926b495f721ff4357065fb431bb94420bd - 0.0% (823 Bytes)
[#010] sha256:41354865daf60c4cbf1026fbba35297fd63e599d566f4143eb8199d33a97ad02 - 0.04% (101 KB)
[#011] sha256:f2c3efdfb391324b1d8d80e8d1206859b4411faef43905def40b0960fc0ef30f - 13.5% (32.6 MB)
[#012] sha256:b2051cfb54bbcf23882c9cffdec864841c49931372f6ff1173be0327c563aa32 - 0.0% (825 Bytes)
[#013] sha256:997708be3a8196cdf3b7d8fa310b8f3f43e96da9247e91c4b28dc7ba3e8ab2e2 - 0.0% (860 Bytes)
[#014] sha256:d3262f499556fcdb411ad14eab6bca086ffbbc1cd03bbadea8975363166f9f14 - 0.0% (833 Bytes)
[#015] sha256:d0116ab818b0e23bb17dfee8acd7ba99973dcf5297d289553cbd95ffcfb27919 - 0.0% (855 Bytes)
[#016] sha256:d3efaf524daf4a40b74814b3c43797a9cfb9010e037356e3513093741c85e091 - 0.0% (848 Bytes)
[#017] sha256:2fd59a1e0ead35caf56a95cdc292cb30cb016ea2b34eb18083f151fa3e4baf11 - 5.58% (13.5 MB)
[#018] sha256:0ed5f6c625a145bebea409c412def704db77aec9e939c14530b9a39b084af433 - 0.0% (832 Bytes)
[#019] sha256:c7688195b07d227d8498b0fb2d45b2124348343df78a167890285069107cb74e - 0.0% (873 Bytes)
[#020] sha256:34630917cc73deb5957ae258cfc787fc236a01c67b929299d15142971c69a2e9 - 0.0% (855 Bytes)
[#021] sha256:8b919ad057c786f4005f56152e45a10a8d1738bf47513628fb50982dfa006c9e - 0.0% (883 Bytes)
[#022] sha256:0fbebf752f9ef45660a3720b9a311d08d7239202da5e5d2d2e8aa5761461c6de - 0.0% (831 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-03-08 19:56:53 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-08 19:56:53 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-03-09 18:08:46 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-03-09 18:08:46 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-09 18:08:47 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-09 18:08:47 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-12 23:35:44 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.15-rc1
2021-03-12 23:35:44 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-12 23:35:45 UTCcmd /S /C #(nop) COPY multi:c07b158c3cc6c3b859f7e5b9c5c8e1f73b806f3ec4ed3409076f5de3bdf47ba8 in \etc\rancher\
2021-03-12 23:35:46 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-12 23:36:19 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-12T23:36:02Z
2021-03-12 23:36:19 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-12 23:36:19 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=bd8e0f54416a34b5718c739862e0f2353456b049
2021-03-12 23:36:20 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-12 23:38:04 UTC
94.6 MB
rancher/rancher-agent:v2.4.15-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:9243cbd63062004cb0062d0c8235fb578c194179c6526f26999de6c03daded31 - 23.93% (22.6 MB)
[#001] sha256:740ce98c92d8885e63c0bde376962ac7d15ebb891a7019f801e1de07be167209 - 0.0% (854 Bytes)
[#002] sha256:7a9e35ad787dffb8fc50bf32fc5febb71a414956f1a93b71360349b44b113fef - 0.0% (187 Bytes)
[#003] sha256:9946d63f1d1d3f5b4b3d5611f474cbda6d1dcaef7fb7b204a9eb43830cb6aac5 - 0.0% (123 Bytes)
[#004] sha256:7e1ee8324ac40140c56114d5f80f32ab26d4223ca81dfe1eceefefde3cfd3503 - 28.97% (27.4 MB)
[#005] sha256:c0760ebdbb13d0ff15f757b2b14e6ce8dd5c71a3f3e84623e80de3a3336c8524 - 2.05% (1.94 MB)
[#006] sha256:efb2d6b6a0ae2024a7b1daea8b14efcafa61d3522055c20b0fcc3be49317b75b - 1.2% (1.13 MB)
[#007] sha256:a7c6908e3afdebb4778be587244833ed8e7601536e069034eabdd32e9be76409 - 26.05% (24.6 MB)
[#008] sha256:4b5f411134b6b38fc0600e6a99a38fc6606e1ceff2b36bf053b5b48b2c3251df - 17.8% (16.8 MB)
/bin/sh -c #(nop) ADD file:bd92fdc04a5552a5b6596d4efffc3b5ca8dcce88e1f1c8d731c4039ce95b09cf in /
2021-03-04 02:52: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-03-04 02:52:21 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-03-04 02:52:23 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-03-04 02:52:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-03-12 23:37:36 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-03-12 23:37:37 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-03-12 23:37:37 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-03-12 23:37:38 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-03-12 23:37:56 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-03-12 23:37:56 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-03-12 23:37:57 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-03-12 23:37:59 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-03-12 23:37:59 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-03-12 23:38:01 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-03-12 23:38:01 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-03-12 23:38:01 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-03-12 23:38:01 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-12 23:38:02 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.15-rc1
2021-03-12 23:38:02 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-03-12 23:38:03 UTC/bin/sh -c #(nop) COPY multi:419700937ab7d20618479fc114e7fec4da6d2f6e31d578fe32ac28ae2a45ad7c in /usr/bin/
2021-03-12 23:38:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-03-12 23:38:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-03-12T23:37:33Z
2021-03-12 23:38:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-12 23:38:04 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=bd8e0f54416a34b5718c739862e0f2353456b049
2021-03-12 23:38:04 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.