2021-03-13 06:31:58 UTC
104 MB
rancher/rancher-agent:v2.4.15
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:cc991253b9213a0a5b37f36418c0bef4acb73f00a108f145c115e285860bd226 - 0.0% (124 Bytes)
[#004] sha256:aba0683eb946f2bdd5dd80acec8f53f5e9ecb34548bff9eba8f44ac5d9d390ec - 29.08% (30.3 MB)
[#005] sha256:ab7dedc984d51d5de8882466f18875867204972406b5dcfc6879cd2544b934ca - 2.12% (2.2 MB)
[#006] sha256:b624f4fbc7de88e6313e3f18930c48e2afd48e85c8984c4f7bc91ff5c9864a58 - 1.17% (1.22 MB)
[#007] sha256:58051fc10367350b2b1a38d4f27da8f6893c61f7102c1578d61304bf59f3f3b1 - 25.53% (26.6 MB)
[#008] sha256:7a8044fd87410c9abcaa6f6648f9488e825ba999ff3782bebf45c04bb575c733 - 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-13 06:31:31 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-03-13 06:31:31 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-13 06:31:32 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-03-13 06:31:33 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-03-13 06:31:50 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-13 06:31:50 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-03-13 06:31:52 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-13 06:31:53 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-13 06:31:53 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-03-13 06:31:55 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-13 06:31:55 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-03-13 06:31:56 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-03-13 06:31:56 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-13 06:31:56 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.15
2021-03-13 06:31:56 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-03-13 06:31:57 UTC/bin/sh -c #(nop) COPY multi:a61cac84bb646c44cf39251469ff6b5f169034f88942c9f1497d7e495a56bdfb in /usr/bin/
2021-03-13 06:31:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-03-13 06:31:58 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-03-13T06:31:28Z
2021-03-13 06:31:58 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-13 06:31:58 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=cdb64d64057d9ed63eeafa01212d5464c7dcd5e4
2021-03-13 06:31:58 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-13 06:29:15 UTC
240 MB
rancher/rancher-agent:v2.4.15
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:e800db48ce93b1d6853ff770ebfc9f9ab064fe7aa5edac94188946c4eaf3d597 - 0.0% (845 Bytes)
[#016] sha256:1d4a4080d353a519a14a28563350c07d8821dc61f52be4f788237959c07f1525 - 0.0% (831 Bytes)
[#017] sha256:7695e9e17bc9dbd923ec28aec1aeeee37eeb70c6d3a8ee5cfde15a93fddbab18 - 5.62% (13.5 MB)
[#018] sha256:f9a5c0b22c4a9d6249ca687a8583b35a75e07f6f1c6d27e4d6ccfe67901a77d2 - 0.0% (827 Bytes)
[#019] sha256:7b2443c67dbd84ee68f8dded331f1aa789cc1a42c45aa028f540fdc3d1e348ca - 0.0% (859 Bytes)
[#020] sha256:be1d3e33d20c00b0e6be9fbd93736667f6b4fea1da6ef0c9400a924f037e907d - 0.0% (854 Bytes)
[#021] sha256:63eb8ba628b018e7eb2f5ec933914377de5ebfbe053eb59ef7bfdb5a61f870f1 - 0.0% (852 Bytes)
[#022] sha256:70b240484c89eb07d089b54061f3a3c9253e219cd133f30d67a2abdcb205da12 - 0.0% (859 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-13 06:28:59 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.15
2021-03-13 06:29:00 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-13 06:29:01 UTCcmd /S /C #(nop) COPY multi:e8d73373e1c9fe1aec90e46eff73159f1d8d8be2b9f0ed4442287456d7700722 in \etc\rancher\
2021-03-13 06:29:01 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-13 06:29:14 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-03-13T06:29:12Z
2021-03-13 06:29:14 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=cdb64d64057d9ed63eeafa01212d5464c7dcd5e4
2021-03-13 06:29:14 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-13 06:29:15 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-13 06:29:45 UTC
241 MB
rancher/rancher-agent:v2.4.15
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:824d284559523e2c2a1511236f65a372de9fc808933c44f0763ebede508c95ae - 0.0% (832 Bytes)
[#016] sha256:2f9ee8fcf41315065d8aa3bbb5482c07c6b17ad69acb7bcea91c3cfb8f4a1dbf - 0.0% (833 Bytes)
[#017] sha256:f31b25f438e82a4235f9081dbf4928eb88bb1a4de7c891dd24503af0c4fc9bd2 - 5.6% (13.5 MB)
[#018] sha256:30809c31f9ff1bd5edc9748dafec8d71bf627d8a31c4c4b80d288a301def9316 - 0.0% (834 Bytes)
[#019] sha256:3c0df9ad5c8df852b12c1d49ec31340d21421ad0006fe2e4a5ce69a1b860bf54 - 0.0% (878 Bytes)
[#020] sha256:16f094f20d1dec5847f0f1716362367d6015bebaa152a4e9fdf418ae64eb0564 - 0.0% (854 Bytes)
[#021] sha256:cf4af7ab158a1ec00ce1ad2dbc36931ed6af51b94d3d4680fdb0e22bfef25ef6 - 0.0% (856 Bytes)
[#022] sha256:15dd5aea06621b8a0e0b42428637506d6e9994f30ddb3ed9b3add0f6423e6682 - 0.0% (821 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-13 06:29:26 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.15
2021-03-13 06:29:26 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-13 06:29:27 UTCcmd /S /C #(nop) COPY multi:e8d73373e1c9fe1aec90e46eff73159f1d8d8be2b9f0ed4442287456d7700722 in \etc\rancher\
2021-03-13 06:29:27 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-13 06:29:44 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-03-13T06:29:42Z
2021-03-13 06:29:44 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=cdb64d64057d9ed63eeafa01212d5464c7dcd5e4
2021-03-13 06:29:45 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-13 06:29:45 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-13 06:29:09 UTC
241 MB
rancher/rancher-agent:v2.4.15
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:aa562f4dbc66863433f4e0468001574de7208559eff3900440e06325bc3b5504 - 0.0% (829 Bytes)
[#016] sha256:4ef02298a181b231bf1dd13503fc8dca04ea40f62abb3b5354502a8230d48d51 - 0.0% (832 Bytes)
[#017] sha256:68ce199a8485b6d5bdb2cbe532e4699002bf4faf4d01c72ad457db847474b88e - 5.58% (13.5 MB)
[#018] sha256:70b3356c7f75ad00bc27abc3a90c7df604102ff5e00e88ce73018e65f66a2818 - 0.0% (855 Bytes)
[#019] sha256:fd4e6bc1c7b8f7797f01d3c81ea063cb293439e94599930d02de309ea81a1894 - 0.0% (830 Bytes)
[#020] sha256:ce1baa6f5e7c1808af6fd4c0f6642da4b1c1c0b78758bc00f849501e9e8018db - 0.0% (826 Bytes)
[#021] sha256:cbd9e5975b5db27ffa19f0819cc4505e161392c0d688174aea5668df3d50a9e8 - 0.0% (854 Bytes)
[#022] sha256:4bace4f59274cfe6ca99476fe1df5a5f9bc4aadfc912211c9a124004c580967b - 0.0% (859 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-13 06:28:51 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.15
2021-03-13 06:28:51 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-13 06:28:52 UTCcmd /S /C #(nop) COPY multi:e8d73373e1c9fe1aec90e46eff73159f1d8d8be2b9f0ed4442287456d7700722 in \etc\rancher\
2021-03-13 06:28:53 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-13 06:29:08 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-13T06:29:06Z
2021-03-13 06:29:08 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-13 06:29:09 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=cdb64d64057d9ed63eeafa01212d5464c7dcd5e4
2021-03-13 06:29:09 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-13 06:29:18 UTC
94.6 MB
rancher/rancher-agent:v2.4.15
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:eab75e1433b8d21b1a928458d5a9f4356e68483c991370d37860b4ea7b01d85f - 0.0% (124 Bytes)
[#004] sha256:74fe6cf266b9e51dab9e6980d4e8acc5140cef3cb12a00915bb5854c94ed2f50 - 28.97% (27.4 MB)
[#005] sha256:c0760ebdbb13d0ff15f757b2b14e6ce8dd5c71a3f3e84623e80de3a3336c8524 - 2.05% (1.94 MB)
[#006] sha256:a03026155e539ca925bbe6d48237f36dec4977b33aa20b2cd037e9abb37bf82e - 1.2% (1.13 MB)
[#007] sha256:ba23d7564a9222be7b8ec462b2faf2bbf7af1cb2cc2d739ee920c2e35fc919cd - 26.05% (24.6 MB)
[#008] sha256:ab26764dee56f979054760409d28a668ff417e86f819fe5613e6cdbd66343d9a - 17.79% (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-13 06:28:51 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-03-13 06:28:51 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-13 06:28:52 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-03-13 06:28:52 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-03-13 06:29:10 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-13 06:29:11 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-03-13 06:29:12 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-13 06:29:13 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-13 06:29:13 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-03-13 06:29:15 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-13 06:29:15 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-03-13 06:29:15 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-03-13 06:29:15 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-13 06:29:15 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.15
2021-03-13 06:29:16 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-03-13 06:29:16 UTC/bin/sh -c #(nop) COPY multi:98d47f847839c5404d2d50d0b61d829d8e223cb0289edd1b6410d39d2c8d907f in /usr/bin/
2021-03-13 06:29:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-03-13 06:29:17 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-03-13T06:28:48Z
2021-03-13 06:29:17 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-13 06:29:17 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=cdb64d64057d9ed63eeafa01212d5464c7dcd5e4
2021-03-13 06:29:18 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.