Namespace
rancher
Image / Tag
rancher-agent:v2.4-5316-head
Content Digest
sha256:559f8fec6ddc313d55b499be19d99c2443915e342389f4561ef7fc01ae28e156
Details
Created

2021-04-19 18:26:55 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-04-19T18:26:24Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    814148eeafac08f3e20b67d39975c91390014fc6
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-5316-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:6e0aa5e7af40303f56126b1469d1f37525b3a55a788836a6c9b773f6ce8bc446 - 24.47% (25.5 MB)

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

[#002] sha256:49cbb10cca8504e3dbd65eb5db3c1dd0cd27070154386f819c5936de321c14b1 - 0.0% (189 Bytes)

[#003] sha256:5706bafc5d5d6b3d5c11057d6ba974984643f40ff9d052b6edbe45125734995f - 0.0% (123 Bytes)

[#004] sha256:1e400ea5bbedc999b344b7b3bae9d904277f8bf664be873d5e204f9a65587189 - 29.08% (30.3 MB)

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

[#006] sha256:4d32aa137cca9828bb7b36a8dbb8cfaed4009da13cde3d33a99223efb86acd18 - 1.17% (1.22 MB)

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

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


History
2021-03-25 22:32:58 UTC

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

2021-03-25 22:32:59 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-03-25 22:33:00 UTC

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

2021-03-25 22:33:01 UTC

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

2021-03-25 22:33:02 UTC

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

2021-04-19 18:26:27 UTC

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

2021-04-19 18:26:27 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-04-19 18:26:28 UTC

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

2021-04-19 18:26:28 UTC

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

2021-04-19 18:26:47 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-04-19 18:26:48 UTC

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

2021-04-19 18:26:49 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-04-19 18:26:50 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-04-19 18:26:50 UTC

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

2021-04-19 18:26:52 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-04-19 18:26:52 UTC

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

2021-04-19 18:26:53 UTC

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

2021-04-19 18:26:53 UTC

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

2021-04-19 18:26:53 UTC

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

2021-04-19 18:26:53 UTC

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

2021-04-19 18:26:54 UTC

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

2021-04-19 18:26:55 UTC

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

2021-04-19 18:26:55 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-04-19T18:26:24Z

2021-04-19 18:26:55 UTC

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

2021-04-19 18:26:55 UTC

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

2021-04-19 18:26:55 UTC

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

Details
Created

2021-04-19 18:21:56 UTC

Size

240 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-04-19T18:21:51Z
  • org.opencontainers.image.revision
    814148eeafac08f3e20b67d39975c91390014fc6
  • 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-5316-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:c66b962b11ed9669884a93dc56c73d21eae1c51b31e853aa83b7ec2e586da915 - 0.0% (885 Bytes)

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

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

[#012] sha256:e4cbb7129814332ab400dbf6015b7cb40fee4f8d5bf9c6fd729694b64ae2c6a0 - 0.0% (830 Bytes)

[#013] sha256:5f65ee2aa9ed3bbd49c49705ee22e7ad3aba85a353b5954f4655d331d006335d - 0.0% (829 Bytes)

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

[#015] sha256:633017d0923bdd95c56d6a09c2d369e903b0d527f3dd5c3ca0525c1ca8dbe8d5 - 0.0% (827 Bytes)

[#016] sha256:7b304e77976da9e1eb25b1c98ceb6fca44a06d122973410e9d6d71c13cd5c882 - 0.0% (823 Bytes)

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

[#018] sha256:9121acf193c73eca7d6712db2847814be08a2500ee6bb71d17e0c8de703228a5 - 0.0% (827 Bytes)

[#019] sha256:503bebefa5d683c869bad251b1cbb9fe481e9bccf811fadab1aabecb4ef93c39 - 0.0% (821 Bytes)

[#020] sha256:63c7b469cd296328f231dd88fd4e1602fb565b5e1118a86204c18d212b9b2fb3 - 0.0% (856 Bytes)

[#021] sha256:535888ccd76f2b79de532a70d19f7626f09efe3d362d93b3887af864c29787e9 - 0.0% (856 Bytes)

[#022] sha256:78b133eb1daa91586873aaedd048ff795fdbef8a2a18528742e67e76d926490a - 0.0% (854 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-04-19 15:58:03 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-04-19 15:58:04 UTC

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

2021-04-19 16:58:59 UTC

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

2021-04-19 16:59:00 UTC

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

2021-04-19 16:59:00 UTC

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

2021-04-19 16:59:00 UTC

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

2021-04-19 18:21:52 UTC

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

2021-04-19 18:21:53 UTC

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

2021-04-19 18:21:54 UTC

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

2021-04-19 18:21:54 UTC

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

2021-04-19 18:21:55 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-19T18:21:51Z

2021-04-19 18:21:55 UTC

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

2021-04-19 18:21:56 UTC

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

2021-04-19 18:21:56 UTC

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

Details
Created

2021-04-19 18:22:02 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-04-19T18:21:56Z
  • org.opencontainers.image.revision
    814148eeafac08f3e20b67d39975c91390014fc6
  • 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-5316-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:1732a168aa5da8b62354a489039fa51625ff8fcb97d6695984d1d70056b365ce - 0.0% (1.06 KB)

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

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

[#012] sha256:a1b6ede0748dc2d037ef3fe40037bf81b4efa93650368b0204ae6c39310289c6 - 0.0% (1 KB)

[#013] sha256:7fc0a3f86286ff620edf33b8017f69d8a2a7c1c8d28614203e66d9d827e95f8b - 0.0% (1.08 KB)

[#014] sha256:9431658905881cd966fa25fd33c8e7fff7c876bd7c496680d3b34b080f520dd5 - 0.0% (1 KB)

[#015] sha256:badba575bb7b7fde5e2ecf1430998ab6601fbee80004c00b40cb64715a2598d4 - 0.0% (1.03 KB)

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

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

[#018] sha256:a2a3e45471c9c53954db6a5a991a3b61b47155245bd45f2f8f40df091b4523a7 - 0.0% (1.04 KB)

[#019] sha256:e0bdc58e72759534f0b840f86b5825892deb1c042ec482d7883746228791e789 - 0.0% (1.04 KB)

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

[#021] sha256:133949ca38b684fb1299cca532d3988908811a5a85286513c7afc1f0c9b3296b - 0.0% (1.03 KB)

[#022] sha256:dc111f985602dd600863f9e483bc870aba95a5a7312316f41d7028c3f1e8fd18 - 0.0% (1.04 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-04-19 15:58:47 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-04-19 15:58:47 UTC

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

2021-04-19 16:59:15 UTC

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

2021-04-19 16:59:16 UTC

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

2021-04-19 16:59:16 UTC

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

2021-04-19 16:59:17 UTC

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

2021-04-19 18:21:58 UTC

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

2021-04-19 18:21:59 UTC

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

2021-04-19 18:21:59 UTC

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

2021-04-19 18:22:00 UTC

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

2021-04-19 18:22:00 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-19T18:21:56Z

2021-04-19 18:22:01 UTC

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

2021-04-19 18:22:01 UTC

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

2021-04-19 18:22:02 UTC

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

Details
Created

2021-04-19 18:22:12 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-04-19T18:22:07Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    814148eeafac08f3e20b67d39975c91390014fc6
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-5316-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:c8b5da451d4a524e81d69d875b00c992e3e759bd62c838fa0c6fb06db5273002 - 0.0% (861 Bytes)

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

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

[#012] sha256:88c14d579b2729ec877ca49e1ca6bf5e40bc3b7bfe655f53fbe55f1e2881a67b - 0.0% (851 Bytes)

[#013] sha256:f9c2c3c7245ab6c35d94031011083d49c4ea0e650f3752097a09511e0575487d - 0.0% (824 Bytes)

[#014] sha256:ad14e852839c55b668659a4b141470fdd2401260e3c927edfc9f2db667b6d1fa - 0.0% (849 Bytes)

[#015] sha256:388a1d04d01ea96b09f8cbb9c4f69ee06ee63db65c3b5f4fc551d2f048d659a6 - 0.0% (826 Bytes)

[#016] sha256:56308fbcf77f5f2484c8541f3915a3de31ea2d95b88c4918b41ba2fbd766701a - 0.0% (826 Bytes)

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

[#018] sha256:fce0c016f0166346804e6730a8a58bdbe16e6ffaa6bce5b29d7ebfdd53ee8c7b - 0.0% (821 Bytes)

[#019] sha256:0fad9799fc6b90942f590d59b64af38fa181b85a033d14c05037c29e6d698b60 - 0.0% (822 Bytes)

[#020] sha256:34a3aff61921f6584b34c43ef343670d31b6dbab4faabfd316a8aeb0263e1157 - 0.0% (859 Bytes)

[#021] sha256:cb56617cebece20695249a670b2a1b4b5d9c6569709fb47aa13d6f57e9df26bd - 0.0% (852 Bytes)

[#022] sha256:b9cc056d3dbf765d89e5513e145edbf0e21daa95418569a3bcbe9c509b8d0fad - 0.0% (827 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-04-19 15:54:08 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-04-19 15:54:09 UTC

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

2021-04-19 16:59:00 UTC

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

2021-04-19 16:59:01 UTC

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

2021-04-19 16:59:02 UTC

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

2021-04-19 16:59:02 UTC

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

2021-04-19 18:22:09 UTC

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

2021-04-19 18:22:10 UTC

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

2021-04-19 18:22:10 UTC

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

2021-04-19 18:22:11 UTC

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

2021-04-19 18:22:11 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-19T18:22:07Z

2021-04-19 18:22:12 UTC

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

2021-04-19 18:22:12 UTC

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

2021-04-19 18:22:12 UTC

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

Details
Created

2021-04-19 18:27:29 UTC

Size

94.6 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-04-19T18:27:00Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    814148eeafac08f3e20b67d39975c91390014fc6
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-5316-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:af9ca2923c1e73640f6df497fc7fc63e3c2e24892f1d6abbd4225542339b6e06 - 23.92% (22.6 MB)

[#001] sha256:9a2babfbd9d095d8a0dc7cfbaa658447a483120087d4ea77cae9ee9a78e370c2 - 0.0% (849 Bytes)

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

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

[#004] sha256:eb0dca0447beed222b2b29ac585eeeab09049cafc1df0d1631976e21ba07b4c5 - 28.97% (27.4 MB)

[#005] sha256:982ec94d9e8cc1d85b7d36d76310fd94980377417c12b3119705bf1f794128c7 - 2.05% (1.94 MB)

[#006] sha256:563afa34d3163559a5ecb088d1382c012c8b6559cbd8fc4adf4f57b31c7453d0 - 1.2% (1.13 MB)

[#007] sha256:c9855b30937a8c9374dee7e6a0d88aabd18988b6748ae53efb59860910270241 - 26.04% (24.6 MB)

[#008] sha256:45b0f9a190718b3b1838a53218ac6e729d21e6530a2c140f1902ded25f4eccb4 - 17.81% (16.8 MB)


History
2021-03-25 23:21:42 UTC

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

2021-03-25 23:21:47 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-03-25 23:21:57 UTC

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

2021-03-25 23:22:01 UTC

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

2021-03-25 23:22:07 UTC

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

2021-04-19 18:27:03 UTC

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

2021-04-19 18:27:03 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-04-19 18:27:04 UTC

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

2021-04-19 18:27:04 UTC

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

2021-04-19 18:27:22 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-04-19 18:27:22 UTC

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

2021-04-19 18:27:23 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-04-19 18:27:24 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-04-19 18:27:25 UTC

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

2021-04-19 18:27:26 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-04-19 18:27:27 UTC

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

2021-04-19 18:27:27 UTC

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

2021-04-19 18:27:27 UTC

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

2021-04-19 18:27:27 UTC

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

2021-04-19 18:27:27 UTC

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

2021-04-19 18:27:28 UTC

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

2021-04-19 18:27:29 UTC

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

2021-04-19 18:27:29 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-04-19T18:27:00Z

2021-04-19 18:27:29 UTC

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

2021-04-19 18:27:29 UTC

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

2021-04-19 18:27:29 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