Namespace
rancher
Image / Tag
rancher-agent:v2.4-5556-head
Content Digest
sha256:c85d42dd72c46681bb1dd29a015158a6768f4d8c976c4732d21b400a7bb8906b
Details
Created

2021-05-13 17:46:16 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-13T17:45:39Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6446088bcfb218b6512c40aa8472367ed1cc4d95
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-5556-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:01bf7da0a88c9e37ae418d17c0aeed0621524848d80ccb9e38c67e7ab8e11928 - 24.46% (25.5 MB)

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

[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)

[#003] sha256:648143c2f2b0469f8501c927ab3853a873640e6de19e22b05f97850abf65953e - 0.0% (123 Bytes)

[#004] sha256:74e83505ca7bc6018c41ef2a747af2023743207dae198795f7753e7b911c5c09 - 29.09% (30.3 MB)

[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 2.12% (2.2 MB)

[#006] sha256:18e5a0178f903316e1324bc8fda5885a5a446b95e0005b16664777727f910f25 - 1.17% (1.22 MB)

[#007] sha256:f98fb599cb3c6c164aad1ca9745e1324cf1d2c84e525b6143b164b1b007392f4 - 25.53% (26.6 MB)

[#008] sha256:e91cc2cde437e77a6d854f42616ed5e64b42026e263073e5f1287eec0b4ce4be - 17.64% (18.4 MB)


History
2021-04-23 22:21:22 UTC

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

2021-04-23 22:21:23 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-04-23 22:21:24 UTC

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

2021-04-23 22:21:25 UTC

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

2021-04-23 22:21:25 UTC

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

2021-05-13 17:45:41 UTC

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

2021-05-13 17:45:42 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-05-13 17:45:43 UTC

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

2021-05-13 17:45:43 UTC

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

2021-05-13 17:46:03 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-05-13 17:46:03 UTC

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

2021-05-13 17:46:06 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-05-13 17:46:08 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-05-13 17:46:09 UTC

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

2021-05-13 17:46:12 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-05-13 17:46:12 UTC

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

2021-05-13 17:46:12 UTC

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

2021-05-13 17:46:12 UTC

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

2021-05-13 17:46:13 UTC

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

2021-05-13 17:46:13 UTC

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

2021-05-13 17:46:14 UTC

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

2021-05-13 17:46:15 UTC

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

2021-05-13 17:46:15 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-05-13T17:45:39Z

2021-05-13 17:46:15 UTC

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

2021-05-13 17:46:15 UTC

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

2021-05-13 17:46:16 UTC

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

Details
Created

2021-05-13 17:38:34 UTC

Size

240 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-13T17:38:29Z
  • org.opencontainers.image.revision
    6446088bcfb218b6512c40aa8472367ed1cc4d95
  • org.opencontainers.image.source
    https://github.com/rancher/rancher.git
  • org.opencontainers.image.url
    https://github.com/rancher/rancher

Environment
AGENT_IMAGE

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

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:ea84579f6cd5b58fe78732be37450bd188c8923de3a2062664f3992861449b5c - 40.28% (96.6 MB)

[#001] sha256:2744042ec0628191db13e6af5dfdd07234b5ae1096360e529bb3b5734e00ea92 - 0.0% (1.01 KB)

[#002] sha256:8cbd83848628df38c61ffa3fb6def4f9bc87d0df0faea41133d12ef856c388f8 - 0.0% (1.02 KB)

[#003] sha256:65a0a1050d74220cc9e2f81d326a0ad45cf65eb7162b88c79cc26d241800e9cb - 0.03% (66.3 KB)

[#004] sha256:b51ea9c3722b0aaf6bf322433a3e59c6a7eb77f9a9dc7e383baf02f21d565cad - 0.0% (1.05 KB)

[#005] sha256:12bbf5927942b4546413cba3a35a6525e7cb6e64edf0fe1e05caa1c7a8931b82 - 40.39% (96.9 MB)

[#006] sha256:02753fe59013b4a701d5b74565617fee341ddceab9295db56a20c268e3473ca2 - 0.05% (131 KB)

[#007] sha256:406b17b42a9e1960024ddf35eca26677872439ebbf9ccd384ffb7a3c18d722d9 - 0.0% (1.01 KB)

[#008] sha256:b7cecf861794b865557a4b188734d2e40cf02ad9c9bed778c39193697af07286 - 0.0% (1 KB)

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

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

[#011] sha256:a4cbb3c79f8cfd7d68d72fbf9a1e880c82218f7cec881e67ce98b12d86c312d9 - 13.59% (32.6 MB)

[#012] sha256:054220af4cf26ccbd5e173f33dcb31fd804563d5e8511db42404950b3e189863 - 0.0% (851 Bytes)

[#013] sha256:2387ea8dcdd56fd1d541d4ce92d75f26a7aee323889b5b012a11b962d3785cd5 - 0.0% (857 Bytes)

[#014] sha256:45f2b50f560645a8230d1b1c554b3511d4d611865beacf4e11097c1705327046 - 0.0% (851 Bytes)

[#015] sha256:6baf90deb1fe9df5be5399c841f506639e53907cb3c1109def5ab9b140a8e034 - 0.0% (824 Bytes)

[#016] sha256:36e75453e522609ffb2c91c9520b19117696e844235cfc8dd54a013df949ea13 - 0.0% (831 Bytes)

[#017] sha256:40ed9cd0d507556e9567ec3ede2eec7f4eff2525f584011c085cfb69adf7769b - 5.62% (13.5 MB)

[#018] sha256:b1488dd0471d0812d10c8eb52b6e86a1cb213273b693304226e65d321b882523 - 0.0% (825 Bytes)

[#019] sha256:b4c65f88da33ac6627c0ae72067ff69a2adae142968a2f3bf61351d0a0d0df63 - 0.0% (827 Bytes)

[#020] sha256:511e2d336eec26e5309e074b1d928cf1a84fb42c456183113822d6e38a23137d - 0.0% (835 Bytes)

[#021] sha256:1fc7cc56c9f369d21987c87028efb0cdeee52ebfda8074a31fdc3aa1f9433437 - 0.0% (829 Bytes)

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


History
2021-04-08 16:02:06 UTC

Apply image 1809-amd64

2021-04-14 01:32:16 UTC

cmd /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-04-14 01:32:16 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-04-14 01:32:39 UTC

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

2021-04-14 01:32:40 UTC

cmd /S /C #(nop) USER ContainerUser

2021-04-14 01:32:58 UTC

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

2021-04-14 01:33:34 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 ; }"

2021-04-14 01:33:34 UTC

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

2021-04-14 01:33:35 UTC

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

2021-05-10 21:11:18 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-11 19:23:27 UTC

cmd /S /C #(nop) COPY multi:965b304f043056ca0b908acb4f545cec25b679d606a72d8b8fec16db9d31e8bc in \Windows\System32\

2021-05-13 17:38:14 UTC

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

2021-05-13 17:38:15 UTC

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

2021-05-13 17:38:15 UTC

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

2021-05-13 17:38:16 UTC

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

2021-05-13 17:38:31 UTC

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

2021-05-13 17:38:31 UTC

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

2021-05-13 17:38:32 UTC

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

2021-05-13 17:38:33 UTC

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

2021-05-13 17:38:33 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-13T17:38:29Z

2021-05-13 17:38:34 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.revision=6446088bcfb218b6512c40aa8472367ed1cc4d95

2021-05-13 17:38:34 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git

2021-05-13 17:38:34 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher

Details
Created

2021-05-13 17:40:13 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-13T17:40:07Z
  • org.opencontainers.image.revision
    6446088bcfb218b6512c40aa8472367ed1cc4d95
  • org.opencontainers.image.source
    https://github.com/rancher/rancher.git
  • org.opencontainers.image.url
    https://github.com/rancher/rancher

Environment
AGENT_IMAGE

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

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:f7794a8687064c222edec1eacac34186676299758221ad448828a138c313432c - 40.45% (97.3 MB)

[#001] sha256:df370f7023d39b75bfb7121055f3513445024a4e82221fae5d69b5669b93fd33 - 0.0% (1.03 KB)

[#002] sha256:8f0ee149d266ed6460c1f14120172d70c3d2f4763babf2ff0a74a599597b7986 - 0.0% (1.04 KB)

[#003] sha256:b5623ae57f81eca4a279a593490ab0fb5ada9f7ffe1c1bcc58cea3698a4c46fb - 0.03% (64.9 KB)

[#004] sha256:feb151ad664d66d78b32132b738dc967097624cb954d4ba0dc4493969bcf9e5b - 0.0% (1.07 KB)

[#005] sha256:6e758f19dec09d5012cac6030b0f3b64b3e01a8012b41b51ef724c44a06d4c7d - 40.27% (96.9 MB)

[#006] sha256:1924fe4e850e32948f75a5f3c8c27b6949222ba86a13dcddb08cc3a6a2f64dfb - 0.05% (128 KB)

[#007] sha256:eb628ba54faa06ed9e5c8883b5c3cf6d841f7fa856ea5d92c4f95c4dc725ff77 - 0.0% (1.04 KB)

[#008] sha256:788d44dd10a931cae8bcbd60eeed7f42a4455ba3899a578d7eba581d9e64c474 - 0.0% (1.01 KB)

[#009] sha256:a850082ea4eaa8e0adec56e46a044dfe78e258e76aacc04a08ce3c4de37381c6 - 0.0% (1.03 KB)

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

[#011] sha256:78813728ab07730adafdb108b8a699575ed6a5e19c9ff9e094111b43f19adfc7 - 13.55% (32.6 MB)

[#012] sha256:d986241feafabd7e49f9fba906207448568ba60c168a1f32f89c95993bc324a0 - 0.0% (1.01 KB)

[#013] sha256:becb795851c806870ee3aaf327f5d5e56e5430a7f9eb124ec6f941d0bee52c6f - 0.0% (1 KB)

[#014] sha256:0f720f8f7c55fa5c4fbd8b61aca469951a80d36272d1db7ccbb42e9eaa51e05d - 0.0% (1 KB)

[#015] sha256:b5a850d41af3efe585bad63bc92053fe7774efbf745b999e9650e8a352072358 - 0.0% (1.05 KB)

[#016] sha256:6461983ebf91a87dbe5f29fc8df1c5fd8e29feaf4b07c479424cf0a0fab1aa56 - 0.0% (1.03 KB)

[#017] sha256:c65f57e8876ed2e1c3110b1aa16ef76c1419a70a6c5887799e288d5c6a073935 - 5.6% (13.5 MB)

[#018] sha256:9b462ea369da7b3c6966d6dcc23351deb84591fc0ecf5a27a55a4a10ddab1b1b - 0.0% (1.01 KB)

[#019] sha256:86a6ab4873e4f860a2352d94969ecd93ecc9db4b44c1eda9a79ad43bbaf411b9 - 0.0% (1.06 KB)

[#020] sha256:eeda9bd4e4cfbf457519c2788455d5e8b5ba78e29145896dd8376fd458e9393e - 0.0% (1.01 KB)

[#021] sha256:0af6995ca97be17244dbcdaafe0547ef61db1a97fd46f7c4d1de88c5861a6003 - 0.0% (1.03 KB)

[#022] sha256:c05bc61ab3a548d783fd17ec02baa47fb4e82b31a118927d2beccbb5edacd09e - 0.0% (1.01 KB)


History
2021-04-09 14:29:56 UTC

Apply image 1909-amd64

2021-04-14 01:31:06 UTC

cmd /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-04-14 01:31:07 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-04-14 01:31:38 UTC

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

2021-04-14 01:31:38 UTC

cmd /S /C #(nop) USER ContainerUser

2021-04-14 01:31:58 UTC

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

2021-04-14 01:32:39 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 ; }"

2021-04-14 01:32:40 UTC

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

2021-04-14 01:32:41 UTC

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

2021-05-10 21:13:13 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-10 21:13:13 UTC

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

2021-05-13 17:39:45 UTC

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

2021-05-13 17:39:46 UTC

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

2021-05-13 17:39:46 UTC

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

2021-05-13 17:39:46 UTC

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

2021-05-13 17:40:10 UTC

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

2021-05-13 17:40:10 UTC

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

2021-05-13 17:40:11 UTC

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

2021-05-13 17:40:11 UTC

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

2021-05-13 17:40:12 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-13T17:40:07Z

2021-05-13 17:40:12 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.revision=6446088bcfb218b6512c40aa8472367ed1cc4d95

2021-05-13 17:40:13 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git

2021-05-13 17:40:13 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher

Details
Created

2021-05-13 17:40:49 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-13T17:40:43Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6446088bcfb218b6512c40aa8472367ed1cc4d95
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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: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:0b0c3607f7da6f27af62a1e89c6f24ed11be969871f097cab3afe6b28e800bfd - 0.0% (879 Bytes)

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

[#011] sha256:2445c996360ce3c5feb5d2ba98bd1e9946c8e27b48892b6c3d5114bfa93ce782 - 13.5% (32.6 MB)

[#012] sha256:a5f8f0c75f0160f2dcd22c3f7cd16b0e2fe56f04e952fb9eb5e7ed7f23341885 - 0.0% (874 Bytes)

[#013] sha256:443bee09260841fcf4c8ad02484727ccae571c8ca86de2e4f01945680cf79eec - 0.0% (846 Bytes)

[#014] sha256:38c53668ca8dbbb394f902a4bff9ffddab216de4520fd0513eea5c512b33977a - 0.0% (853 Bytes)

[#015] sha256:1d32618fee68c41cccf992097ccd10f93ca6cab7c75489cc27e7bef36da503f3 - 0.0% (852 Bytes)

[#016] sha256:f65a32eda8089eabdbb3afb2af282785795e34243ecb57514236d0fe695bf688 - 0.0% (863 Bytes)

[#017] sha256:a8a74edc917fc7b03639034f8996e3577199a2086a11810e3602ddcac8c93eaf - 5.58% (13.5 MB)

[#018] sha256:10bf65291a219a8c0ef67440cb00a3d1437ced219a92f156c78b72aca418bd98 - 0.0% (853 Bytes)

[#019] sha256:a7eca0c0a78c4b99578aa1589d3a25c03fc9728c16630209b5855af25b67c6c0 - 0.0% (861 Bytes)

[#020] sha256:349e58d6fc0da9b978003178262095e81e60c623b5761301205b04c35571459e - 0.0% (857 Bytes)

[#021] sha256:c6af5c7663441a5ebf5f77cb204e7403a3258a153ff960c9b5a4668174ce907b - 0.0% (846 Bytes)

[#022] sha256:e2e325f281c7b87d847190f9f512192c5b1f7069ffd76b79cebe70a3693c6b1a - 0.0% (858 Bytes)


History
2020-12-02 14:58:01 UTC

Apply image 1903-amd64

2021-01-15 21:08:09 UTC

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

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-15 21:08:55 UTC

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

2021-01-15 21:08:56 UTC

cmd /S /C #(nop) USER ContainerUser

2021-01-15 21:09:18 UTC

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

2021-01-15 21:09:58 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 ; }"

2021-01-15 21:09:59 UTC

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

2021-01-15 21:10:00 UTC

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

2021-05-10 21:08:12 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-10 21:08:13 UTC

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

2021-05-13 17:40:24 UTC

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

2021-05-13 17:40:25 UTC

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

2021-05-13 17:40:25 UTC

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

2021-05-13 17:40:25 UTC

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

2021-05-13 17:40:45 UTC

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

2021-05-13 17:40:46 UTC

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

2021-05-13 17:40:47 UTC

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

2021-05-13 17:40:47 UTC

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

2021-05-13 17:40:48 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-13T17:40:43Z

2021-05-13 17:40:48 UTC

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

2021-05-13 17:40:48 UTC

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

2021-05-13 17:40:49 UTC

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

Details
Created

2021-05-13 17:36:05 UTC

Size

94.6 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-13T17:35:35Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6446088bcfb218b6512c40aa8472367ed1cc4d95
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-5556-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:673aeee5c81c892477834e2b5e55575f16bfd52d9b841a1d8c524fb3805ee960 - 23.9% (22.6 MB)

[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)

[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)

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

[#004] sha256:a13f4f073bd4f44037efb12b183f229f9deea5d08c70b60eae4fb938885455be - 28.98% (27.4 MB)

[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 2.05% (1.94 MB)

[#006] sha256:8baadf5817bcbc4aad41f4ddc8ccd2ce51a713a0ece8c3af7f6ebf7d34d93f4f - 1.2% (1.13 MB)

[#007] sha256:01110917ea3381397771b3cba96fc5154dee8d3a67294a28e451f532fddb2f86 - 26.05% (24.6 MB)

[#008] sha256:682dc671c4483170775f4bb4e0b4d34413194dd21d3524631852a46b7fee272e - 17.81% (16.8 MB)


History
2021-04-23 22:47:15 UTC

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

2021-04-23 22:47: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-04-23 22:47:21 UTC

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

2021-04-23 22:47:23 UTC

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

2021-04-23 22:47:24 UTC

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

2021-05-13 17:35:38 UTC

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

2021-05-13 17:35:38 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-05-13 17:35:39 UTC

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

2021-05-13 17:35:39 UTC

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

2021-05-13 17:35:57 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-05-13 17:35:58 UTC

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

2021-05-13 17:35:59 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-05-13 17:36:00 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-05-13 17:36:00 UTC

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

2021-05-13 17:36:02 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-05-13 17:36:02 UTC

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

2021-05-13 17:36:02 UTC

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

2021-05-13 17:36:03 UTC

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

2021-05-13 17:36:03 UTC

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

2021-05-13 17:36:03 UTC

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

2021-05-13 17:36:04 UTC

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

2021-05-13 17:36:04 UTC

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

2021-05-13 17:36:05 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-05-13T17:35:35Z

2021-05-13 17:36:05 UTC

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

2021-05-13 17:36:05 UTC

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

2021-05-13 17:36:05 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