Namespace
rancher
Image / Tag
rancher-agent:master-a6c12a64a6384faaddd70ffb4af744153399c148-head
Content Digest
sha256:47bfcdb8edae99064922b8315bac9a1e2ad42c4fba0b14920b308c689c99188c
Details
Created

2021-05-03 23:26:48 UTC

Size

195 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-03T23:25:17Z
  • org.opencontainers.image.revision
    a6c12a64a6384faaddd70ffb4af744153399c148
  • 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:master-a6c12a64a6384faaddd70ffb4af744153399c148-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.19.7

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 - 13.08% (25.5 MB)

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

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

[#003] sha256:0f95b7138409d7aa82269ff586229f7afb2e60ad8552a8fb41858b383f891b43 - 0.0% (123 Bytes)

[#004] sha256:e992ac87b4e8f7cdca9dfb1b04341141ce35dcd827e348e6e01c5c516e903e9a - 29.32% (57.1 MB)

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

[#006] sha256:43747c9346cea320500f63cd479c651e4ff49a74025d23a37b0e34d9de4d4380 - 13.65% (26.6 MB)

[#007] sha256:8979f13fcd02b76ef60ab24bea62102d1bcfb329242a8c064d80e4eeef12a085 - 34.08% (66.3 MB)

[#008] sha256:35dc0792340ced2a17909987e06165efd43d6a29ca004338cf6cca0f48100c65 - 0.0% (9.31 KB)

[#009] sha256:06643676e44a0a61c480ed52e5615c8f7fde9085740c8581bfbb652f4550eb26 - 8.73% (17 MB)

[#010] sha256:239ddf88c24544f32cdbf1063db00ec971aeb39e3be507f47a1b07fb24ece1a5 - 0.0% (170 Bytes)


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-03 23:25:43 UTC

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

2021-05-03 23:25:44 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-03 23:25:44 UTC

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

2021-05-03 23:25:45 UTC

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

2021-05-03 23:26:09 UTC

|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl ssh && 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-03 23:26:10 UTC

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

2021-05-03 23:26:11 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-03 23:26:11 UTC

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

2021-05-03 23:26:14 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-03 23:26:14 UTC

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

2021-05-03 23:26:14 UTC

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

2021-05-03 23:26:15 UTC

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

2021-05-03 23:26:15 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-a6c12a64a6384faaddd70ffb4af744153399c148-head

2021-05-03 23:26:15 UTC

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

2021-05-03 23:26:34 UTC

/bin/sh -c #(nop) COPY dir:6d270e6caad2260c765c615f649e91ab05ebd7c289df08dde704797d31c6e1fd in /var/lib/rancher-data

2021-05-03 23:26:45 UTC

/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/

2021-05-03 23:26:46 UTC

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

2021-05-03 23:26:46 UTC

/bin/sh -c #(nop) WORKDIR /var/lib/rancher

2021-05-03 23:26:47 UTC

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

2021-05-03 23:26:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-03T23:25:17Z

2021-05-03 23:26:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a6c12a64a6384faaddd70ffb4af744153399c148

2021-05-03 23:26:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git

2021-05-03 23:26:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher

Details
Created

2021-05-03 23:08:32 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-03T23:08:29Z
  • org.opencontainers.image.revision
    a6c12a64a6384faaddd70ffb4af744153399c148
  • 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:master-a6c12a64a6384faaddd70ffb4af744153399c148-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.14% (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.25% (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:fda2371dad90b1f03bc6e10703a4c17394bd4596cd293cb7303f8e4bedecde68 - 0.0% (855 Bytes)

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

[#011] sha256:d20c7526636fec6ff11521cde3939ad812fa10119ef7d71bf286030fc154a11b - 13.47% (32.4 MB)

[#012] sha256:ea07c3bd27ae2f0535da5801d74acf6eeaeedca84bb7db928f8abe082d5f1e95 - 0.0% (823 Bytes)

[#013] sha256:04cb1f6125ffbe1d4306fab8cd0e656891a35db1966765973b5c99c3febe315d - 0.0% (825 Bytes)

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

[#015] sha256:5fdc298b390d992eaee08f0fd431a1929b8ea3a10461762935571b6fd406a326 - 0.0% (854 Bytes)

[#016] sha256:4fcd54fa0cf8ffb6e8812583d66ee462d22d89ffcb3a0f2a3d398a16fce7fb62 - 0.0% (849 Bytes)

[#017] sha256:f5db98d64d5f4e5a3a919cb5e159faee8e0ddceddde44259a16be851062f1dd9 - 6.01% (14.5 MB)

[#018] sha256:24108db8276d9fb334f3e1a86ccb5edb6d2c6e8f67a31d7bdf191dcff3f8d951 - 0.0% (827 Bytes)

[#019] sha256:3b7bfef1111616a1a2f837f91c59cbee214d5eda6cf43f9c928747794f75490e - 0.0% (828 Bytes)

[#020] sha256:e6eaba32e39e7afa5a3709c6694b6485cd2bd5327c035269a227a0620b8bceb6 - 0.0% (829 Bytes)

[#021] sha256:48ae8ae9270c5e06a98352ed744c637fa1351328aaaddcabf3f87d7abac8f491 - 0.0% (856 Bytes)

[#022] sha256:3a7b1846ac1a30cc8b5d6c99ad6528b1d83e2842046205f3e3bd49420235aac5 - 0.0% (852 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-03 17:11:56 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-03 17:11:57 UTC

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

2021-05-03 17:11:59 UTC

cmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\

2021-05-03 17:12:00 UTC

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

2021-05-03 17:12:01 UTC

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

2021-05-03 17:12:01 UTC

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

2021-05-03 22:48:14 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-a6c12a64a6384faaddd70ffb4af744153399c148-head

2021-05-03 22:48:14 UTC

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

2021-05-03 22:48:15 UTC

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

2021-05-03 22:48:16 UTC

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

2021-05-03 23:08:31 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-03T23:08:29Z

2021-05-03 23:08:31 UTC

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

2021-05-03 23:08:32 UTC

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

2021-05-03 23:08:32 UTC

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

Details
Created

2021-05-03 23:08:48 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-03T23:08:45Z
  • org.opencontainers.image.revision
    a6c12a64a6384faaddd70ffb4af744153399c148
  • 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:master-a6c12a64a6384faaddd70ffb4af744153399c148-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.31% (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.14% (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:2ff255eb2affd08744b1a7142fc51de182bf79d6cdaf1942313c92a805d8d66e - 0.0% (1.1 KB)

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

[#011] sha256:7d1f4fcab43baad0305d8b2287cc1325fb6d31729d0b5c961b831f5313c1d45b - 13.43% (32.4 MB)

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

[#013] sha256:0fbc1c0385ebd536099e34ce5a5f30fdeac9956cb397f8698e1ee793626aa689 - 0.0% (1.08 KB)

[#014] sha256:68755b4fa76b51413cb1b5376d53d2bedecec2c6501dea32e84390e9222dec87 - 0.0% (1.05 KB)

[#015] sha256:cb606a0320902029b1b20f4110241a5b9254f649450dbfa355d7251666b7bc61 - 0.0% (1.01 KB)

[#016] sha256:79add1df818edd636a70ef9bc397d1face24860667bbb5af2e5e0fffd701c5a3 - 0.0% (1.07 KB)

[#017] sha256:816c2bd0374285db9576cc2e134b5cee06efb91595201a443f38d40c21b00a65 - 5.99% (14.5 MB)

[#018] sha256:0120c15cd0713efbb06e3c12cd5288178e2c12fbdc9edc63ea33b01b81e34f58 - 0.0% (1 KB)

[#019] sha256:f937375c3e429937199fbbaa45951b2b8bf183933dbbf10d2a5eed6658dc4b72 - 0.0% (1 KB)

[#020] sha256:c867500d60d15c758b3ee1bde1c3675d737e037ffbf1b685df1f90052902f93c - 0.0% (1.03 KB)

[#021] sha256:2dc0078777527bb29aba0f5e3341b2b9111a65a7c8c15de6bab81825ef352585 - 0.0% (1 KB)

[#022] sha256:d06378f24e60d49498b2ffab2ab62b36f1f6505b04ebe42bdad86bcbde61405b - 0.0% (1.03 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-03 17:16:36 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-03 17:16:37 UTC

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

2021-05-03 17:16:39 UTC

cmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\

2021-05-03 17:16:40 UTC

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

2021-05-03 17:16:40 UTC

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

2021-05-03 17:16:40 UTC

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

2021-05-03 22:48:57 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-a6c12a64a6384faaddd70ffb4af744153399c148-head

2021-05-03 22:48:57 UTC

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

2021-05-03 22:48:58 UTC

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

2021-05-03 22:48:58 UTC

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

2021-05-03 23:08:47 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-03T23:08:45Z

2021-05-03 23:08:48 UTC

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

2021-05-03 23:08:48 UTC

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

2021-05-03 23:08:48 UTC

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

Details
Created

2021-05-03 23:08:47 UTC

Size

242 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-03T23:08:44Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    a6c12a64a6384faaddd70ffb4af744153399c148
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-a6c12a64a6384faaddd70ffb4af744153399c148-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.49% (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.04% (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:34e588e15963ddbea9405657ae6440ca1159476039f4e311380601c59a34d386 - 0.0% (881 Bytes)

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

[#011] sha256:409d844d1c6b9e3b01dba39ec64afd15f1a154bb815d312b918849aa8d62f9d5 - 13.39% (32.4 MB)

[#012] sha256:6465c8be571c340f866388abf1c198f7dcc5c58724d3236d1e937dddd0b42509 - 0.0% (851 Bytes)

[#013] sha256:6ecc67a9f67f0597c0da2b349207cc3a332dfd6f770b9a0b69866f71ea363d1c - 0.0% (881 Bytes)

[#014] sha256:942ad57b8ad59f8f8aee0727a9250ddb67fa60df53ae2cb006af0e5db86534d7 - 0.0% (847 Bytes)

[#015] sha256:fe7ec29e57de971ae578ef76750146eaa7199b4eebeb11047ce7ac63c334e287 - 0.0% (846 Bytes)

[#016] sha256:151cacb5ad06571f8ffefc45011799ba694beeafdc34a85e5bdceb83f42f9e99 - 0.0% (824 Bytes)

[#017] sha256:942a5a450dc7fb4af0b1124398948a382fcd149e649052fdc234d93cee174e91 - 5.97% (14.5 MB)

[#018] sha256:3bf9c9de31ecfecd38455b35a7f1f10c1d9fb32848392985c5d4a6f56c174c90 - 0.0% (826 Bytes)

[#019] sha256:807e385a436c592ce9c0f36d597f32647c1151de55061171193f1bb521b6d701 - 0.0% (802 Bytes)

[#020] sha256:ff686a8ffa20073261845ce665d5727c751d505ead0e158a41fa6d0685c3b16a - 0.0% (864 Bytes)

[#021] sha256:01958ae1e69d11f3966ddc46ce051f86a1153aebd5838ad30aaab8c1db03fa4b - 0.0% (824 Bytes)

[#022] sha256:d61a258a074af448c41639973d0a4ee8cc88abd5f830ea22379bc3b81b790a06 - 0.0% (826 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-03 17:07:39 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-03 17:07:40 UTC

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

2021-05-03 17:07:42 UTC

cmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\

2021-05-03 17:07:43 UTC

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

2021-05-03 17:07:43 UTC

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

2021-05-03 17:07:44 UTC

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

2021-05-03 22:48:33 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-a6c12a64a6384faaddd70ffb4af744153399c148-head

2021-05-03 22:48:34 UTC

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

2021-05-03 22:48:34 UTC

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

2021-05-03 22:48:35 UTC

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

2021-05-03 23:08:46 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-03T23:08:44Z

2021-05-03 23:08:46 UTC

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

2021-05-03 23:08:47 UTC

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

2021-05-03 23:08:47 UTC

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

Details
Created

2021-05-03 23:08:42 UTC

Size

244 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-03T23:08:39Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    a6c12a64a6384faaddd70ffb4af744153399c148
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-a6c12a64a6384faaddd70ffb4af744153399c148-head

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-2004

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:d151a73b598346073ea523548e54435aef6702c88cfc7c0ef6d67dfbe32cfe9a - 40.91% (99.8 MB)

[#001] sha256:f8e65b7f61bf1f0937a170fab932e066937f809c0a117ccbfe317b13578131e0 - 0.0% (1.05 KB)

[#002] sha256:0d73c188e9c6324e14ec6bbee1384afc83576961105f97e08801ebe9f708a856 - 0.0% (1.1 KB)

[#003] sha256:d99286468bd080ec4c72068a4df5f752d448a7af11d85f759834808edb4592bd - 0.03% (67.9 KB)

[#004] sha256:2f87c319533c6883f409b13691aa3ca4fd4c995bcfe52cc192523389e51d87ce - 0.0% (1.02 KB)

[#005] sha256:c8944569b995ebf8947d59d992abbbd8ba643df745d1597b5102458f81a4912e - 39.74% (96.9 MB)

[#006] sha256:4228458c1145d613d29840e1ac26ffa4fcd4ac8ae1ba369b2e766ecf13903782 - 0.04% (110 KB)

[#007] sha256:a7b89b0ee3b42fbfb4bc3da432d89614c2bc8d745e8c9d11df3fa16a058c8771 - 0.0% (1 KB)

[#008] sha256:ecd2099f90b7f4eca08e5b76712ed8a900ac037d20c8e1b527fd4bb8722bdc7e - 0.0% (1.02 KB)

[#009] sha256:2230844203f847b1a749a732444cb75a7619aece9ae92e47b4ca1c8efd6b6cfe - 0.0% (1.04 KB)

[#010] sha256:b5538a187c796954cf490aec3f8863e68e9482ac3a6f200685cacdbb26f66d89 - 0.04% (102 KB)

[#011] sha256:5dac0b169ebd07299418556d021b33e96ba21e00609cba8db9ef9eb57718fe52 - 13.3% (32.4 MB)

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

[#013] sha256:224e3f556e7d09b43211273661867ecd8dcdea670a17a9962d4676300ab27700 - 0.0% (1.02 KB)

[#014] sha256:fd301d768a3b73bff5302ef24a23f79bbd5b66eb6d98561552a99470d330bc55 - 0.0% (1.01 KB)

[#015] sha256:fbfc3ca60e4231cd3b71d44615a03d30baafd94de94296ffe70754775422ca84 - 0.0% (1.06 KB)

[#016] sha256:8ee452528021f29313cefa178ab49280e0c56d96650ccf21f2c784d07c2019f5 - 0.0% (1.04 KB)

[#017] sha256:aabc50c777608da4a771208ccf2c6bd8bb34d9babbaa2aa735ec0bcd6fb55375 - 5.93% (14.5 MB)

[#018] sha256:8a09ede546d25ba53f6fb622d737042b4840ac075346ac1338ed1003744e2c3e - 0.0% (1.02 KB)

[#019] sha256:126c55e0c6f7a60d438cd91b02ab72877e325481df3e07586f15dd5fb7f5d585 - 0.0% (1.01 KB)

[#020] sha256:f92171fa9c9f3582b93c6648c277789c70246efafc5ff105f39e7eb321bbcd98 - 0.0% (1.05 KB)

[#021] sha256:9ce29cdad4a1ed6d6d784ed76c47596652375e96b8560e6851a23f32059661d0 - 0.0% (1.01 KB)

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


History
2021-04-09 09:40:55 UTC

Apply image 2004-amd64

2021-04-14 01:31:57 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-2004

2021-04-14 01:31:58 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-04-14 01:32:22 UTC

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

2021-04-14 01:32:23 UTC

cmd /S /C #(nop) USER ContainerUser

2021-04-14 01:32:44 UTC

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

2021-04-14 01:33:21 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:22 UTC

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

2021-04-14 01:33:22 UTC

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

2021-05-03 17:13:14 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-03 17:13:15 UTC

cmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\

2021-05-03 17:13:17 UTC

cmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\

2021-05-03 17:13:18 UTC

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

2021-05-03 17:13:18 UTC

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

2021-05-03 17:13:19 UTC

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

2021-05-03 22:48:29 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-a6c12a64a6384faaddd70ffb4af744153399c148-head

2021-05-03 22:48:29 UTC

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

2021-05-03 22:48:30 UTC

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

2021-05-03 22:48:30 UTC

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

2021-05-03 23:08:41 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-03T23:08:39Z

2021-05-03 23:08:42 UTC

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

2021-05-03 23:08:42 UTC

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

2021-05-03 23:08:42 UTC

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

Details
Created

2021-05-03 23:08:48 UTC

Size

2.44 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-03T23:08:45Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    a6c12a64a6384faaddd70ffb4af744153399c148
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-a6c12a64a6384faaddd70ffb4af744153399c148-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.38% (1.4 GB)

[#001] sha256:ad702b8ea1d861f6708801dfed7808856abc2c94d52e7805e2eee95f03a9281d - 38.06% (952 MB)

[#002] sha256:5d562dd4a630dd408e6dc1458adc5bc28baeb607a6b4b75c3b0b8b1e59acb71c - 0.0% (1.27 KB)

[#003] sha256:b390418a267bb73e11232d29a4084d60994d18b3e732f99026e1fae33e466dd5 - 0.0% (1.26 KB)

[#004] sha256:7b5914ab3d8d607606c54ef2ab6d0b2fad444a44e6b3b1bb558a32dde5114bca - 0.62% (15.5 MB)

[#005] sha256:3f86709cff55f066f5cebd004a65070efcd1587f7b509c7e24143de4c88eecb5 - 0.21% (5.28 MB)

[#006] sha256:8e6a020e7397bf34fa7fafa10a7087257000fce048283628eb4beab6b2c4b435 - 0.31% (7.85 MB)

[#007] sha256:9865c4c23fdece502b1f3b72957ed743506d150f1b6074e9b02b895a1c1fd255 - 1.49% (37.2 MB)

[#008] sha256:18071d74e6ef8bc6cc4bd9e01b480311644d1cb228552f66c017eb45fb18385f - 0.21% (5.34 MB)

[#009] sha256:5621fe3fae5298acb34ed8962c9de1cefb9f6d5f27f2c18cec6c6c44fc7d6b0d - 0.62% (15.6 MB)

[#010] sha256:3b2f4c2cfb9c3c39157208bf3e9ceb8468935b3e54dac4713aa3eec167462974 - 0.51% (12.8 MB)

[#011] sha256:e4151aaea6e7c38db1b8d8d7521c1617d651fbff89adfa04d786f0c1308a9a08 - 0.0% (1.27 KB)

[#012] sha256:f27494da7b5c90c291d7d1167c00554208fab0feffd458d052eeaa94ec763cb4 - 0.0% (1.35 KB)

[#013] sha256:f2ebbad03a40060d2a98520997c36c820465d220347b3060d150390cc2c637c1 - 0.0% (1.27 KB)

[#014] sha256:4bd74b0d8259c1cda638752ae2100bf6332fbda8b8f5ca34db7dea30bdc0be14 - 0.0% (1.32 KB)

[#015] sha256:948e0474e3c9fd61675006dc8132fe26551ca097156c427d0c7ddb0d1da68e88 - 0.0% (1.27 KB)

[#016] sha256:c0bedfd6a6774f15c091d479cc351895a86da75737c5ad2e68978a8c869e7d97 - 0.58% (14.5 MB)

[#017] sha256:c659c13cc9c6f3d0652fbe38ac5572e100134852546c8374dc8365a9869b6e76 - 0.0% (1.29 KB)

[#018] sha256:371ff937b2f2b23f8329ba4c101f124c42d40920f9848d77f4d931384e5394ee - 0.0% (1.27 KB)

[#019] sha256:1336d2196080da14ce73cf40c820767d05f4be1caa16b409b005100ccf01b1a2 - 0.0% (1.27 KB)

[#020] sha256:5d09c36c625966e9977ca53d61ebdc81981a3bc93a012fb818d73b10092b1ce6 - 0.0% (1.26 KB)

[#021] sha256:e60d64b854f2e51ff88321959958cf4ba07c8b5cbc968c7c60139f4643767008 - 0.0% (1.26 KB)


History
2020-09-10 20:40:05 UTC

Apply image 20H2-RTM-amd64

2021-04-09 10:01:30 UTC

Install update 20H2-amd64

2021-05-03 17:12:02 UTC

cmd /S /C #(nop) ARG ARCH=amd64

2021-05-03 17:12:02 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2021-05-03 17:12:14 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/StefanScherer/docker-cli-builder/releases/download/18.09.6/docker.exe'; Write-Host ('Downloading Docker from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\docker.exe -Uri $URL; Write-Host 'Complete.'

2021-05-03 17:12:24 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.0/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'

2021-05-03 17:12:52 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }

2021-05-03 17:13:05 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'

2021-05-03 17:13:15 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/

2021-05-03 17:13:25 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/

2021-05-03 17:13:35 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/

2021-05-03 17:13:35 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev

2021-05-03 17:13:36 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true

2021-05-03 17:13:36 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24

2021-05-03 22:48:40 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-a6c12a64a6384faaddd70ffb4af744153399c148-head

2021-05-03 22:48:41 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2021-05-03 22:48:42 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:f3cfbc7a8fc32a9e3cef6c620aa6423d4ca3a0621b7d73a08633a2df49e43c78 in \etc\rancher\

2021-05-03 22:48:42 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2021-05-03 23:08:47 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-03T23:08:45Z

2021-05-03 23:08:47 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0

2021-05-03 23:08:48 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=a6c12a64a6384faaddd70ffb4af744153399c148

2021-05-03 23:08:48 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2021-05-03 23:18:12 UTC

Size

183 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-03T23:17:05Z
  • org.opencontainers.image.revision
    a6c12a64a6384faaddd70ffb4af744153399c148
  • 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:master-a6c12a64a6384faaddd70ffb4af744153399c148-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.19.7

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 - 12.34% (22.6 MB)

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

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

[#003] sha256:fbdff448009c6b35b094213e1ed9cfae6355975c48a539f98d1d021bf6f4755d - 0.0% (122 Bytes)

[#004] sha256:ebfe92760fe7633b1b159bbbad956f7541cdde3712a409ca642c3e263a0ec854 - 28.6% (52.4 MB)

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

[#006] sha256:9841d4d1aece2e58f2f133fae024d5fe758866ba0ad25f139c97fa884f9eab92 - 13.45% (24.6 MB)

[#007] sha256:285a8a0cb921e242f6d946520f37d92182c816fa4bd176d6f75a0e0ebf0c5b72 - 36.21% (66.3 MB)

[#008] sha256:d3f4751eb2f319e5953118a2969a2e9cc030a9144297c2a1cbc4ef73c231c0bf - 0.0% (8.89 KB)

[#009] sha256:3fda647c492e772d3119ffbe6beb46d6cf7e8dc9149fcaea060a6b30e151e9f3 - 8.34% (15.3 MB)

[#010] sha256:9023c7f349ff2318656acf6bf952557ff71eadafd29bd36c7705d97a15f78cd8 - 0.0% (170 Bytes)


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-03 23:17:26 UTC

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

2021-05-03 23:17:26 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-03 23:17:27 UTC

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

2021-05-03 23:17:27 UTC

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

2021-05-03 23:17:49 UTC

|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl ssh && 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-03 23:17:50 UTC

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

2021-05-03 23:17:51 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-03 23:17:51 UTC

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

2021-05-03 23:17:52 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-03 23:17:53 UTC

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

2021-05-03 23:17:53 UTC

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

2021-05-03 23:17:53 UTC

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

2021-05-03 23:17:53 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-a6c12a64a6384faaddd70ffb4af744153399c148-head

2021-05-03 23:17:53 UTC

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

2021-05-03 23:18:06 UTC

/bin/sh -c #(nop) COPY dir:57306a04e2328763fcf2df6d8d9ea11d6dc3f791716df656c21d8b439f1d5285 in /var/lib/rancher-data

2021-05-03 23:18:10 UTC

/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/

2021-05-03 23:18:11 UTC

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

2021-05-03 23:18:11 UTC

/bin/sh -c #(nop) WORKDIR /var/lib/rancher

2021-05-03 23:18:11 UTC

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

2021-05-03 23:18:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-03T23:17:05Z

2021-05-03 23:18:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a6c12a64a6384faaddd70ffb4af744153399c148

2021-05-03 23:18:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git

2021-05-03 23:18:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher

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