Namespace
rancher
Image / Tag
rancher-agent:v2.11.2
Content Digest
sha256:cd240e594d80d0054565cff01c1213a37950bf9598b8acac850da4f52b05dcde
Details
Created

2025-05-22 18:18:17 UTC

Size

2.25 GB

Content Digest
Labels
  • io.cattle.agent
    true

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.11.2

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 71.34% (1.6 GB)

[#001] sha256:632102e3f287de7b6ffd6cab740fb7afe94ac8418060651b0954506aeecc48f1 - 18.47% (425 MB)

[#002] sha256:ebf15707b679a388052de67605dbc1f5b6af0d0fb56205f5390b2d89bf2077e0 - 0.0% (1.26 KB)

[#003] sha256:bcce3d2a3187744817edd3ea4f0faf7bc7f0b66e7d863106686d2f29b9d5d8c3 - 0.79% (18.1 MB)

[#004] sha256:c0c3d2043ef173588f768b4a4a62689cde55788ed75089547c0051877e64c6f0 - 2.32% (53.4 MB)

[#005] sha256:6c99ce8d829d67156c471b1e672d504f0b339ac1f920a7d0f923f65c864253a2 - 0.79% (18.1 MB)

[#006] sha256:dde56ee22048387f08c30887f99c525df852d43e2e8d148829ce00c00a8b1cd6 - 0.63% (14.5 MB)

[#007] sha256:256fa318beabcf2791e29095df3b64162a43340ed29c37fc0b6ea1f6b372a41d - 0.0% (1.26 KB)

[#008] sha256:ebfb2c86f43ebf137258019a003d27a4e6960b2f12f295acc5ce833611b81aa4 - 0.0% (1.26 KB)

[#009] sha256:4c72e3677695505788ae9de305fbd350ef8ad9da7eab4a02364cef53e734afb2 - 0.0% (1.26 KB)

[#010] sha256:d9465652393ac39e30ad4a14da52372e9723a6652fc58970319e801b9951e152 - 0.0% (1.24 KB)

[#011] sha256:c76d04dcc3b331e75053b553d048b02ccc8a6a7be5d0b5170021b502fec9a956 - 0.0% (1.26 KB)

[#012] sha256:bd3f6213d67fcc8b559724bf74fe76f4fa025166a19d228d0d2e0d4cb94f476e - 5.67% (130 MB)

[#013] sha256:57a29cf709b74a1b8d9417420569348834e534598128835fd4faf12b7403d582 - 0.0% (1.65 KB)

[#014] sha256:9e9116b05159a63cafd2e264a9ed8067c8cf69f20022bb8f1017ac5f56527abc - 0.0% (5.19 KB)

[#015] sha256:7db583be04ce71b376fdd670c8acde2f447b2922f904d41e976b34f9b9a30abc - 0.0% (2.29 KB)

[#016] sha256:dc42891ca3e015c8946e67506114e1f2ed087eafdbc0b2033f6bcfb0a3c5d12e - 0.0% (5.1 KB)

[#017] sha256:27fc5bacccbe5777f09f6fcfc6d819fc7805117a2ab6c40be3578055a170294d - 0.0% (3.05 KB)

[#018] sha256:8d457668a2cd3dfbfc643c82d06207874f8185e28e35f6ffe732d31509ffe9c3 - 0.0% (1.26 KB)


History
2024-09-06 01:15:31 UTC

Apply image 10.0.17763.6293

2025-04-15 01:47:49 UTC

Install update 10.0.17763.7249

2025-05-22 18:17:00 UTC

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

2025-05-22 18:17:22 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.5.1/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); curl.exe -sfL $URL -o c:\wins.exe; Write-Host 'Complete.'

2025-05-22 18:17:33 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.25.12/kubernetes-client-windows-amd64.tar.gz'; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); curl.exe -sfL $URL -o c:\kubernetes.tar.gz; Write-Host 'Expanding ...'; tar.exe -xzvf c:\kubernetes.tar.gz; Write-Host 'Complete.'

2025-05-22 18:17:41 UTC

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

2025-05-22 18:17:50 UTC

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

2025-05-22 18:17:51 UTC

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

2025-05-22 18:17:52 UTC

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

2025-05-22 18:17:53 UTC

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

2025-05-22 18:17:54 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.11.2

2025-05-22 18:17:55 UTC

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

2025-05-22 18:18:02 UTC

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

2025-05-22 18:18:07 UTC

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

2025-05-22 18:18:10 UTC

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

2025-05-22 18:18:12 UTC

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

2025-05-22 18:18:14 UTC

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

2025-05-22 18:18:16 UTC

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

2025-05-22 18:18:17 UTC

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

Details
Created

2025-05-22 18:19:35 UTC

Size

2.35 GB

Content Digest
Labels
  • io.cattle.agent
    true

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.11.2

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 58.04% (1.36 GB)

[#001] sha256:b0b6ee194dfee460cc53e0f761b7ff976c08380d6cd1e70cc50ff92cfa99d176 - 32.21% (774 MB)

[#002] sha256:599fb21988d99f195455b8f17b4b079475ab22e22e6c589b414267ad727b1616 - 0.0% (1.25 KB)

[#003] sha256:e7f8e36c561862c39eda8a75f56f01d359159fb36ed6f1e0fc3beec8637f794d - 0.75% (18.1 MB)

[#004] sha256:1983713354c445ea22427fa4462bcdee30cce180699edd0211c360c7aef68e4d - 2.22% (53.4 MB)

[#005] sha256:ea305f6eb1a511c05251a31c69f132c1b1f39720ae72723ab46f5b910ca087a0 - 0.75% (18.1 MB)

[#006] sha256:3d097d7fd924f6c4a73c0c75ac0814618790b9383c1abfa884628253f5a9ad68 - 0.6% (14.4 MB)

[#007] sha256:9b8c102f6530c35a244f0567c2c2c885ec7251066901a7959ceb15823c7f1131 - 0.0% (1.25 KB)

[#008] sha256:89361f8fc910f0297f78dff246b3035682438477532285b245a8d88d5d0c5ed8 - 0.0% (1.26 KB)

[#009] sha256:1abf3cdb4e0e3f2fd09831d8db89b68954d2b4abc901d0d730c082ce5f9ffd9b - 0.0% (1.25 KB)

[#010] sha256:29b946830b2be4f6bf45ce8d86f3b7823459e41095a31689aa4f28536bee3aab - 0.0% (1.25 KB)

[#011] sha256:030f79951011a2282d0fffd689c5d5eea101418904a693859c0defc4d17cdff2 - 0.0% (1.25 KB)

[#012] sha256:7c258f3c880b92eca57dfd8334a0e10a2d373eeccdbfc1acc306d8b5dc7e32e5 - 5.42% (130 MB)

[#013] sha256:59bba1b0e637aa3c204af7c184cbdef05513bb06c2439387ded35c764e4a8c59 - 0.0% (1.69 KB)

[#014] sha256:2410aa7ec60128378bf564157bc07727be1daa6f9808a34ee1b7fadebc5f9581 - 0.0% (5.19 KB)

[#015] sha256:1667dc6494bc4c72ad4ec34f0a3d839859918cc07c4a2cfa46c75343d549c389 - 0.0% (2.3 KB)

[#016] sha256:d29fbcbafd63110affc85a306d46a5b58fe66a22c1a763fe0481e80810538919 - 0.0% (5.11 KB)

[#017] sha256:210faba3aa53c38fae81da19c0c3fcc12863e1f2d5e2fd8353a2a38f4379a3a9 - 0.0% (3.06 KB)

[#018] sha256:08a5e1614437e1e2085e464fc533ea031bef5f0e78b14387f8cf9bef7a47f8f9 - 0.0% (1.25 KB)


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2025-04-16 03:49:18 UTC

Install update 10.0.20348.3566

2025-05-22 18:18:01 UTC

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

2025-05-22 18:18:56 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.5.1/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); curl.exe -sfL $URL -o c:\wins.exe; Write-Host 'Complete.'

2025-05-22 18:19:05 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.25.12/kubernetes-client-windows-amd64.tar.gz'; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); curl.exe -sfL $URL -o c:\kubernetes.tar.gz; Write-Host 'Expanding ...'; tar.exe -xzvf c:\kubernetes.tar.gz; Write-Host 'Complete.'

2025-05-22 18:19:12 UTC

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

2025-05-22 18:19:18 UTC

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

2025-05-22 18:19:19 UTC

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

2025-05-22 18:19:19 UTC

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

2025-05-22 18:19:20 UTC

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

2025-05-22 18:19:20 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.11.2

2025-05-22 18:19:21 UTC

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

2025-05-22 18:19:26 UTC

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

2025-05-22 18:19:31 UTC

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

2025-05-22 18:19:32 UTC

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

2025-05-22 18:19:33 UTC

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

2025-05-22 18:19:34 UTC

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

2025-05-22 18:19:35 UTC

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

2025-05-22 18:19:35 UTC

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

Details
Created

2025-05-22 17:52:52 UTC

Size

727 MB

Content Digest
Labels
  • com.suse.bci.micro.authors
    https://github.com/SUSE/bci/discussions
  • com.suse.bci.micro.created
    2025-05-15T15:58:46.552515457Z
  • com.suse.bci.micro.description
    A micro environment for containers based on the SLE Base Container Image.
  • com.suse.bci.micro.disturl
    obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image
  • com.suse.bci.micro.eula
    sle-bci
  • com.suse.bci.micro.lifecycle-url
    https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
  • com.suse.bci.micro.name
    15.6.42.1
  • com.suse.bci.micro.reference
    registry.suse.com/bci/bci-micro:15.6.42.1
  • com.suse.bci.micro.release-stage
    released
  • com.suse.bci.micro.source
    https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/
  • com.suse.bci.micro.supportlevel
    l3
  • com.suse.bci.micro.title
    SLE BCI 15 SP6 Micro
  • com.suse.bci.micro.until
    2025-12-31
  • com.suse.bci.micro.url
    https://www.suse.com/products/base-container-images/
  • com.suse.bci.micro.vendor
    SUSE LLC
  • com.suse.bci.micro.version
    15.6.42.1
  • com.suse.eula
    sle-bci
  • com.suse.lifecycle-url
    https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
  • com.suse.release-stage
    released
  • com.suse.supportlevel
    l3
  • com.suse.supportlevel.until
    2025-12-31
  • io.artifacthub.package.logo-url
    https://raw.githubusercontent.com/rancher/ui/master/public/assets/images/logos/welcome-cow.svg
  • io.artifacthub.package.readme-url
    https://raw.githubusercontent.com/rancher/rancher/v2.11.2/README.md
  • io.cattle.agent
    true
  • org.openbuildservice.disturl
    obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image
  • org.opencontainers.image.authors
    https://github.com/SUSE/bci/discussions
  • org.opencontainers.image.base.digest
    sha256:f9ab6635a10ef77f14d1de6cf1de074290e1671b7630a195e9b666a6dd3eac4d
  • org.opencontainers.image.base.name
    registry.suse.com/bci/bci-base:15.6
  • org.opencontainers.image.created
    2025-05-22T17:44:29.778Z
  • org.opencontainers.image.description
    Complete container management platform
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    15.6.42.1
  • org.opencontainers.image.revision
    d0cd9e19a55ea43375cf4d75bea82dbfd5517707
  • org.opencontainers.image.source
    https://github.com/rancher/rancher
  • org.opencontainers.image.title
    rancher
  • org.opencontainers.image.url
    https://github.com/rancher/rancher
  • org.opencontainers.image.vendor
    SUSE LLC
  • org.opencontainers.image.version
    v2.11.2
  • org.opensuse.reference
    rancher/rancher-agent:v2.11.2

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.11.2

CATTLE_RANCHER_PROVISIONING_CAPI_VERSION

106.0.0+up0.7.0

CATTLE_RANCHER_WEBHOOK_VERSION

106.0.2+up0.7.2

KUBECTL_VERSION

v1.27.10

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:1067123199ad7c21d527609430c7ef676960d5230fd8720235b03d3a9d8ed490 - 1.37% (9.95 MB)

[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#002] sha256:bcb6d9b972fdb8bfdfb9d6176fb7ed374315940df71989644c20255805cecd39 - 7.76% (56.4 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:6d467a0088947cba5faba563814fe683751b030786477d7a67098d3a5e95ea64 - 2.05% (14.9 MB)

[#005] sha256:613332001dd2ec62c696b7d8254f2c6e31458ce805cf55d64d9ac5df31335499 - 16.22% (118 MB)

[#006] sha256:87ee100be23820a676eab4c23d36a668fd5363d66a0140e88505a15f433becb1 - 44.72% (325 MB)

[#007] sha256:ed4c4dc953423ebf7cef678ed1a7b2c123f2192c7d7077f9a67fcafc86c153d8 - 9.99% (72.6 MB)

[#008] sha256:d813fdafcfcee258cb3b128bd83cff119fe99dc9dc8a1bec860149aaa7637e76 - 0.18% (1.29 MB)

[#009] sha256:7bea6b2655bc0a55a21713cf8fe1a67edd92e7834388f5e8d9e0d458095ecc6a - 0.0% (9.3 KB)

[#010] sha256:be128700b735d646f2da8f3e364e67d9c8b820445ac093337e59f14b02d76a3d - 17.71% (129 MB)

[#011] sha256:7c32000469b0e767e9e45bc40a91211057d60e9bc0fcf12a556e7d6ae3371721 - 0.0% (4.03 KB)

[#012] sha256:4cdb63af69a6a766a0a57b3a4daae0ea037db61bcaf4eb358f378ab9ec72c7ca - 0.0% (139 Bytes)


History
2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) COPY dir:f95e26cbacb8da094b92e05045a3ef96779ea0c84d9360f25dc7bb6cc2aa0dc1 in /

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.authors=https://github.com/SUSE/bci/discussions

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=https://github.com/SUSE/bci/discussions

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.title=SLE BCI 15 SP6 Micro

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=SLE BCI 15 SP6 Micro

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.description=A micro environment for containers based on the SLE Base Container Image.

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=A micro environment for containers based on the SLE Base Container Image.

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.version=15.6.42.1

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=15.6.42.1

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.url=https://www.suse.com/products/base-container-images/

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://www.suse.com/products/base-container-images/

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.created=2025-05-15T15:58:46.552515457Z

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2025-05-15T15:58:46.552515457Z

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.vendor=SUSE LLC

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=SUSE LLC

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.source=https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.name=15.6.42.1

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=15.6.42.1

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.reference=registry.suse.com/bci/bci-micro:15.6.42.1

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL org.opensuse.reference=registry.suse.com/bci/bci-micro:15.6.42.1

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.disturl=obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.supportlevel=l3

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.supportlevel=l3

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.until=2025-12-31

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.supportlevel.until=2025-12-31

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.eula=sle-bci

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.eula=sle-bci

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.release-stage=released

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL com.suse.release-stage=released

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.base.name=registry.suse.com/bci/bci-base:15.6

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.base.digest=sha256:f9ab6635a10ef77f14d1de6cf1de074290e1671b7630a195e9b666a6dd3eac4d

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL io.artifacthub.package.readme-url=https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/README.md

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL io.artifacthub.package.logo-url=https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg

2025-05-15 15:58:54 UTC

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

2025-05-15 15:58:54 UTC

/bin/sh -c #(nop) LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image

2025-05-15 15:58:55 UTC (create new from sha256:80cd1231edaa7fe7b1173e03436cd65d23e73e737ce5f6f69a8ccefce88a4a5c)

2025-05-22 17:44:48 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c : # No-op command to create an explicit layer - this fixes a weird buildkit/buildx bug on macos arm # buildkit

2025-05-22 17:45:59 UTC (buildkit.dockerfile.v0)

COPY /chroot/ / # buildkit

2025-05-22 17:45:59 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c /usr/bin/unshare --version && /usr/bin/mount --version && /usr/bin/umount --version && /usr/bin/nsenter --version # buildkit

2025-05-22 17:46:00 UTC (buildkit.dockerfile.v0)

ARG ARCH=amd64

2025-05-22 17:46:00 UTC (buildkit.dockerfile.v0)

ENV KUBECTL_VERSION=v1.27.10

2025-05-22 17:46:00 UTC (buildkit.dockerfile.v0)

RUN |1 ARCH=amd64 /bin/sh -c curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl # buildkit

2025-05-22 17:46:00 UTC (buildkit.dockerfile.v0)

LABEL io.cattle.agent=true

2025-05-22 17:46:00 UTC (buildkit.dockerfile.v0)

ARG RANCHER_REPO=rancher

2025-05-22 17:46:00 UTC (buildkit.dockerfile.v0)

ARG VERSION=v2.11.2

2025-05-22 17:46:00 UTC (buildkit.dockerfile.v0)

ENV AGENT_IMAGE=rancher/rancher-agent:v2.11.2

2025-05-22 17:46:00 UTC (buildkit.dockerfile.v0)

ARG CATTLE_RANCHER_WEBHOOK_VERSION=106.0.2+up0.7.2

2025-05-22 17:46:00 UTC (buildkit.dockerfile.v0)

ENV CATTLE_RANCHER_WEBHOOK_VERSION=106.0.2+up0.7.2

2025-05-22 17:46:00 UTC (buildkit.dockerfile.v0)

ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=106.0.0+up0.7.0

2025-05-22 17:46:00 UTC (buildkit.dockerfile.v0)

ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=106.0.0+up0.7.0

2025-05-22 17:46:00 UTC (buildkit.dockerfile.v0)

ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs

2025-05-22 17:46:04 UTC (buildkit.dockerfile.v0)

COPY /var/lib/rancher-data/local-catalogs/v2/rancher-charts/4b40cac650031b74776e87c1a726b0484d0877c3ec137da0872547ff9b73a721 /var/lib/rancher-data/local-catalogs/v2/rancher-charts/4b40cac650031b74776e87c1a726b0484d0877c3ec137da0872547ff9b73a721 # buildkit

2025-05-22 17:46:05 UTC (buildkit.dockerfile.v0)

COPY /var/lib/rancher-data/local-catalogs/v2/rancher-partner-charts/8f17acdce9bffd6e05a58a3798840e408c4ea71783381ecd2e9af30baad65974 /var/lib/rancher-data/local-catalogs/v2/rancher-partner-charts/8f17acdce9bffd6e05a58a3798840e408c4ea71783381ecd2e9af30baad65974 # buildkit

2025-05-22 17:46:09 UTC (buildkit.dockerfile.v0)

COPY /var/lib/rancher-data/local-catalogs/v2/rancher-rke2-charts/675f1b63a0a83905972dcab2794479ed599a6f41b86cd6193d69472d0fa889c9 /var/lib/rancher-data/local-catalogs/v2/rancher-rke2-charts/675f1b63a0a83905972dcab2794479ed599a6f41b86cd6193d69472d0fa889c9 # buildkit

2025-05-22 17:46:09 UTC (buildkit.dockerfile.v0)

COPY /var/lib/rancher-data/driver-metadata/data.json /var/lib/rancher-data/driver-metadata/data.json # buildkit

2025-05-22 17:46:09 UTC (buildkit.dockerfile.v0)

COPY /usr/bin/tini /usr/bin/ # buildkit

2025-05-22 17:52:52 UTC (buildkit.dockerfile.v0)

COPY /app/agent /usr/bin/ # buildkit

2025-05-22 17:52:52 UTC (buildkit.dockerfile.v0)

COPY package/loglevel package/run.sh package/kubectl-shell.sh package/shell-setup.sh /usr/bin/ # buildkit

2025-05-22 17:52:52 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/rancher

2025-05-22 17:52:52 UTC (buildkit.dockerfile.v0)

LABEL io.artifacthub.package.logo-url=https://raw.githubusercontent.com/rancher/ui/master/public/assets/images/logos/welcome-cow.svg io.artifacthub.package.readme-url=https://raw.githubusercontent.com/rancher/rancher/v2.11.2/README.md org.opencontainers.image.description=Rancher Manager Agent: complete container management platform. org.opencontainers.image.title=Rancher Manager Agent: complete container management platform. org.opencontainers.image.source=https://github.com/rancher/rancher org.opencontainers.image.version=v2.11.2 org.opensuse.reference=rancher/rancher-agent:v2.11.2

2025-05-22 17:52:52 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["run.sh"]

Details
Created

2025-05-22 17:55:08 UTC

Size

721 MB

Content Digest
Labels
  • com.suse.bci.micro.authors
    https://github.com/SUSE/bci/discussions
  • com.suse.bci.micro.created
    2025-05-15T15:58:43.965069520Z
  • com.suse.bci.micro.description
    A micro environment for containers based on the SLE Base Container Image.
  • com.suse.bci.micro.disturl
    obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image
  • com.suse.bci.micro.eula
    sle-bci
  • com.suse.bci.micro.lifecycle-url
    https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
  • com.suse.bci.micro.name
    15.6.42.1
  • com.suse.bci.micro.reference
    registry.suse.com/bci/bci-micro:15.6.42.1
  • com.suse.bci.micro.release-stage
    released
  • com.suse.bci.micro.source
    https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/
  • com.suse.bci.micro.supportlevel
    l3
  • com.suse.bci.micro.title
    SLE BCI 15 SP6 Micro
  • com.suse.bci.micro.until
    2025-12-31
  • com.suse.bci.micro.url
    https://www.suse.com/products/base-container-images/
  • com.suse.bci.micro.vendor
    SUSE LLC
  • com.suse.bci.micro.version
    15.6.42.1
  • com.suse.eula
    sle-bci
  • com.suse.lifecycle-url
    https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
  • com.suse.release-stage
    released
  • com.suse.supportlevel
    l3
  • com.suse.supportlevel.until
    2025-12-31
  • io.artifacthub.package.logo-url
    https://raw.githubusercontent.com/rancher/ui/master/public/assets/images/logos/welcome-cow.svg
  • io.artifacthub.package.readme-url
    https://raw.githubusercontent.com/rancher/rancher/v2.11.2/README.md
  • io.cattle.agent
    true
  • org.openbuildservice.disturl
    obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image
  • org.opencontainers.image.authors
    https://github.com/SUSE/bci/discussions
  • org.opencontainers.image.base.digest
    sha256:04ea85d148a5ad0dfe26d1f4fe29fc2f1c530ca162151cd31e7474213554fd04
  • org.opencontainers.image.base.name
    registry.suse.com/bci/bci-base:15.6
  • org.opencontainers.image.created
    2025-05-22T17:44:47.588Z
  • org.opencontainers.image.description
    Complete container management platform
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    15.6.42.1
  • org.opencontainers.image.revision
    d0cd9e19a55ea43375cf4d75bea82dbfd5517707
  • org.opencontainers.image.source
    https://github.com/rancher/rancher
  • org.opencontainers.image.title
    rancher
  • org.opencontainers.image.url
    https://github.com/rancher/rancher
  • org.opencontainers.image.vendor
    SUSE LLC
  • org.opencontainers.image.version
    v2.11.2
  • org.opensuse.reference
    rancher/rancher-agent:v2.11.2

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.11.2

CATTLE_RANCHER_PROVISIONING_CAPI_VERSION

106.0.0+up0.7.0

CATTLE_RANCHER_WEBHOOK_VERSION

106.0.2+up0.7.2

KUBECTL_VERSION

v1.27.10

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:6ba14f4f15d1760f5e9088a68bfd77db8e413878f20f9b594772bafab8d1ca9a - 1.28% (9.24 MB)

[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#002] sha256:93cd7c4294e141ae46bf7b9217a48a290da23bf144760cc445358d445c116c67 - 8.11% (58.5 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:dc28b9cc9f4b55c6065cd4247f459aebe9d533c95f80bf0da0467c4f13523aba - 1.87% (13.5 MB)

[#005] sha256:251dde1ac0a3713c201d4356964e2f5b4efe1a976ea0bd7800ff33a3ee23de91 - 16.36% (118 MB)

[#006] sha256:890bdb4599f75b9e551ff71b7c8148fca83d98eaa807325ae0a61e0554d15c5d - 45.1% (325 MB)

[#007] sha256:b93810e6e1f34b5accd4b96473fd6360621a281a81921df90d0e0af8ea558a5a - 10.08% (72.6 MB)

[#008] sha256:152fc3be665c3816bd163c971c5cf06a56f04d31c4d889fea351ff7b36f290d4 - 0.18% (1.29 MB)

[#009] sha256:6c0bae0dff84ab53fcbab1e3623cbf9d3598498161e31864ac6ac2135bd95ed1 - 0.0% (8.89 KB)

[#010] sha256:0d20adbfa8f5f0c3448f820f010a2f9b253fc2d11839631dc61d90739d276538 - 17.02% (123 MB)

[#011] sha256:dc350a52a5e77c4449288cf8863521c66ca74d5542e842100423f91ffe217559 - 0.0% (4.03 KB)

[#012] sha256:d17835359f48b78e57c1caa43340838c109307fa173ecfbc912ad0835db61bf3 - 0.0% (139 Bytes)


History
2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) COPY dir:51b30917f092d518aa9a289968c4b0acebb6170d92d70177a958a25e0e4c0d07 in /

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.authors=https://github.com/SUSE/bci/discussions

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=https://github.com/SUSE/bci/discussions

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.title=SLE BCI 15 SP6 Micro

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=SLE BCI 15 SP6 Micro

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.description=A micro environment for containers based on the SLE Base Container Image.

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=A micro environment for containers based on the SLE Base Container Image.

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.version=15.6.42.1

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=15.6.42.1

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.url=https://www.suse.com/products/base-container-images/

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://www.suse.com/products/base-container-images/

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.created=2025-05-15T15:58:43.965069520Z

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2025-05-15T15:58:43.965069520Z

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.vendor=SUSE LLC

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=SUSE LLC

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.source=https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.name=15.6.42.1

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=15.6.42.1

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.reference=registry.suse.com/bci/bci-micro:15.6.42.1

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL org.opensuse.reference=registry.suse.com/bci/bci-micro:15.6.42.1

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.disturl=obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.supportlevel=l3

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.supportlevel=l3

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.until=2025-12-31

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.supportlevel.until=2025-12-31

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.eula=sle-bci

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.eula=sle-bci

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.bci.micro.release-stage=released

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL com.suse.release-stage=released

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.base.name=registry.suse.com/bci/bci-base:15.6

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.base.digest=sha256:04ea85d148a5ad0dfe26d1f4fe29fc2f1c530ca162151cd31e7474213554fd04

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL io.artifacthub.package.readme-url=https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/README.md

2025-05-15 15:58:51 UTC

/bin/sh -c #(nop) LABEL io.artifacthub.package.logo-url=https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg

2025-05-15 15:58:52 UTC

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

2025-05-15 15:58:52 UTC

/bin/sh -c #(nop) LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image

2025-05-15 15:58:52 UTC (create new from sha256:af768b8b543a087779ee7f40a204e23871f2b5a54b8f43ea50ac566a04429ff3)

2025-05-22 17:45:04 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c : # No-op command to create an explicit layer - this fixes a weird buildkit/buildx bug on macos arm # buildkit

2025-05-22 17:46:46 UTC (buildkit.dockerfile.v0)

COPY /chroot/ / # buildkit

2025-05-22 17:46:46 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c /usr/bin/unshare --version && /usr/bin/mount --version && /usr/bin/umount --version && /usr/bin/nsenter --version # buildkit

2025-05-22 17:46:47 UTC (buildkit.dockerfile.v0)

ARG ARCH=arm64

2025-05-22 17:46:47 UTC (buildkit.dockerfile.v0)

ENV KUBECTL_VERSION=v1.27.10

2025-05-22 17:46:47 UTC (buildkit.dockerfile.v0)

RUN |1 ARCH=arm64 /bin/sh -c curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl # buildkit

2025-05-22 17:46:47 UTC (buildkit.dockerfile.v0)

LABEL io.cattle.agent=true

2025-05-22 17:46:47 UTC (buildkit.dockerfile.v0)

ARG RANCHER_REPO=rancher

2025-05-22 17:46:47 UTC (buildkit.dockerfile.v0)

ARG VERSION=v2.11.2

2025-05-22 17:46:47 UTC (buildkit.dockerfile.v0)

ENV AGENT_IMAGE=rancher/rancher-agent:v2.11.2

2025-05-22 17:46:47 UTC (buildkit.dockerfile.v0)

ARG CATTLE_RANCHER_WEBHOOK_VERSION=106.0.2+up0.7.2

2025-05-22 17:46:47 UTC (buildkit.dockerfile.v0)

ENV CATTLE_RANCHER_WEBHOOK_VERSION=106.0.2+up0.7.2

2025-05-22 17:46:47 UTC (buildkit.dockerfile.v0)

ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=106.0.0+up0.7.0

2025-05-22 17:46:47 UTC (buildkit.dockerfile.v0)

ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=106.0.0+up0.7.0

2025-05-22 17:46:47 UTC (buildkit.dockerfile.v0)

ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs

2025-05-22 17:46:53 UTC (buildkit.dockerfile.v0)

COPY /var/lib/rancher-data/local-catalogs/v2/rancher-charts/4b40cac650031b74776e87c1a726b0484d0877c3ec137da0872547ff9b73a721 /var/lib/rancher-data/local-catalogs/v2/rancher-charts/4b40cac650031b74776e87c1a726b0484d0877c3ec137da0872547ff9b73a721 # buildkit

2025-05-22 17:46:55 UTC (buildkit.dockerfile.v0)

COPY /var/lib/rancher-data/local-catalogs/v2/rancher-partner-charts/8f17acdce9bffd6e05a58a3798840e408c4ea71783381ecd2e9af30baad65974 /var/lib/rancher-data/local-catalogs/v2/rancher-partner-charts/8f17acdce9bffd6e05a58a3798840e408c4ea71783381ecd2e9af30baad65974 # buildkit

2025-05-22 17:47:00 UTC (buildkit.dockerfile.v0)

COPY /var/lib/rancher-data/local-catalogs/v2/rancher-rke2-charts/675f1b63a0a83905972dcab2794479ed599a6f41b86cd6193d69472d0fa889c9 /var/lib/rancher-data/local-catalogs/v2/rancher-rke2-charts/675f1b63a0a83905972dcab2794479ed599a6f41b86cd6193d69472d0fa889c9 # buildkit

2025-05-22 17:47:00 UTC (buildkit.dockerfile.v0)

COPY /var/lib/rancher-data/driver-metadata/data.json /var/lib/rancher-data/driver-metadata/data.json # buildkit

2025-05-22 17:47:00 UTC (buildkit.dockerfile.v0)

COPY /usr/bin/tini /usr/bin/ # buildkit

2025-05-22 17:55:08 UTC (buildkit.dockerfile.v0)

COPY /app/agent /usr/bin/ # buildkit

2025-05-22 17:55:08 UTC (buildkit.dockerfile.v0)

COPY package/loglevel package/run.sh package/kubectl-shell.sh package/shell-setup.sh /usr/bin/ # buildkit

2025-05-22 17:55:08 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/rancher

2025-05-22 17:55:08 UTC (buildkit.dockerfile.v0)

LABEL io.artifacthub.package.logo-url=https://raw.githubusercontent.com/rancher/ui/master/public/assets/images/logos/welcome-cow.svg io.artifacthub.package.readme-url=https://raw.githubusercontent.com/rancher/rancher/v2.11.2/README.md org.opencontainers.image.description=Rancher Manager Agent: complete container management platform. org.opencontainers.image.title=Rancher Manager Agent: complete container management platform. org.opencontainers.image.source=https://github.com/rancher/rancher org.opencontainers.image.version=v2.11.2 org.opensuse.reference=rancher/rancher-agent:v2.11.2

2025-05-22 17:55:08 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["run.sh"]

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