Namespace
rancher
Image / Tag
rancher-agent:v2.4-4037-head
Content Digest
sha256:85efa4cafee1d9f169bf628368d6443b8861fa8f5d1fda1ab4968ccf03834fb3
Details
Created

2020-10-21 04:37:50 UTC

Size

105 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-21T04:37:20Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6ab3cb450f57da58e6f2b08df8c2085d586a9edc
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4037-head

DOCKER_API_VERSION

1.24

DOCKER_URL

DOCKER_URL_amd64

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

KUBECTL_VERSION

v1.17.6

KUBEPROMPT_VERSION

v1.0.10

LOGLEVEL_VERSION

v0.1.3

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:171857c49d0f5e2ebf623e6cb36a8bcad585ed0c2aa99c87a055df034c1e5848 - 24.32% (25.5 MB)

[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)

[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)

[#003] sha256:780ff1916d86d19fecba3c6f185c0357c709399112c66e0232700267c2e8b6c9 - 0.0% (123 Bytes)

[#004] sha256:81999a9fbb2aaf2ab32c37613bc0e053021fabfc15f0037f9be775a41bdcf0f6 - 28.91% (30.3 MB)

[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 2.1% (2.2 MB)

[#006] sha256:2c03bd82c843ae7b3d073d1e87b9e5f06e6998e11f8927b58bd0b28dc9e7f5c2 - 1.16% (1.22 MB)

[#007] sha256:f0d0a22f60402f409771bf2e904ef0ca32bb529318afcc5717089ed17597771d - 25.38% (26.6 MB)

[#008] sha256:ec303dfcb08c54a489e290edeee7d8274ce36c1ce4126838c6b2e95a217398f7 - 18.12% (19 MB)


History
2020-09-25 22:33:49 UTC

/bin/sh -c #(nop) ADD file:4974bb5483c392fb54a35f3799802d623d14632747493dce5feb4d435634b4ac in /

2020-09-25 22:33:50 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-09-25 22:33:51 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2020-09-25 22:33:52 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-09-25 22:33:52 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2020-10-21 04:37:23 UTC

/bin/sh -c #(nop) ARG ARCH=amd64

2020-10-21 04:37:23 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-10-21 04:37:24 UTC

|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh

2020-10-21 04:37:24 UTC

/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6

2020-10-21 04:37:42 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-10-21 04:37:43 UTC

/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3

2020-10-21 04:37:44 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-10-21 04:37:45 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-10-21 04:37:45 UTC

/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10

2020-10-21 04:37:47 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-10-21 04:37:47 UTC

/bin/sh -c #(nop) ARG VERSION=dev

2020-10-21 04:37:47 UTC

/bin/sh -c #(nop) LABEL io.cattle.agent=true

2020-10-21 04:37:47 UTC

/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24

2020-10-21 04:37:48 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4037-head

2020-10-21 04:37:48 UTC

/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs

2020-10-21 04:37:49 UTC

/bin/sh -c #(nop) COPY multi:6d1f33f53d63e1c210dfc0d0f4aad067e0ee84c97103ec2af18d0a377c76b031 in /usr/bin/

2020-10-21 04:37:49 UTC

/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]

2020-10-21 04:37:49 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-21T04:37:20Z

2020-10-21 04:37:49 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0

2020-10-21 04:37:50 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=6ab3cb450f57da58e6f2b08df8c2085d586a9edc

2020-10-21 04:37:50 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2020-10-21 04:30:26 UTC

Size

232 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-21T04:30:21Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6ab3cb450f57da58e6f2b08df8c2085d586a9edc
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4037-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:aab6118ce69c93410df7fa15842a6e3b3c7ff20b639c779b5d5f78e7653eaa07 - 41.64% (96.5 MB)

[#001] sha256:e87311d03479573968ae8231cd384724cf427ca73a38ede4281f84fda108b0d2 - 0.0% (856 Bytes)

[#002] sha256:0f67c3c4df27c98731c4865bd4ca3a96e9c6026ffc333b71728a9d9035533899 - 0.0% (844 Bytes)

[#003] sha256:548810693754461f5197d5e695f32d1a0bef5b6bc4e2b73afd78594a1b8b49b0 - 0.03% (66.3 KB)

[#004] sha256:f81120d691c3371b255c32f0b696d2b20bc7526e5c6cdb8fb49766d8d3eecb56 - 0.0% (847 Bytes)

[#005] sha256:613b41896e63992719057861e096883666d9f5b7af7d369910194604e6b0fcf6 - 38.37% (88.9 MB)

[#006] sha256:bfe69b58b572059dfa5b09f2e02abce1f253084bc7bdcda985221597b4617f2c - 0.04% (92.2 KB)

[#007] sha256:77f2a954ebdcf37db141c252e6cdd89c8998c52c63eb6094c72e81cd26616403 - 0.0% (844 Bytes)

[#008] sha256:8b5f1b00b146da9c228d8866068516f9e24d14334e5f3422d28d16f7f7aedb31 - 0.0% (890 Bytes)

[#009] sha256:bfb835d29e8ce58291dea97d0fab1c035e6318c92da8c2bae5eb318fbdc7d8c0 - 0.0% (830 Bytes)

[#010] sha256:dbacea4e5f165ac259914b4566f3bb537a2498b233ba205999b26ccef7203a06 - 0.04% (96.5 KB)

[#011] sha256:701573b110c8392a901f0f33953c7b744e74c44e2bbb2b11b957d15d25a4aa0c - 14.06% (32.6 MB)

[#012] sha256:a9e1fd217bbd14cf023789ff2d3aa67c70e2b82492b9d274cae4a33febf256d0 - 0.0% (826 Bytes)

[#013] sha256:ef705b8914942798de955d943736355345efed85ad78351c705671ab3aa3983d - 0.0% (851 Bytes)

[#014] sha256:c8ff056778e9586feb78bc2d4d0d45c15d944a5cbc4e296ed61532cbcd4be45e - 0.0% (858 Bytes)

[#015] sha256:1c530b86f6eef58e1b8db35000bc2e38cb48dadb2b42c116c38e8395758ac08d - 0.0% (824 Bytes)

[#016] sha256:f8a2d76f643316c77a467058b61c5a9deea5eef6d0893952f203adc38ae7310b - 0.0% (828 Bytes)

[#017] sha256:af2123323aef611843f5a003f44182d553c71cbb2e76dc81286f7830cdadda2d - 5.81% (13.5 MB)

[#018] sha256:9d40ef621117b8346d6ce5b84489e88643171b6fca8e8adfe99160f9d6f9f1a2 - 0.0% (824 Bytes)

[#019] sha256:d9a3e8845975d85f21a9a2fd9752f45e6f0e639b59371b8d645281fd6e7dd4ed - 0.0% (826 Bytes)

[#020] sha256:0dcf0ff07cd19068fd3ed01ce8905c002c09cc8ec6b4bcb5d9d9dac21a81899d - 0.0% (827 Bytes)

[#021] sha256:ccac7e6f96170263a17993ef5117e23d993def267a981726c4cb0446ee9157bd - 0.0% (855 Bytes)

[#022] sha256:01155380ecefb8c542db4e70a26e86c97cfe7fefb6de1b96c7ad53cd7d4c035e - 0.0% (831 Bytes)


History
2020-09-30 11:25:56 UTC

Apply image 1809-amd64

2020-10-13 21:19:40 UTC

cmd /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-1809

2020-10-13 21:19:42 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-13 21:20:41 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-10-13 21:20:42 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-13 21:21:32 UTC

cmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell

2020-10-13 21:22:18 UTC

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-10-13 21:22:19 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2020-10-13 21:22:20 UTC

cmd /S /C #(nop) CMD ["pwsh.exe"]

2020-10-19 16:04:27 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-19 16:04:27 UTC

cmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\

2020-10-19 16:04:30 UTC

cmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\

2020-10-19 16:04:30 UTC

cmd /S /C #(nop) ARG VERSION=dev

2020-10-19 16:04:31 UTC

cmd /S /C #(nop) LABEL io.cattle.agent=true

2020-10-19 16:04:31 UTC

cmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24

2020-10-21 04:30:23 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4037-head

2020-10-21 04:30:23 UTC

cmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2020-10-21 04:30:24 UTC

cmd /S /C #(nop) COPY multi:c74a9c0441790c029308083b175e9e976f5a2623af238328f0819fc21a6e2d11 in \etc\rancher\

2020-10-21 04:30:24 UTC

cmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2020-10-21 04:30:25 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-21T04:30:21Z

2020-10-21 04:30:25 UTC

cmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0

2020-10-21 04:30:25 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-ref=6ab3cb450f57da58e6f2b08df8c2085d586a9edc

2020-10-21 04:30:26 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2020-10-21 04:30:24 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-21T04:30:19Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6ab3cb450f57da58e6f2b08df8c2085d586a9edc
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4037-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:d6c6a99d5726a68a35f81bb15a53ebdc98b41ff763b7b2442647543ee44bb89c - 42.03% (98.1 MB)

[#001] sha256:faa8988fc2d308b9b4e084a50f8bc40c16ddae3517b7d58f1cde8627c6a9ddbb - 0.0% (868 Bytes)

[#002] sha256:dcf285ae7655b2b00df747d22eb1d2fcaead30c4e69cda916005dff76af27efe - 0.0% (890 Bytes)

[#003] sha256:6e88f022b28ae41033816a947de89c48b962eabc428583f07a2f354428c10496 - 0.03% (65.1 KB)

[#004] sha256:923fb13d34a36233d30c597a6a5c76fdfd67f512797509532d0e04ba1901a8be - 0.0% (865 Bytes)

[#005] sha256:30ddde0cd7c121cb08b9d94bdbb08fa7ca275d7361c37d8be2580974bf106c96 - 38.11% (88.9 MB)

[#006] sha256:d9c8fbe30aeb95b57241f9a7c7b99ad0bad567a346a7824c0b098e955c1d033e - 0.04% (90.9 KB)

[#007] sha256:dfd7005f9a63d1a47a166f1353c376c9f5021955f2e43576522d46653a9faec2 - 0.0% (832 Bytes)

[#008] sha256:251a73c2368d1373ea92cfd55a6aec758e3649ce90e7e9678af2bc61ffbce9c1 - 0.0% (889 Bytes)

[#009] sha256:49bddba3add66390fc068a01fc27a917683b3a2fa7c20cd42fcd15343a24d60b - 0.0% (853 Bytes)

[#010] sha256:b2ab499f8c68395c6b8ec7f9c09527778dfb463fe5b2715e9fc1af604c908c7d - 0.04% (101 KB)

[#011] sha256:7233342ea19e623d6c55935c40ed8f6c01e6e6d603e094beeadfb9cce77ee183 - 13.97% (32.6 MB)

[#012] sha256:93492de23033525c63cedd64ab32f4f1412b630b582086a481a2314d0490bfcb - 0.0% (862 Bytes)

[#013] sha256:b102a1ceaa09cefcc08f9322b94460f2ec5dea60c335fe9708cfa25b61b51b27 - 0.0% (831 Bytes)

[#014] sha256:583e238228df582c6a7f0bcced0554e83a1371f75cd03692e2ae08dd1bc37076 - 0.0% (829 Bytes)

[#015] sha256:bffb6fa959fa835518b960775a59963440743b3e936d7f937591608624126b9d - 0.0% (851 Bytes)

[#016] sha256:72bee85325ce0ffd3ff1dc490d0819e6670eeaff0e5d5a03b7f765d9e84df0a0 - 0.0% (829 Bytes)

[#017] sha256:dc34517f51f4e412ee61b6731374226a0b07cbe692d1db41a74a6425e6da6e9f - 5.78% (13.5 MB)

[#018] sha256:f3767b41a7bc2b2d3bf3c460ceeb9cf4818f19a76bbfb75fc7e82e71392a086f - 0.0% (822 Bytes)

[#019] sha256:96421e68a7b03473709f0161476d89d7113b00e337747c18ecb31127dfe04fec - 0.0% (849 Bytes)

[#020] sha256:6f418fecd3a615bbecf87f6b1ed303dc247a5620eab571ea95e2dc9e23bb4b82 - 0.0% (857 Bytes)

[#021] sha256:9e6b73e8ff1dc0a93bbbccdba38664c807f95119e1f557b4037771e112911f96 - 0.0% (830 Bytes)

[#022] sha256:cc4f1710b40f85df8f59d4a15ab08d58f510407db48ef201bb03b721fd278731 - 0.0% (828 Bytes)


History
2020-10-01 03:13:48 UTC

Apply image 1909-amd64

2020-10-13 21:42:44 UTC

cmd /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-1909

2020-10-13 21:42:44 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-13 21:43:32 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-10-13 21:43:33 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-13 21:43:53 UTC

cmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell

2020-10-13 21:44:29 UTC

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-10-13 21:44:29 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2020-10-13 21:44:30 UTC

cmd /S /C #(nop) CMD ["pwsh.exe"]

2020-10-19 19:26:00 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-19 19:26:01 UTC

cmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\

2020-10-19 19:26:05 UTC

cmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\

2020-10-19 19:26:12 UTC

cmd /S /C #(nop) ARG VERSION=dev

2020-10-19 19:26:12 UTC

cmd /S /C #(nop) LABEL io.cattle.agent=true

2020-10-19 19:26:13 UTC

cmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24

2020-10-21 04:30:21 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4037-head

2020-10-21 04:30:21 UTC

cmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2020-10-21 04:30:22 UTC

cmd /S /C #(nop) COPY multi:c74a9c0441790c029308083b175e9e976f5a2623af238328f0819fc21a6e2d11 in \etc\rancher\

2020-10-21 04:30:22 UTC

cmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2020-10-21 04:30:23 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-21T04:30:19Z

2020-10-21 04:30:23 UTC

cmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0

2020-10-21 04:30:23 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-ref=6ab3cb450f57da58e6f2b08df8c2085d586a9edc

2020-10-21 04:30:24 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2020-10-21 04:31:01 UTC

Size

234 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-21T04:30:56Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6ab3cb450f57da58e6f2b08df8c2085d586a9edc
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4037-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:0e31ee8f400716f940be9db76d6eedb1a903860385b4ca8f70513012d53fe1f1 - 42.08% (98.3 MB)

[#001] sha256:3fd39624f2323c9b7345d34bb53f7a7c32ebbf0b51dded687fa3d2aa8c20aed9 - 0.0% (842 Bytes)

[#002] sha256:aaf14cfa76b50ae5af416c8eade4fc66d06b4b6498e7fd1bcaf09d19f9caea08 - 0.0% (842 Bytes)

[#003] sha256:2854e71c3f0c7a2ca58beddde1498cc6372308503902d0a8b4df6439c16ca8a3 - 0.03% (63.1 KB)

[#004] sha256:2e8c3f004dd28a917de64e2984d92aac360ab0e0d39e2d295352ca56cbf7c0ca - 0.0% (838 Bytes)

[#005] sha256:f25e25c7b6e1fd8af445fcef524046f3e840711df39f74b39b35b88129c17214 - 38.07% (88.9 MB)

[#006] sha256:3303b4a420458aad265396f742bd4f842dd30f3e151ccff9149b594d412fcfe2 - 0.05% (122 KB)

[#007] sha256:b682cfe30d62a82096c2046410c455cca03145fd147b41f45aa99d42ce384483 - 0.0% (896 Bytes)

[#008] sha256:89f145fc649d8f7aaca00ed377ddb8c43c49061b7bfdd547b21b1945a5a6639d - 0.0% (862 Bytes)

[#009] sha256:fea1bfc80114267273a8c3beb4badcaa758a1c934f2316dd1e4886d33e42e8e6 - 0.0% (880 Bytes)

[#010] sha256:070f9704bdfa9482a35269a089ae2315a09537241c78cfaca805b04fc7b4fad9 - 0.04% (101 KB)

[#011] sha256:3f9d88055fe730d1008c2a29ba7437794cc4ef0c92a9b80824ba58234f9274bd - 13.96% (32.6 MB)

[#012] sha256:f9e3b96516c69739b95751266f9cee9fd010dde3acda26d75e33edf1781ed53f - 0.0% (827 Bytes)

[#013] sha256:d24c3e72dee38c02badda18c72e4631714bfed1dd8d399a37bd7e606f3b42f3f - 0.0% (850 Bytes)

[#014] sha256:ed55db2b099460a728c6f9c95372bf85114a7ef876bd50e158ed901a62ebbef9 - 0.0% (850 Bytes)

[#015] sha256:fd5b74eed66f7980958bfbc8d2df987f94fb10369830e27764e0e83ae530cecd - 0.0% (832 Bytes)

[#016] sha256:7c966096c50f4205a85f6f01a1994297c5772e06db529fff35f7c260690a8ae9 - 0.0% (825 Bytes)

[#017] sha256:e2061ebe7bccf50ac3c8ddf16b01ec0dfa866ebeaa9b9cde4db8aa4a432f4102 - 5.77% (13.5 MB)

[#018] sha256:1b15258ecf78b8c2285d3b8c0c408f1f4deca648bed5b374095e288244c8a45d - 0.0% (829 Bytes)

[#019] sha256:79f912d314d4c6465246f466cc31b58a87a04861daf7082e41f369271a855385 - 0.0% (825 Bytes)

[#020] sha256:e8095d5adc8cbbbcefe917ca345ac81e96ca494f26673750a0bff839f3f7c860 - 0.0% (832 Bytes)

[#021] sha256:3c2b9732dbfa1051d78bf5767fca49a794f13ee55a2009e8be54bc36a485ae49 - 0.0% (832 Bytes)

[#022] sha256:e64b641cd1e449f0884d4e16b06063bc2cc30eb92449cee1955002c05a643046 - 0.0% (854 Bytes)


History
2020-09-30 11:26:02 UTC

Apply image 1903-amd64

2020-10-13 21:42:57 UTC

cmd /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

2020-10-13 21:42:58 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-13 21:43:16 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-10-13 21:43:16 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-13 21:43:30 UTC

cmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell

2020-10-13 21:44:03 UTC

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-10-13 21:44:04 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2020-10-13 21:44:04 UTC

cmd /S /C #(nop) CMD ["pwsh.exe"]

2020-10-19 16:03:55 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-19 16:03:56 UTC

cmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\

2020-10-19 16:03:58 UTC

cmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\

2020-10-19 16:03:59 UTC

cmd /S /C #(nop) ARG VERSION=dev

2020-10-19 16:04:00 UTC

cmd /S /C #(nop) LABEL io.cattle.agent=true

2020-10-19 16:04:00 UTC

cmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24

2020-10-21 04:30:58 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4037-head

2020-10-21 04:30:58 UTC

cmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2020-10-21 04:30:59 UTC

cmd /S /C #(nop) COPY multi:c74a9c0441790c029308083b175e9e976f5a2623af238328f0819fc21a6e2d11 in \etc\rancher\

2020-10-21 04:30:59 UTC

cmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2020-10-21 04:31:00 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-21T04:30:56Z

2020-10-21 04:31:00 UTC

cmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0

2020-10-21 04:31:01 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-ref=6ab3cb450f57da58e6f2b08df8c2085d586a9edc

2020-10-21 04:31:01 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2020-10-21 04:37:31 UTC

Size

95.1 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-21T04:37:03Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6ab3cb450f57da58e6f2b08df8c2085d586a9edc
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4037-head

DOCKER_API_VERSION

1.24

DOCKER_URL

DOCKER_URL_arm64

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

KUBECTL_VERSION

v1.17.6

KUBEPROMPT_VERSION

v1.0.10

LOGLEVEL_VERSION

v0.1.3

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:296c9ad75beec603486f1373addae8e2c509e94c4adda44c1289792c91624acc - 23.79% (22.6 MB)

[#001] sha256:c0533d1393025aa8c38e0823a6546a0d4e5dec6b8b670758c25494c35783668d - 0.0% (850 Bytes)

[#002] sha256:3c11bb34abc87247c6a70c928b7a5ef4cd48093642eb0c4b8121a674d3e278c6 - 0.0% (189 Bytes)

[#003] sha256:f352a80e87aabc0e5dcf63af72a7ada0860d8320f9f35e3de14dd766f4e0b5f4 - 0.0% (124 Bytes)

[#004] sha256:4a0752ca03d86dca46453b85e70431f84b8ba29c576cf7b6af1bd541e2d904ee - 28.8% (27.4 MB)

[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 2.04% (1.94 MB)

[#006] sha256:d6bd3ca901476306bd3385add52a139c2031ff415fea2d43147605ec597502a3 - 1.19% (1.13 MB)

[#007] sha256:fcf089a9c823f68effb6bfe7b16afebcf19b5ab020620989317876b55a57ef36 - 25.91% (24.6 MB)

[#008] sha256:f55b5f9145d8a2dff8db99dd938c89f7716bf37847144c006652f81d00e52afe - 18.26% (17.4 MB)


History
2020-09-25 22:47:32 UTC

/bin/sh -c #(nop) ADD file:d2c57bfbb29f6de3b29050a2c50c3806e0c8caa26f6d8dea47f479c923d72e3e in /

2020-09-25 22:47:35 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-09-25 22:47:36 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2020-09-25 22:47:38 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-09-25 22:47:39 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2020-10-21 04:37:05 UTC

/bin/sh -c #(nop) ARG ARCH=amd64

2020-10-21 04:37:05 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

2020-10-21 04:37:06 UTC

|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh

2020-10-21 04:37:06 UTC

/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6

2020-10-21 04:37:24 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/*

2020-10-21 04:37:24 UTC

/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3

2020-10-21 04:37:25 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

2020-10-21 04:37:26 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

2020-10-21 04:37:26 UTC

/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10

2020-10-21 04:37:28 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

2020-10-21 04:37:28 UTC

/bin/sh -c #(nop) ARG VERSION=dev

2020-10-21 04:37:29 UTC

/bin/sh -c #(nop) LABEL io.cattle.agent=true

2020-10-21 04:37:29 UTC

/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24

2020-10-21 04:37:29 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4037-head

2020-10-21 04:37:29 UTC

/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs

2020-10-21 04:37:30 UTC

/bin/sh -c #(nop) COPY multi:9c3695113a40e5f205461a0f3f4d4511671d3db2430496df452025fa12107502 in /usr/bin/

2020-10-21 04:37:30 UTC

/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]

2020-10-21 04:37:31 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-21T04:37:03Z

2020-10-21 04:37:31 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0

2020-10-21 04:37:31 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=6ab3cb450f57da58e6f2b08df8c2085d586a9edc

2020-10-21 04:37:31 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Danger Zone
Delete Tag

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.

Delete