Namespace
rancher
Image / Tag
rancher-agent:v2.3.9-rc2
Content Digest
sha256:604453892085ff7e8c09dfb0f627735f3b65cfb3987254a9861ba090a99a3d44
Details
Created

2020-08-20 17:36:19 UTC

Size

100 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-08-20T17:35:51Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    63c19d0ba1b7544b01095a11067a49a8cdbcdf0f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.3.9-rc2

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.16.1

KUBEPROMPT_VERSION

v1.0.6

LOGLEVEL_VERSION

v0.1.2

PATH

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

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:f08d8e2a3ba11bea23cf5c17e8e1c620057412ed05c32d1114640e18d6dd0a43 - 25.47% (25.5 MB)

[#001] sha256:3baa9cb2483bd9c5329a44d9c2fe72535625bbd4308bca95785dd58e72c06365 - 0.03% (34.5 KB)

[#002] sha256:94e5ff4c0b1526abf77c236655f21c8f67a23313291c8b970fe6b469549d8153 - 0.0% (848 Bytes)

[#003] sha256:1860925334f940c3145808527480b4f0cba7f01279087fdb27679e4354fba967 - 0.0% (163 Bytes)

[#004] sha256:b386a9450f2b363efec13c327742a84cd438cadaa2fc0357b706b2cdf08dbc5b - 0.0% (122 Bytes)

[#005] sha256:677e11ec65f7f56f1cc85a875a4af7252327bd70f37fe2ea127d8dbb2feef430 - 31.37% (31.4 MB)

[#006] sha256:a7b84c0c1f8953a1764a1d6c172b2cc494a3030376fbd534e3b624f81820052e - 2.2% (2.2 MB)

[#007] sha256:d19fbfd48845db6676e00c2b28201d43c92ee4a277d9e5b00caf0cd1802fd3bb - 1.22% (1.22 MB)

[#008] sha256:fb14090bf4112f1a0b97230235b7cf42084c31a8c82c8b0545fdc49655c76654 - 24.08% (24.1 MB)

[#009] sha256:a68da80bfec229f31940df66159a6c3ac311af32ca6716aab66fe0ebf14acedb - 15.62% (15.6 MB)


History
2020-08-19 21:13:50 UTC

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

2020-08-19 21:13:52 UTC

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

2020-08-19 21:13:53 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-08-19 21:13:55 UTC

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

2020-08-19 21:13:55 UTC

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

2020-08-20 17:35:54 UTC

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

2020-08-20 17:35:54 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-08-20 17:35:55 UTC

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

2020-08-20 17:35:55 UTC

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

2020-08-20 17:36:12 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-08-20 17:36:12 UTC

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

2020-08-20 17:36:13 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-08-20 17:36:14 UTC

|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.6/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin

2020-08-20 17:36:14 UTC

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

2020-08-20 17:36:16 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-08-20 17:36:16 UTC

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

2020-08-20 17:36:16 UTC

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

2020-08-20 17:36:17 UTC

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

2020-08-20 17:36:17 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.9-rc2

2020-08-20 17:36:17 UTC

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

2020-08-20 17:36:18 UTC

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

2020-08-20 17:36:18 UTC

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

2020-08-20 17:36:18 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-20T17:35:51Z

2020-08-20 17:36:19 UTC

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

2020-08-20 17:36:19 UTC

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

2020-08-20 17:36:19 UTC

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

Details
Created

2020-08-20 17:27:47 UTC

Size

229 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-08-20T17:27:44Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    63c19d0ba1b7544b01095a11067a49a8cdbcdf0f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.3.9-rc2

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809-KB4565349-amd64

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:ce1c649a3e5b5b5449776d4afce631c673cade12336ccb5a38a0aac7c9d8b2bc - 41.98% (96.3 MB)

[#001] sha256:7faa8b742f9631b42a9205876cc727ffa352abb6cee017c1d1d9392abddcd313 - 0.0% (838 Bytes)

[#002] sha256:0c2fc86b9dadff222eca11e0e6bab2c3158a31e22cce766ac9cfde1f4a576856 - 0.0% (838 Bytes)

[#003] sha256:52bdd3932c0557c61f78db49bdf4196f2b9be53675af22e99852d11e66d38794 - 0.0% (836 Bytes)

[#004] sha256:9b106ae5c4d8c2a9fe2acb5a1eeb391506140ffb4cc220c3b9f5d850159e43ab - 0.03% (64.9 KB)

[#005] sha256:895b948ccfa29db408ff14b7f4b71a8dbc4370dea4d4cb2f62408124ba4155de - 0.0% (860 Bytes)

[#006] sha256:72e8c8759db590ccd720acc7459bbdd9164b4e2b8c8c99dcaa436dd2832df3b4 - 38.77% (88.9 MB)

[#007] sha256:dbdae1ce5b6368ca3a0d1d8e93be51a5d7b060e701b60daa27d5793f18e1c97d - 0.06% (132 KB)

[#008] sha256:ae20a9b494b26c05caf10a84c47e036bacecd0da3451c32ddca9158e60a229ea - 0.0% (836 Bytes)

[#009] sha256:5954decfbd5a3f11adf57651a276880af8b05b36891f2c128468fa65b44f104a - 0.0% (834 Bytes)

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

[#011] sha256:e1729b516c73e91b48487e46e791489d0947245afb19bd1830cbbd0e14f59595 - 14.21% (32.6 MB)

[#012] sha256:42a38d049bfbf5960bff0ae8b1ffb82a6deac521e6130f8c2700845729880ac4 - 0.0% (832 Bytes)

[#013] sha256:87acd95ffec24f6790a5bc2b2d891771275985a646805cd139a89043315d3657 - 0.0% (854 Bytes)

[#014] sha256:d7b6084ba6c7e1702addc40ccaa67d121e9edf8a90d98d2462b215b8d4c6f1c6 - 0.0% (827 Bytes)

[#015] sha256:964c5f9a704cb6ef4a5ae88de84d449f177a22bea4a25c33d63499ac299a39dc - 0.0% (829 Bytes)

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

[#017] sha256:488dbb9d314f77e66a4c92acc138315ecfa46512278dfa0471cbb301ae1f94d2 - 4.9% (11.3 MB)

[#018] sha256:d142b85242b17c7f6862854f11c4431ccb41434273a8afc675b23b9ea95d2b2d - 0.0% (828 Bytes)

[#019] sha256:78105ff3585c2005e7843cb0267f42578c2c95f708138f20e2e43999e5a8ecb9 - 0.0% (833 Bytes)

[#020] sha256:66e06c31a460e356b9a8dfcf51d3f9c8ed089edf0d11f0a1011eda63c1ced4aa - 0.0% (828 Bytes)

[#021] sha256:e2edaa31b46404b7dbd3e6b2c87cdcd541df7af9badd50df20a2762462c98cb7 - 0.0% (823 Bytes)

[#022] sha256:13485649f3a7138c7c2c688b095c3f059c5e5d435e0c3380e697bcb3f293c3bd - 0.0% (825 Bytes)


History
2020-08-06 01:28:42 UTC

Apply image 1809-KB4565349-amd64

2020-08-14 17:11:24 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-08-14 17:11:25 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-KB4565349-amd64

2020-08-14 17:11:25 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-14 17:11:45 UTC

|1 fromTag=1809-KB4565349-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-08-14 17:11:45 UTC

cmd /S /C #(nop) USER ContainerUser

2020-08-14 17:11:57 UTC

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

2020-08-14 17:12:30 UTC

|1 fromTag=1809-KB4565349-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-08-14 17:12:30 UTC

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

2020-08-18 19:31:09 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-18 19:31:09 UTC

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

2020-08-18 19:31:11 UTC

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

2020-08-18 19:31:12 UTC

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

2020-08-18 19:31:12 UTC

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

2020-08-18 19:31:12 UTC

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

2020-08-20 17:27:33 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.9-rc2

2020-08-20 17:27:34 UTC

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

2020-08-20 17:27:34 UTC

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

2020-08-20 17:27:35 UTC

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

2020-08-20 17:27:45 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-20T17:27:44Z

2020-08-20 17:27:46 UTC

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

2020-08-20 17:27:46 UTC

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

2020-08-20 17:27:47 UTC

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

Details
Created

2020-08-20 17:27:46 UTC

Size

231 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-08-20T17:27:44Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    63c19d0ba1b7544b01095a11067a49a8cdbcdf0f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.3.9-rc2

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903-KB4565483-amd64

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:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 42.37% (97.8 MB)

[#001] sha256:ca7240146fcae31715f97a7a041e18abddb4e45a62c258a06cff51627d288f80 - 0.0% (838 Bytes)

[#002] sha256:4ab9f8429c375839d6325571aa6c1c7bc958b425bd393233d1a9852f6774171d - 0.0% (859 Bytes)

[#003] sha256:0e6769c1f528d865e79b1e48bb760bd5737b15d5a6c20d269e3efcdd481d898e - 0.0% (840 Bytes)

[#004] sha256:9bba958fbda2a14e697725fdd9f866e8613210b24d9a833dc363d8a0212c20ed - 0.03% (64.6 KB)

[#005] sha256:85bdb87e0b8ff7ab40be1f9f13b9aafce3daf1f7096753e6bf8cb83da746b13b - 0.0% (841 Bytes)

[#006] sha256:bac1aa0ab642d13082c010dd7deb5d5c3029a41155cf0116fe2c71d4594f353c - 38.51% (88.9 MB)

[#007] sha256:4eca6ad779e8a51543bd157c90213e734e171efc4f794000a309aa48b1182f0e - 0.05% (128 KB)

[#008] sha256:cd8b0df07d7d96744f49a7c9d9140a897f0afc5009b248a6a9559e7f76721398 - 0.0% (833 Bytes)

[#009] sha256:0a9280353dbc4016e68e98210735b658362e0f45004a4c323f2f431d2d20f622 - 0.0% (831 Bytes)

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

[#011] sha256:d1889983bd44a4b64f9eb3fea624afd969f3c094f9437fea8fc6ab857e79acd3 - 14.12% (32.6 MB)

[#012] sha256:f6758b5ad20e11322439da3f97359d0ae05956f974c4f765122d034fee6b8966 - 0.0% (832 Bytes)

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

[#014] sha256:19355d383ba642024110c35a418a5c713d2b7e5e5ae72aad011187e6549109d6 - 0.0% (825 Bytes)

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

[#016] sha256:4fcc6ad9191bb58a5d6bcf96b0c8bf261b6c375f9134d674a6ebb2c9662fb8d1 - 0.0% (826 Bytes)

[#017] sha256:dfaad7b725fe926a5c284619d62cd4ec6a80aac183ae7026330ac63f74d96813 - 4.87% (11.3 MB)

[#018] sha256:336a06d853a9a3ee4186f92b5e0ce05d5f257906fe3ff1b0398247ade439872a - 0.0% (830 Bytes)

[#019] sha256:ef8ca273cbb680d08b3a502afac265b9e5bae3e317cd9127126aa1aa2bfc2a7c - 0.0% (853 Bytes)

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

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

[#022] sha256:39d5fd3eb31b6e39a8da280d9a14c034b99bfc21d219f0de3d5699c963bd4237 - 0.0% (821 Bytes)


History
2020-07-07 12:59:30 UTC

Apply image 1903-KB4565483-amd64

2020-08-14 17:17:01 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-08-14 17:17:01 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-KB4565483-amd64

2020-08-14 17:17:02 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-14 17:17:25 UTC

|1 fromTag=1903-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-08-14 17:17:26 UTC

cmd /S /C #(nop) USER ContainerUser

2020-08-14 17:17:42 UTC

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

2020-08-14 17:18:30 UTC

|1 fromTag=1903-KB4565483-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-08-14 17:18:30 UTC

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

2020-08-18 19:30:42 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-18 19:30:42 UTC

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

2020-08-18 19:30:44 UTC

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

2020-08-18 19:30:45 UTC

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

2020-08-18 19:30:45 UTC

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

2020-08-18 19:30:46 UTC

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

2020-08-20 17:27:32 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.9-rc2

2020-08-20 17:27:32 UTC

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

2020-08-20 17:27:33 UTC

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

2020-08-20 17:27:34 UTC

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

2020-08-20 17:27:45 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-20T17:27:44Z

2020-08-20 17:27:46 UTC

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

2020-08-20 17:27:46 UTC

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

2020-08-20 17:27:46 UTC

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

Details
Created

2020-08-20 17:36:11 UTC

Size

90.5 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-08-20T17:35:43Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    63c19d0ba1b7544b01095a11067a49a8cdbcdf0f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.3.9-rc2

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.16.1

KUBEPROMPT_VERSION

v1.0.6

LOGLEVEL_VERSION

v0.1.2

PATH

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

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:237528ba509b2abcdba1ff1344bab27ad56235cdb3c1c131d3587f6fba4d92c9 - 24.99% (22.6 MB)

[#001] sha256:393b96f31d8b2bf3ce9eb4ac49e6c7411defa4057c1791f02f54c14f2de298ec - 0.04% (34.4 KB)

[#002] sha256:4d82b0e39008d2fa246a0dca4cfa5feb15db58591582a839bd69d5000aa2e96d - 0.0% (852 Bytes)

[#003] sha256:e7ca375b8d34c9bc764ae24791184cba22510f0c002815b4f9766dd0463f5f5e - 0.0% (189 Bytes)

[#004] sha256:de53d498f197bd9d388c469929a33449605601e803c08ba4a95351c50fe20487 - 0.0% (123 Bytes)

[#005] sha256:5962d2d60a92ca7239e278aa842b49ca28178842d14dae916d0d42e886a0501f - 31.39% (28.4 MB)

[#006] sha256:5d315bdb8d51dfac7104cd7e3b60d4a81593ce8bcbc5e8104c6a809cd26d4ae8 - 2.14% (1.94 MB)

[#007] sha256:13244fb69f680c73fbc97b34c3bc64b94b36992f7941c42646927f8c0f6c9a9f - 1.25% (1.13 MB)

[#008] sha256:407bdabcfbaa4f9f40ad70669a9228aaf1d7a25ca4095166e29fb20e69b999b5 - 24.45% (22.1 MB)

[#009] sha256:45be04abc190ffeeca81ea020c9916a6c9d5cbba489cc1eb257a1be08a8c3228 - 15.73% (14.2 MB)


History
2020-08-19 21:29:47 UTC

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

2020-08-19 21:29:51 UTC

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

2020-08-19 21:29:53 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-08-19 21:29:55 UTC

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

2020-08-19 21:29:55 UTC

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

2020-08-20 17:35:45 UTC

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

2020-08-20 17:35:45 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-08-20 17:35:46 UTC

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

2020-08-20 17:35:46 UTC

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

2020-08-20 17:36:04 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-08-20 17:36:04 UTC

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

2020-08-20 17:36:05 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-08-20 17:36:06 UTC

|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.6/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin

2020-08-20 17:36:06 UTC

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

2020-08-20 17:36:08 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-08-20 17:36:08 UTC

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

2020-08-20 17:36:08 UTC

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

2020-08-20 17:36:09 UTC

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

2020-08-20 17:36:09 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.9-rc2

2020-08-20 17:36:09 UTC

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

2020-08-20 17:36:10 UTC

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

2020-08-20 17:36:10 UTC

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

2020-08-20 17:36:10 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-20T17:35:43Z

2020-08-20 17:36:10 UTC

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

2020-08-20 17:36:11 UTC

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

2020-08-20 17:36:11 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