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

2021-01-25 22:53:28 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-25T22:52:52Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    9bfd38d398c8f363db19c97853b217914cef0ce9
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

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

[#002] sha256:b3afe92c540b778c64ca316d1e679d55d2d2e812e450f516a808ee591f0c3f77 - 0.0% (162 Bytes)

[#003] sha256:3574d33da6adca232a766216bc00c78aa24bf4c1140f58ca27253aae084640f6 - 0.0% (123 Bytes)

[#004] sha256:73eb8b568548b63b14d1d55e398563639db925012d6ad90c0cf466be576871e5 - 29.1% (30.3 MB)

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

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

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

[#008] sha256:fbfae0d829209d5dcdfe8eb47cc3267475431aab6c3b56ed0b745bef113d12da - 17.61% (18.3 MB)


History
2021-01-21 03:37:59 UTC

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

2021-01-21 03:38:01 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-01-21 03:38:03 UTC

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

2021-01-21 03:38:05 UTC

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

2021-01-21 03:38:05 UTC

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

2021-01-25 22:52:57 UTC

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

2021-01-25 22:52:58 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-01-25 22:52:59 UTC

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

2021-01-25 22:53:00 UTC

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

2021-01-25 22:53:19 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-01-25 22:53:20 UTC

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

2021-01-25 22:53:21 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-01-25 22:53:22 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-01-25 22:53:23 UTC

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

2021-01-25 22:53:25 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-01-25 22:53:25 UTC

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

2021-01-25 22:53:25 UTC

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

2021-01-25 22:53:25 UTC

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

2021-01-25 22:53:26 UTC

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

2021-01-25 22:53:26 UTC

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

2021-01-25 22:53:27 UTC

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

2021-01-25 22:53:27 UTC

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

2021-01-25 22:53:27 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-25T22:52:52Z

2021-01-25 22:53:28 UTC

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

2021-01-25 22:53:28 UTC

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

2021-01-25 22:53:28 UTC

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

Details
Created

2021-01-25 22:42:55 UTC

Size

240 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-25T22:42:50Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    9bfd38d398c8f363db19c97853b217914cef0ce9
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4746-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:62239e9aa1a352a20b0d4969c2b508b8a18d10e799d4db72e6f24ccbb2c724d9 - 40.27% (96.6 MB)

[#001] sha256:79172be4a01d6616ffd0c6ae0d96a0291f5f5100d7f53b364ea9bb643ce5661e - 0.0% (1.02 KB)

[#002] sha256:d674aa9cb1ac0a8ff56a779bf78c3b3b71bdb4f43fce18bfd2c3d04f47efe11a - 0.0% (1.01 KB)

[#003] sha256:bb7d9a806bc0f22294a5a8ce5d5fefb5650b44666dc84f2e85032cea002d36a6 - 0.03% (66.7 KB)

[#004] sha256:69eb5707a5ea26220d60e2ddb59add68f60c53b0a9388e30d530f3a090fc54a8 - 0.0% (1.01 KB)

[#005] sha256:b3207580c3ff299b9a306760aa1b68a218b0ee6c982185e7d324e6cf417dd154 - 40.42% (97 MB)

[#006] sha256:2f2803a69324894df66e72c94098a3ddfbdafa8d0509828f6c18168606a92877 - 0.04% (98.4 KB)

[#007] sha256:32888f63e3d16e032cabe9d541560a41a59a2a4ded4778f949edbb2819bea60b - 0.0% (1.02 KB)

[#008] sha256:030a41ef19dccc85b6886db0bf68546afba257fd6d2ecf71f65e5fa191bac0f7 - 0.0% (1.01 KB)

[#009] sha256:9d017ed76e5170caf213b3a83d8807b4f2d4c50b4820978dcc097963078bfe36 - 0.0% (856 Bytes)

[#010] sha256:580bb6d1a1251404e2f0b6c248477c66d1622ae6e5faa4c4a3456cd493e91dc9 - 0.04% (96.5 KB)

[#011] sha256:609f24761d1c1e95ad377160c28228e094a5d005010499c23dc8025e645360c6 - 13.58% (32.6 MB)

[#012] sha256:7d17f64c1b9cdc20f947743c64d869a656bc21844f065d3694e50f7843ba9851 - 0.0% (853 Bytes)

[#013] sha256:eebde50209389a546a049aeb62a588d15cf1ce37c4bc8b9f171312a6050e0def - 0.0% (821 Bytes)

[#014] sha256:e7b7fd3e290a901c6f46ffb2e6046adc3533a80ab513ad701753eba048faf4b6 - 0.0% (832 Bytes)

[#015] sha256:ee245c51c56dc4fb92be104dd6f2108f4aa324ff9a449c7d240d2d881cf2f6ae - 0.0% (853 Bytes)

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

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

[#018] sha256:3842bcf60aa468a3fe62a2a080333bc5f3cb6fafe8fd3c773de02b1e5b32738f - 0.0% (826 Bytes)

[#019] sha256:d4a73d4e3e0f614b203366ef769db694ddd6628fdc5f769c96636ad77684374e - 0.0% (831 Bytes)

[#020] sha256:5fc26a35f85e5efcae196b5ecbfa8063fdb7d0eb6b8e1cbdb502c69eae56ebfd - 0.0% (858 Bytes)

[#021] sha256:ae87d3e47f5af3318e3b13966aac572b301db5a3779b7b7252949fafbc4f7709 - 0.0% (826 Bytes)

[#022] sha256:f08e7bd85f8f748db89c8c2deee50b311af20a3b7782bad71fc5e088f17d72bb - 0.0% (848 Bytes)


History
2021-01-07 16:14:35 UTC

Apply image 1809-amd64

2021-01-25 00:21:40 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-01-25 00:21:40 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-25 00:22:25 UTC

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

2021-01-25 00:22:26 UTC

cmd /S /C #(nop) USER ContainerUser

2021-01-25 00:22:45 UTC

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

2021-01-25 00:23: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-01-25 00:23:22 UTC

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

2021-01-25 00:23:22 UTC

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

2021-01-25 15:22:59 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-25 15:23:00 UTC

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

2021-01-25 15:23:02 UTC

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

2021-01-25 15:23:03 UTC

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

2021-01-25 15:23:03 UTC

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

2021-01-25 15:23:04 UTC

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

2021-01-25 22:42:52 UTC

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

2021-01-25 22:42:53 UTC

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

2021-01-25 22:42:53 UTC

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

2021-01-25 22:42:54 UTC

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

2021-01-25 22:42:54 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-25T22:42:50Z

2021-01-25 22:42:55 UTC

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

2021-01-25 22:42:55 UTC

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

2021-01-25 22:42:55 UTC

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

Details
Created

2021-01-25 22:43:14 UTC

Size

243 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-25T22:43:09Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    9bfd38d398c8f363db19c97853b217914cef0ce9
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4746-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:3155a5f44f3dc969ff02d04e7f3dbd46e828c217c194c52591f5ac542dcd622b - 40.99% (99.6 MB)

[#001] sha256:8b1d08ea5d4437849cdd3e614a9893364a7018ec4ebc41338b468a9a346439f7 - 0.0% (1.01 KB)

[#002] sha256:529fffc03dafa29d3e0452cbe42f3c72b6ec592252ecb2dd07301ffde99244d1 - 0.0% (1.02 KB)

[#003] sha256:6419c98036ba519e83243a2128d4b797295aabea5defa5b06e01479ef6190798 - 0.03% (67.3 KB)

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

[#005] sha256:ac81011c82772d94dfa2d85dd8c8fe3b1d1c36f54d8add13c5d41ca6adcd9dbd - 39.93% (97 MB)

[#006] sha256:56c731a59563fde7312ee65a42c28442b21f858db83db753e4e253ca86f20d73 - 0.04% (97.4 KB)

[#007] sha256:4b2a87dcb0befd5f4bc69361d4f594a56a40a9ccadf97e9f2207f296a875e916 - 0.0% (1.02 KB)

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

[#009] sha256:f019f71d3b450527ec2cd1154359a8a65059a276427091bb1a70b77a26ecb106 - 0.0% (826 Bytes)

[#010] sha256:8453867f89fc292493cda986a1ddfc7a9276b4e3967e3bc8ac9dfa0cca87e4eb - 0.04% (101 KB)

[#011] sha256:c94fd4c5922a91bd50006845eefcc0a5b20607244c5c3e50d69cdcbb0f00a163 - 13.42% (32.6 MB)

[#012] sha256:d825ba526640f3ba3626d3cdf552b36ebc4c3173b4f053fcc4f5d4281bbad973 - 0.0% (827 Bytes)

[#013] sha256:422111aaf67bd32a2486e14cc67783ac3750945dfc7484fe9bb79c458cb30608 - 0.0% (825 Bytes)

[#014] sha256:28ad9ff85052e7d09a121bdb454ae88343e8c9f665b76b04c37bf32dbcfc43bd - 0.0% (852 Bytes)

[#015] sha256:f2eb3538d7986236f03fa775bccd35aba28017b3af64cb7656d2d517e18ab9de - 0.0% (857 Bytes)

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

[#017] sha256:c119e6c1c3c0d3679f76b8433dbdb7465ccccfa1ec002c9c3abe9bbd720e824f - 5.55% (13.5 MB)

[#018] sha256:efb91ee2adc8c08df322ddf895621c4d162d066e82add45ac0069791f37878f4 - 0.0% (850 Bytes)

[#019] sha256:b5938b38e475bf5cae5fdac4b03969d81f799ce5c6c88af76c7ef5e84a65463a - 0.0% (831 Bytes)

[#020] sha256:3c5ffec15090ce37bff9b004179480f8acfb75cd9e6461b269c350ee7c8dc763 - 0.0% (828 Bytes)

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

[#022] sha256:7b93f3e9f4adbde57056aa61fab08e6fe71112fd395a936994e40b29e4141610 - 0.0% (853 Bytes)


History
2021-01-11 22:38:45 UTC

Apply image 1909-amd64

2021-01-25 00:14:53 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-01-25 00:14:53 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-25 00:15:18 UTC

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

2021-01-25 00:15:18 UTC

cmd /S /C #(nop) USER ContainerUser

2021-01-25 00:15:34 UTC

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

2021-01-25 00:16:10 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-25 00:16:11 UTC

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

2021-01-25 00:16:11 UTC

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

2021-01-25 15:23:11 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-25 15:23:12 UTC

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

2021-01-25 15:23:14 UTC

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

2021-01-25 15:23:15 UTC

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

2021-01-25 15:23:15 UTC

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

2021-01-25 15:23:16 UTC

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

2021-01-25 22:43:11 UTC

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

2021-01-25 22:43:11 UTC

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

2021-01-25 22:43:12 UTC

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

2021-01-25 22:43:12 UTC

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

2021-01-25 22:43:13 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-25T22:43:09Z

2021-01-25 22:43:13 UTC

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

2021-01-25 22:43:14 UTC

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

2021-01-25 22:43:14 UTC

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

Details
Created

2021-01-25 22:43:06 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-25T22:43:01Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    9bfd38d398c8f363db19c97853b217914cef0ce9
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4746-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:4c9317fd94886262ad2f092e220e8d58de1a59d4683ebaf5fba4da9d818a1be6 - 0.0% (842 Bytes)

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

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

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

[#013] sha256:35216223ef466fef0ba6d158f8b0c1c6749905d7ce91fed1ec71baa19b9d0999 - 0.0% (854 Bytes)

[#014] sha256:4922ef29b5a9d8d8f026dcf4101aedbaf03843e93615ef9ca45dbc73b379c616 - 0.0% (825 Bytes)

[#015] sha256:680fdf6e7eb605e58a289be3489ea319dd561087c0482f4a095cf0686345af38 - 0.0% (853 Bytes)

[#016] sha256:6e559f8087da93a288e0909b0c5a5ff52efb4f3356b9ae31c68b2df120c4426e - 0.0% (828 Bytes)

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

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

[#019] sha256:9c478d239ae172a2e251ba883556cffa08b2f6ce69083bb94e86b6a341e277ff - 0.0% (824 Bytes)

[#020] sha256:fd75e385b1df9adc4152110276d996600e9996eb7c98e2bdb24ed0c2f31d7349 - 0.0% (850 Bytes)

[#021] sha256:ab776166388364199b63a633b61406a1e0bff55ff49046861eb79f04aec94dd9 - 0.0% (828 Bytes)

[#022] sha256:c6bb587bd287ee82042d55fdf31fbdb09c8a362adf0223ce85e737d86d265474 - 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-01-24 17:51:41 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-24 17:51:42 UTC

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

2021-01-24 17:51:44 UTC

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

2021-01-24 17:51:45 UTC

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

2021-01-24 17:51:45 UTC

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

2021-01-24 17:51:46 UTC

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

2021-01-25 22:43:03 UTC

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

2021-01-25 22:43:04 UTC

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

2021-01-25 22:43:04 UTC

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

2021-01-25 22:43:05 UTC

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

2021-01-25 22:43:05 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-25T22:43:01Z

2021-01-25 22:43:05 UTC

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

2021-01-25 22:43:06 UTC

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

2021-01-25 22:43:06 UTC

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

Details
Created

2021-01-25 22:51:35 UTC

Size

94.6 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-25T22:51:05Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    9bfd38d398c8f363db19c97853b217914cef0ce9
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4746-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:64e3fba066352e44a4c1eeb6caedc87c29b46f0a7b31e21a58183fc8370005bd - 23.93% (22.6 MB)

[#001] sha256:3dbb433f451339aab734bb52e3df5b34cdea477f3f8e3aa32f7ac060bd852de2 - 0.0% (854 Bytes)

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

[#003] sha256:9f355da4033fe85bfcd987b4cd8375fc4af2a495a8712ca0ada24ac37278898e - 0.0% (123 Bytes)

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

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

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

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

[#008] sha256:bf6f76d987b4c5eb179be959ef16c4409a3cbe01c0df0247e7f5de0817c94e9b - 17.79% (16.8 MB)


History
2021-01-21 03:49:23 UTC

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

2021-01-21 03:49:27 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-01-21 03:49:29 UTC

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

2021-01-21 03:49:31 UTC

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

2021-01-21 03:49:32 UTC

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

2021-01-25 22:51:08 UTC

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

2021-01-25 22:51:08 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-01-25 22:51:09 UTC

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

2021-01-25 22:51:09 UTC

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

2021-01-25 22:51:27 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-01-25 22:51:28 UTC

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

2021-01-25 22:51:29 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-01-25 22:51:30 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-01-25 22:51:30 UTC

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

2021-01-25 22:51:32 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-01-25 22:51:32 UTC

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

2021-01-25 22:51:32 UTC

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

2021-01-25 22:51:32 UTC

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

2021-01-25 22:51:33 UTC

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

2021-01-25 22:51:33 UTC

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

2021-01-25 22:51:34 UTC

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

2021-01-25 22:51:34 UTC

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

2021-01-25 22:51:34 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-25T22:51:05Z

2021-01-25 22:51:34 UTC

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

2021-01-25 22:51:35 UTC

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

2021-01-25 22:51:35 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