2020-03-27 21:05:39 UTC
104 MB
rancher/rancher-agent:v2.4.0-rc12
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.16.8
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:5bed26d33875e6da1d9ff9a1054c5fef3bbeb22ee979e14b72acf72528de007b - 24.49% (25.5 MB)
[#001] sha256:f11b29a9c7306674a9479158c1b4259938af11b97359d9ac02030cc1095e9ed1 - 0.03% (34.5 KB)
[#002] sha256:930bda195c84cf132344bf38edcad255317382f910503fef234a9ce3bff0f4dd - 0.0% (848 Bytes)
[#003] sha256:78bf9a5ad49e4ae42a83f4995ade4efc096f78fd38299cf05bc041e8cdda2a36 - 0.0% (162 Bytes)
[#004] sha256:d7915fea85da2914f0a2a86d2879796d235ad9ce951bc1a2200a3d2af3152100 - 0.0% (124 Bytes)
[#005] sha256:38c580f84f32b4f5837a7a675ee6aa497ea3260514efd781b23a250af81cca61 - 29.0% (30.1 MB)
[#006] sha256:8dea950d086a582f2a21f1d755644dc2a58a86d3bb51705a574aa64fb50cbc12 - 2.12% (2.2 MB)
[#007] sha256:49bfe5f65168670b11f1c48e0abc8c2d1e4ee0481b6306fccc0eb0c693ba302f - 1.17% (1.22 MB)
[#008] sha256:ff578b8a1f1ec6aadbb5ee159a3eb99eef9d8943737258f1e9ee28cd0c747287 - 25.57% (26.6 MB)
[#009] sha256:6f39695fed6abf41fa74f22811a7957c707e957a68bf51d19a756baeb2ff009a - 17.61% (18.3 MB)
/bin/sh -c #(nop) ADD file:594fa35cf803361e69d817fc867b6a4069c064ffd20ed50caf42ad9bb11ca999 in /
2020-03-20 19:20:21 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-03-20 19:20:21 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-03-20 19:20:22 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-03-20 19:20:22 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-03-27 21:05:13 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-03-27 21:05:13 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
2020-03-27 21:05:14 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-03-27 21:05:14 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-03-27 21:05:31 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/*
2020-03-27 21:05:31 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-03-27 21:05:33 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
2020-03-27 21:05:34 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
2020-03-27 21:05:34 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-03-27 21:05:36 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
2020-03-27 21:05:36 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-03-27 21:05:36 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-03-27 21:05:36 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-03-27 21:05:37 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.0-rc12
2020-03-27 21:05:37 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-03-27 21:05:38 UTC/bin/sh -c #(nop) COPY multi:a763b637d25d949a99a188c13a97ce95edc71e1ea9850e6b7c8e3665695299c5 in /usr/bin/
2020-03-27 21:05:38 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-03-27 21:05:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-03-27T21:05:10Z
2020-03-27 21:05:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-27 21:05:39 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=da6d120a2672f0dc0501f9684a3fc02b4ee5d0e3
2020-03-27 21:05:39 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-03-27 20:56:40 UTC
232 MB
rancher/rancher-agent:v2.4.0-rc12
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4551762-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:e0ecf8fc66f573c07a6804e90b60c0e8d997e0e80c6095777459721e6d8cbfa0 - 42.25% (98 MB)
[#001] sha256:87d8b17a883bb9aac451dae03e83e5af1243c117e3062033fa41af82c9eff5c8 - 0.0% (821 Bytes)
[#002] sha256:12af8e8467c45cab4d6654c7accc5472875cc644f14fb986190df61359a9c732 - 0.0% (822 Bytes)
[#003] sha256:c1cbdb3a43a53a7320b5cf9401cee84721a124693aaf1f2c6e1b2c09678f20ad - 0.0% (833 Bytes)
[#004] sha256:bec4e947fd53e54bcfbd6d1b806c91d273c357b5fb2aec8c95f3323ef683fc99 - 0.0% (831 Bytes)
[#005] sha256:4d499b87ccb930e837550c5306b96fb861811de07e9b9f76e2539948877ffc38 - 0.0% (870 Bytes)
[#006] sha256:bc73d8cacfc98cf6ef3cd167c9cce969a6871d83e3ce05d8df4c382551409d95 - 0.0% (830 Bytes)
[#007] sha256:ae2f57ddc9411b6c3011a53ba413179dfadb1b067e0dd7cda25eacb70a04a48f - 0.03% (65.3 KB)
[#008] sha256:ed75337b24ce31d3970fc249a374a755d70bb1092dac8229e63ec2d31b1cb4d6 - 0.0% (801 Bytes)
[#009] sha256:3a02a60a8425dbe34e1dde705574417c810b7ffd4b91c5b0da61be9a41fc97ed - 38.23% (88.7 MB)
[#010] sha256:53da6651a4f5562a712729dc877d6f45bb34ad09e2e5b8b95a3f99e7d3790661 - 0.06% (137 KB)
[#011] sha256:12b966f7f10e8ad1788c16bb02fdc070b824fd025e9b8bb9d45bd8fa88fc621d - 0.0% (832 Bytes)
[#012] sha256:06b69a40b5c9cd74c89a64a1314dc369d95d4d3fbdb195e9456526ada5ce3034 - 0.0% (833 Bytes)
[#013] sha256:036feae16293314cf6ebe66f0dacf3d10531e68c869fbab45be21dec8820b8b6 - 0.0% (828 Bytes)
[#014] sha256:11f2609e8dd51e8aa0f1f8a579a0708a013fba1f57566dd3ed5dcaf48c25ebd6 - 0.04% (101 KB)
[#015] sha256:24f0735a27cbcc4942160bb5cb671b58d354ce5aba00053c18d9df9973288877 - 14.05% (32.6 MB)
[#016] sha256:9d73755c8d95522e9b43c542350f48ccd34669ba921f86d7aae56555172077d3 - 0.0% (831 Bytes)
[#017] sha256:0477f9be5fc55e3bd6eb269bfa58cc12bf2cfc2467a304797ab340b2ab4d9ec0 - 0.0% (826 Bytes)
[#018] sha256:5b527dc322ba360f6fe63a438ce21b8da00e19e638d4916d6ce75fe5cc2e8e61 - 0.0% (850 Bytes)
[#019] sha256:4d046be6d00342fc20ea92c4b956f1b84d376a8746e6ccc80459a3568fb44a74 - 0.0% (849 Bytes)
[#020] sha256:3739d44d31c9dbf4f832207dd796373cf989941ec6549a06d5b2d276b16b5071 - 0.0% (830 Bytes)
[#021] sha256:2c1142fe8599837145521e7d1e021c454be2aaa11fbf07ca14b7148dff64f8a9 - 5.33% (12.4 MB)
[#022] sha256:546679d24f0cd102df909b7010222eaf76919c007dc108d912e482d1bc9deec2 - 0.0% (826 Bytes)
[#023] sha256:c74af5a432978fee905e2f104d4569496449904607b00979c4325477f67dac28 - 0.0% (858 Bytes)
[#024] sha256:49fa5c2f0635af0aebb542ff9ff83e5be0f98160096a1f192981a0a299ba6f97 - 0.0% (828 Bytes)
[#025] sha256:7d4996364a3f297fd3f02d4edfcc81a5d3685f333a6dbd834ab71c80b90c6a4a - 0.0% (846 Bytes)
[#026] sha256:bc25659b9441ebb6e963aaedff635f05924bad3a673815c86acbba2d8fc66341 - 0.0% (830 Bytes)
Apply image 1903-KB4551762-amd64
2020-03-24 17:12:56 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-03-24 17:12:57 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-03-24 17:12:57 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-03-24 17:12:58 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-03-24 17:12:58 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903-KB4551762-amd64
2020-03-24 17:12:59 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-24 17:13:22 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 PS_VERSION=7.0.0 VCS_REF=1412f40 fromTag=1903-KB4551762-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-03-24 17:13:23 UTCcmd /S /C #(nop) USER ContainerUser
2020-03-24 17:13:38 UTCcmd /S /C #(nop) COPY dir:4642de7fb722aa7fe90337f64f1d33c353d0306e77e23b96584a1de9424d0ac2 in C:\Program Files\PowerShell
2020-03-24 17:14:09 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 PS_VERSION=7.0.0 VCS_REF=1412f40 fromTag=1903-KB4551762-amd64 cmd /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 ; }"
2020-03-24 17:14:09 UTCcmd /S /C #(nop) LABEL maintainer=PowerShell Team <powershellteam@hotmail.com> readme.md=https://github.com/PowerShell/PowerShell/blob/master/docker/README.md description=This Dockerfile will install the latest release of PowerShell. org.label-schema.usage=https://github.com/PowerShell/PowerShell/tree/master/docker#run-the-docker-image-you-built org.label-schema.url=https://github.com/PowerShell/PowerShell/blob/master/docker/README.md org.label-schema.vcs-url=https://github.com/PowerShell/PowerShell-Docker org.label-schema.name=powershell org.label-schema.vcs-ref=1412f40 org.label-schema.vendor=PowerShell org.label-schema.version=7.0.0 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c Get-Help
2020-03-24 17:14:10 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-03-26 18:46:59 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-26 18:47:00 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-03-26 18:47:02 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-03-26 18:47:03 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-03-26 18:47:03 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-03-26 18:47:04 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-03-27 20:56:26 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.0-rc12
2020-03-27 20:56:26 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-03-27 20:56:27 UTCcmd /S /C #(nop) COPY multi:a700ecc36efbb4d5cefc03a0c89ce6e72196f26dc0316848445478eac988809d in \etc\rancher\
2020-03-27 20:56:27 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-03-27 20:56:39 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-03-27T20:56:37Z
2020-03-27 20:56:39 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-27 20:56:39 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=da6d120a2672f0dc0501f9684a3fc02b4ee5d0e3
2020-03-27 20:56:40 UTCcmd /S /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.