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

2021-04-19 20:02:13 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-04-19T20:01:41Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    7ba9d7eba54b04aeadaf243a87375d3e17aa819d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-5318-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:5d1ac71e1a649a9f3ba56c9751ed4b2cbfd62c3a233d7762c203410733cfa33e - 0.0% (124 Bytes)

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

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

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

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

[#008] sha256:4b6b5e11a4df3c88ffd45d0a4c88d3f890d8153b5e9f12efa39dfeb6d2a0fce1 - 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 20:01:44 UTC

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

2021-04-19 20:01: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-04-19 20:01:46 UTC

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

2021-04-19 20:01:46 UTC

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

2021-04-19 20:02:05 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 20:02:05 UTC

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

2021-04-19 20:02: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-04-19 20:02: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-04-19 20:02:08 UTC

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

2021-04-19 20:02:10 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 20:02:10 UTC

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

2021-04-19 20:02:10 UTC

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

2021-04-19 20:02:10 UTC

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

2021-04-19 20:02:11 UTC

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

2021-04-19 20:02:11 UTC

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

2021-04-19 20:02:12 UTC

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

2021-04-19 20:02:12 UTC

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

2021-04-19 20:02:12 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-04-19T20:01:41Z

2021-04-19 20:02:12 UTC

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

2021-04-19 20:02:13 UTC

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

2021-04-19 20:02:13 UTC

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

Details
Created

2021-04-19 19:56:36 UTC

Size

240 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-04-19T19:56:31Z
  • org.opencontainers.image.revision
    7ba9d7eba54b04aeadaf243a87375d3e17aa819d
  • 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-5318-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:1c5ebdcc232d0b2cdba7f5ce14bba2466a86c5558ca8efb7d714de56ca7b8ba8 - 0.0% (827 Bytes)

[#016] sha256:8c80b3a6f35bc4793a531733edd932073b473703f595467e7c7fc291393f0c79 - 0.0% (824 Bytes)

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

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

[#019] sha256:d35e2219ca490fe9f1f4f4ec95fb22e0778e100d05088b0f69e87c35046f097b - 0.0% (852 Bytes)

[#020] sha256:65f5f31678998c3f25d1328bc673865a92a95fe084b3d372118eaaded503631c - 0.0% (824 Bytes)

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

[#022] sha256:b58a8b686b0538b364772565c46b669e35a25f23dec9dfe86190cd2cc6e20be6 - 0.0% (872 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 19:56:32 UTC

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

2021-04-19 19:56:33 UTC

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

2021-04-19 19:56:34 UTC

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

2021-04-19 19:56:34 UTC

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

2021-04-19 19:56:35 UTC

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

2021-04-19 19:56:35 UTC

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

2021-04-19 19:56:36 UTC

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

2021-04-19 19:56:36 UTC

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

Details
Created

2021-04-19 19:57:36 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-04-19T19:57:31Z
  • org.opencontainers.image.revision
    7ba9d7eba54b04aeadaf243a87375d3e17aa819d
  • 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-5318-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:ba916843e9795baea3297b9756ea897e7bf913d0abb60b514d54a780ef9ef6e1 - 0.0% (1.03 KB)

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

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

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

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

[#020] sha256:817dbc900000925ec165257544bf114dbcf355d0a470e261f724ffb7754e2b47 - 0.0% (1 KB)

[#021] sha256:9ae4f5ca8904cf1aa689c8738f9460d8659d65adece439785ded333c398e46aa - 0.0% (1 KB)

[#022] sha256:84d5245c8b71a01df65326d814fef742cfbc205c88e921e665a709fde04e35d7 - 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-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 19:57:33 UTC

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

2021-04-19 19:57:33 UTC

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

2021-04-19 19:57:34 UTC

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

2021-04-19 19:57:34 UTC

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

2021-04-19 19:57:35 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-19T19:57:31Z

2021-04-19 19:57:35 UTC

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

2021-04-19 19:57:36 UTC

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

2021-04-19 19:57:36 UTC

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

Details
Created

2021-04-19 19:56:43 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-04-19T19:56:38Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    7ba9d7eba54b04aeadaf243a87375d3e17aa819d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-5318-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:b0821dce05d92bc5bdc538a016f25c3736f716a41dc0fd221f63e11d9729f5f0 - 0.0% (823 Bytes)

[#016] sha256:94a74e536754d5778eb0df4ab1b030717c56c4dc222d6df53449c628ad42c401 - 0.0% (830 Bytes)

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

[#018] sha256:8e3fbaac67f618f5a08c92780037e1423459c3d6f913931ef2e9887b4da8f39e - 0.0% (851 Bytes)

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

[#020] sha256:878107bcae7b7043bd89f0f6be16e961a908b7e7de955e8eb89821816439dd04 - 0.0% (833 Bytes)

[#021] sha256:34ffa54bbfdfa27a4819b4a70ae4bd021261bb645426f0897e3a9a3158b4cfb5 - 0.0% (829 Bytes)

[#022] sha256:18668da0447cde3c0591d690059421e7b853ad32b8ed221ae15c316fca02a2f9 - 0.0% (825 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 19:56:40 UTC

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

2021-04-19 19:56:40 UTC

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

2021-04-19 19:56:41 UTC

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

2021-04-19 19:56:42 UTC

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

2021-04-19 19:56:42 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-19T19:56:38Z

2021-04-19 19:56:42 UTC

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

2021-04-19 19:56:43 UTC

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

2021-04-19 19:56:43 UTC

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

Details
Created

2021-04-19 20:02:45 UTC

Size

94.6 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-04-19T20:02:16Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    7ba9d7eba54b04aeadaf243a87375d3e17aa819d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-5318-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:f14e84800952de3191f83e5c8656abfdabca1098f0e6433d9bc5045c7acedd40 - 0.0% (124 Bytes)

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

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

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

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

[#008] sha256:32c61f3dab9d7e228d999a196c7d6473cfb3a2bece2abaaab006f8f10fc50c24 - 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 20:02:19 UTC

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

2021-04-19 20:02:19 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 20:02:20 UTC

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

2021-04-19 20:02:20 UTC

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

2021-04-19 20:02:37 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 20:02:38 UTC

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

2021-04-19 20:02:39 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 20:02:40 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 20:02:40 UTC

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

2021-04-19 20:02:42 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 20:02:42 UTC

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

2021-04-19 20:02:42 UTC

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

2021-04-19 20:02:42 UTC

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

2021-04-19 20:02:43 UTC

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

2021-04-19 20:02:43 UTC

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

2021-04-19 20:02:44 UTC

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

2021-04-19 20:02:44 UTC

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

2021-04-19 20:02:44 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-04-19T20:02:16Z

2021-04-19 20:02:44 UTC

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

2021-04-19 20:02:45 UTC

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

2021-04-19 20:02:45 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