Namespace
rancher
Image / Tag
rancher-agent:v2.11-0a57312f692aed2ea4ad87201dabb5737b45aaac-head
Content Digest
sha256:626905111fb6733f8158253e15f4207552c5bd08b9721a316b85513bed7aa3b4
Details
Created

2024-11-28 05:05:59 UTC

Size

2.1 GB

Content Digest
Labels
  • io.cattle.agent
    true

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.11-0a57312f692aed2ea4ad87201dabb5737b45aaac-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:fbe2e64e5397827206bfd4f203139650e099ad31c5fa0d7121c12acdbbd16650 - 12.9% (277 MB)

[#002] sha256:440ac31c0acb8a8e349a7bda8c148a9acbc28d624f1cc2d3121954b19c7f348c - 0.0% (1.27 KB)

[#003] sha256:1724b0530474915507c6ef23865ed81a79ad093469b136afa03f6dfa83ad54d1 - 0.78% (16.7 MB)

[#004] sha256:4c921dbe9839ef5406db9b3b043d007cb271c2bc2f683c5369cd661766e842cb - 2.48% (53.3 MB)

[#005] sha256:79009755c8f24163e8f5d39009fb3b41633ed830b4efad9fad2f07430883beca - 0.77% (16.5 MB)

[#006] sha256:f75231dce5e18e2e59ac4e291c23ff389f682c0d97bf000e0afcf4239057b061 - 0.67% (14.5 MB)

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

[#008] sha256:f47a4168228225cd82e78671ddcb6b66a4337479d3aa43d5d0aae037536de68f - 0.0% (1.27 KB)

[#009] sha256:5f16d50f3dd4c7e56346cd05afb10cbad6343aa2160635b63cfda9ad96b627e2 - 0.0% (1.27 KB)

[#010] sha256:63da565a2d37875db54104d0ff1c36c4fd89ceeee7c56e286313051c79fbbca4 - 0.0% (1.3 KB)

[#011] sha256:9f4189dfca74b2dfc5fbb23f7df26aa3b08740f527abbf63eab7db028d617347 - 0.0% (1.24 KB)

[#012] sha256:8854e94303abbcd585071720046180e6195e92af536dbb91e3cb11a60b9ad645 - 5.96% (128 MB)

[#013] sha256:acf4c17d4655a0a673326308a9c83e32a97ef4b931fbbcfbb22ad5a30d383906 - 0.0% (1.67 KB)

[#014] sha256:08dae286f9352bd782acd501d31d514c18cb1abbd63f3adbd957b0a8ff481bc3 - 0.0% (5.19 KB)

[#015] sha256:f44327198038087e9feda43ddf2e4dc88f3cc1408dd35cb77e3fe6504994362b - 0.0% (2.32 KB)

[#016] sha256:bb1aa6ed10744a0a45efdff9aea8db14c687e3c2f390bbd147523ac33e65e496 - 0.0% (5.13 KB)

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

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


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

Apply image 10.0.17763.6293

2024-11-01 11:38:40 UTC

Install update 10.0.17763.6532

2024-11-28 05:05:07 UTC

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

2024-11-28 05:05:17 UTC

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

2024-11-28 05:05:26 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.'

2024-11-28 05:05:34 UTC

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

2024-11-28 05:05:40 UTC

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

2024-11-28 05:05:41 UTC

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

2024-11-28 05:05:41 UTC

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

2024-11-28 05:05:42 UTC

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

2024-11-28 05:05:42 UTC

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

2024-11-28 05:05:42 UTC

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

2024-11-28 05:05:48 UTC

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

2024-11-28 05:05:54 UTC

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

2024-11-28 05:05:56 UTC

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

2024-11-28 05:05:57 UTC

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

2024-11-28 05:05:57 UTC

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

2024-11-28 05:05:58 UTC

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

2024-11-28 05:05:59 UTC

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

Details
Created

2024-11-28 05:06:00 UTC

Size

2.32 GB

Content Digest
Labels
  • io.cattle.agent
    true

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.11-0a57312f692aed2ea4ad87201dabb5737b45aaac-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:5987a3191d90ca1e07fd03dae1963abcaa49ceabc649ec3bc43f2c96b55d0464 - 31.71% (754 MB)

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

[#003] sha256:e91d7cce54156d15fd69e6beb5afc5ee5e81820bf6068c16975b338d687ef566 - 0.7% (16.6 MB)

[#004] sha256:3c43297e0f47a9a42ea4f92f2e8d8c8f6cd53f3960b66002dc93ff968a024bf9 - 2.24% (53.3 MB)

[#005] sha256:4e627d8222597924371fc1c2b0b47c7a8ce1d345298c86daf3ce191cb4ca62da - 0.7% (16.6 MB)

[#006] sha256:d3aefb0a3a0130e89aa2a0086b26dc33723436fa5dea68fb59eec19df15cd924 - 0.61% (14.5 MB)

[#007] sha256:21e17dff49868fd46825bf447f7eaa8e5a4ce0f15582532e1e8a85c23ff758d6 - 0.0% (1.25 KB)

[#008] sha256:b4ffeb4d1cf77d8a5abd04231d44d2f88d0e882e4573d13971a7e8deb08bf3c5 - 0.0% (1.3 KB)

[#009] sha256:8484e81b76f7a6020ed16f6be01ddc85f91ce5ad194ae1df6638543761bce905 - 0.0% (1.25 KB)

[#010] sha256:f72b3081c6e0f93d9b41d1b5712540128aa49f8dc2a1b2251fa8332e4cb1f68c - 0.0% (1.31 KB)

[#011] sha256:8d04b8be03c965a72c12a0e681a239cdbd71e7337ed0bc94be20e79130a645bb - 0.0% (1.25 KB)

[#012] sha256:a60bf666974759d93075032a6b6e4c63637011b562fff4746dc141c3068c717a - 5.38% (128 MB)

[#013] sha256:0123073872f15a4d1bb3eb77a52e4dc308902980465cb588f036ad4d912ca268 - 0.0% (1.67 KB)

[#014] sha256:fb55142a042461a48ad122da244493e471eb879beb60afee1ac2940a01922b41 - 0.0% (5.21 KB)

[#015] sha256:230bf83a951a9f77bc0e2893b433b054ef35f5f9055999239bdd90b61a593901 - 0.0% (2.31 KB)

[#016] sha256:a58a2087d4bbbb34f6b4a1097e3844c99cafd42995a6f765f3e8b0f3faeb3159 - 0.0% (5.13 KB)

[#017] sha256:b393df863d8eb5002ae9c0a23f7cc53fc2f6f26da243ea4739fc1083148b67c0 - 0.0% (3.08 KB)

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


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

Apply image 10.0.20348.2700

2024-11-02 23:52:43 UTC

Install update 10.0.20348.2849

2024-11-28 05:05:11 UTC

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

2024-11-28 05:05:22 UTC

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

2024-11-28 05:05:30 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.'

2024-11-28 05:05:37 UTC

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

2024-11-28 05:05:43 UTC

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

2024-11-28 05:05:43 UTC

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

2024-11-28 05:05:44 UTC

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

2024-11-28 05:05:45 UTC

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

2024-11-28 05:05:45 UTC

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

2024-11-28 05:05:46 UTC

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

2024-11-28 05:05:51 UTC

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

2024-11-28 05:05:56 UTC

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

2024-11-28 05:05:57 UTC

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

2024-11-28 05:05:58 UTC

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

2024-11-28 05:05:59 UTC

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

2024-11-28 05:06:00 UTC

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

2024-11-28 05:06:00 UTC

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

Details
Created

2024-11-28 04:05:43 UTC

Size

580 MB

Content Digest
Labels
  • com.suse.bci.micro.authors
    https://github.com/SUSE/bci/discussions
  • com.suse.bci.micro.created
    2024-11-01T17:37:39.556450276Z
  • 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/images/19856e79d950c4baf0d9cc9c3e07c2f3-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.28.2
  • com.suse.bci.micro.reference
    registry.suse.com/bci/bci-micro:15.6.28.2
  • com.suse.bci.micro.release-stage
    released
  • com.suse.bci.micro.source
    https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/19856e79d950c4baf0d9cc9c3e07c2f3/
  • com.suse.bci.micro.supportlevel
    l3
  • com.suse.bci.micro.title
    SLE BCI 15 SP6 Micro
  • 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.28.2
  • 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
  • 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//README.md
  • io.cattle.agent
    true
  • org.openbuildservice.disturl
    obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/19856e79d950c4baf0d9cc9c3e07c2f3-micro-image
  • org.opencontainers.image.authors
    https://github.com/SUSE/bci/discussions
  • org.opencontainers.image.created
    2024-11-28T03:59:27.712Z
  • org.opencontainers.image.description
    Complete container management platform
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    15.6.28.2
  • org.opencontainers.image.revision
    0a57312f692aed2ea4ad87201dabb5737b45aaac
  • 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
    main
  • org.opensuse.reference
    rancher/rancher-agent:

Environment
AGENT_IMAGE

rancher/rancher-agent:

CATTLE_RANCHER_PROVISIONING_CAPI_VERSION

105.0.0+up0.4.0

CATTLE_RANCHER_WEBHOOK_VERSION

105.0.0+up0.6.1

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:4090dd5519fe376c0dca73678dcbdc505e50e12eadaa0a44b534324b68fadac9 - 1.77% (10.2 MB)

[#001] sha256:b5ba290b12eed6681c3170cdcd6bfaf19215280102118cb1682f223cf6af3125 - 7.8% (45.2 MB)

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

[#003] sha256:4cb6bc477884ac5a1f9bf0a4d4a405588cb7f44e0eec95092e95f8acab5cfd0b - 2.57% (14.9 MB)

[#004] sha256:7e3d1285cb7dbd057ee3efd16bc55cbeba5cd54aec6ea11d7e9740dc95dc220e - 66.13% (384 MB)

[#005] sha256:f1fc5839c606d148e4b1d969de1193c752b87ce53d5ff0dbfeaf9231e49e0278 - 0.0% (9.31 KB)

[#006] sha256:880ccaa5ca2c39e76f53611bad71bbca74fd54840eb9b62f37dbfe93ec74cb5c - 21.73% (126 MB)

[#007] sha256:f1c31c8b838b6484b82e1ca12bc7bb4ea2ca81ca86dc25c371864ff323c53354 - 0.0% (4.04 KB)

[#008] sha256:00786747fdccfe6f6848097b19cee2e1b2ca8f57e2fe2b7433644ee82dc9de27 - 0.0% (141 Bytes)


History
2024-11-01 17:37:44 UTC

KIWI 9.24.43

2024-11-28 04:01:15 UTC (buildkit.dockerfile.v0)

COPY /chroot/ / # buildkit

2024-11-28 04:01:15 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

2024-11-28 04:01:16 UTC (buildkit.dockerfile.v0)

ARG ARCH=amd64

2024-11-28 04:01:16 UTC (buildkit.dockerfile.v0)

ENV KUBECTL_VERSION=v1.27.10

2024-11-28 04:01:16 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

2024-11-28 04:01:16 UTC (buildkit.dockerfile.v0)

LABEL io.cattle.agent=true

2024-11-28 04:01:16 UTC (buildkit.dockerfile.v0)

ARG RANCHER_REPO=rancher

2024-11-28 04:01:16 UTC (buildkit.dockerfile.v0)

ENV AGENT_IMAGE=rancher/rancher-agent:

2024-11-28 04:01:16 UTC (buildkit.dockerfile.v0)

ARG CATTLE_RANCHER_WEBHOOK_VERSION=105.0.0+up0.6.1

2024-11-28 04:01:16 UTC (buildkit.dockerfile.v0)

ENV CATTLE_RANCHER_WEBHOOK_VERSION=105.0.0+up0.6.1

2024-11-28 04:01:16 UTC (buildkit.dockerfile.v0)

ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=105.0.0+up0.4.0

2024-11-28 04:01:16 UTC (buildkit.dockerfile.v0)

ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=105.0.0+up0.4.0

2024-11-28 04:01:16 UTC (buildkit.dockerfile.v0)

ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs

2024-11-28 04:01:24 UTC (buildkit.dockerfile.v0)

COPY /var/lib/rancher-data /var/lib/rancher-data # buildkit

2024-11-28 04:01:25 UTC (buildkit.dockerfile.v0)

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

2024-11-28 04:05:43 UTC (buildkit.dockerfile.v0)

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

2024-11-28 04:05:43 UTC (buildkit.dockerfile.v0)

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

2024-11-28 04:05:43 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/rancher

2024-11-28 04:05:43 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//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= org.opensuse.reference=rancher/rancher-agent:

2024-11-28 04:05:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["run.sh"]

Details
Created

2024-11-28 04:09:55 UTC

Size

574 MB

Content Digest
Labels
  • com.suse.bci.micro.authors
    https://github.com/SUSE/bci/discussions
  • com.suse.bci.micro.created
    2024-11-01T17:32:20.939622920Z
  • 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/images/19856e79d950c4baf0d9cc9c3e07c2f3-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.28.2
  • com.suse.bci.micro.reference
    registry.suse.com/bci/bci-micro:15.6.28.2
  • com.suse.bci.micro.release-stage
    released
  • com.suse.bci.micro.source
    https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/19856e79d950c4baf0d9cc9c3e07c2f3/
  • com.suse.bci.micro.supportlevel
    l3
  • com.suse.bci.micro.title
    SLE BCI 15 SP6 Micro
  • 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.28.2
  • 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
  • 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//README.md
  • io.cattle.agent
    true
  • org.openbuildservice.disturl
    obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/19856e79d950c4baf0d9cc9c3e07c2f3-micro-image
  • org.opencontainers.image.authors
    https://github.com/SUSE/bci/discussions
  • org.opencontainers.image.created
    2024-11-28T03:59:33.385Z
  • org.opencontainers.image.description
    Complete container management platform
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    15.6.28.2
  • org.opencontainers.image.revision
    0a57312f692aed2ea4ad87201dabb5737b45aaac
  • 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
    main
  • org.opensuse.reference
    rancher/rancher-agent:

Environment
AGENT_IMAGE

rancher/rancher-agent:

CATTLE_RANCHER_PROVISIONING_CAPI_VERSION

105.0.0+up0.4.0

CATTLE_RANCHER_WEBHOOK_VERSION

105.0.0+up0.6.1

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:26031e5a7f9330ada9821268dd0332bf8c2a9db21e3740101b3e929d5284117f - 1.61% (9.26 MB)

[#001] sha256:9558676b173b88bad0e4b307e778ba428ab91cc1b005e0f6a9b12b269669bd1f - 8.2% (47 MB)

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

[#003] sha256:4c7b0191caf3de657a3446f87dda22fb061449ce3e6f06b4e1786f90464c3716 - 2.35% (13.5 MB)

[#004] sha256:57e0fd3fdf0a40635d2ccea8d488ff8449f753a967fd85d1bc66bf5a8152ed28 - 66.87% (384 MB)

[#005] sha256:345c014fa0454ece348275b77f831f1888016300842d79920d9dacfdf6151321 - 0.0% (8.89 KB)

[#006] sha256:eba519ac64c5024904e645089753abf23fa88e6abdeb69e8176517f055c8a001 - 20.97% (120 MB)

[#007] sha256:3ceed3f0089eee8ce90e44230b806a2dbbbcd4b08dc8b1630c90a0e1738ee22d - 0.0% (4.03 KB)

[#008] sha256:a571682acbbc4a1d0875f26ff8b2bce27381f4b4832896e629ab77291ee8b8d7 - 0.0% (139 Bytes)


History
2024-11-01 17:32:26 UTC

KIWI 9.24.43

2024-11-28 04:01:58 UTC (buildkit.dockerfile.v0)

COPY /chroot/ / # buildkit

2024-11-28 04:01:58 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

2024-11-28 04:01:59 UTC (buildkit.dockerfile.v0)

ARG ARCH=arm64

2024-11-28 04:01:59 UTC (buildkit.dockerfile.v0)

ENV KUBECTL_VERSION=v1.27.10

2024-11-28 04:01:59 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

2024-11-28 04:01:59 UTC (buildkit.dockerfile.v0)

LABEL io.cattle.agent=true

2024-11-28 04:01:59 UTC (buildkit.dockerfile.v0)

ARG RANCHER_REPO=rancher

2024-11-28 04:01:59 UTC (buildkit.dockerfile.v0)

ENV AGENT_IMAGE=rancher/rancher-agent:

2024-11-28 04:01:59 UTC (buildkit.dockerfile.v0)

ARG CATTLE_RANCHER_WEBHOOK_VERSION=105.0.0+up0.6.1

2024-11-28 04:01:59 UTC (buildkit.dockerfile.v0)

ENV CATTLE_RANCHER_WEBHOOK_VERSION=105.0.0+up0.6.1

2024-11-28 04:01:59 UTC (buildkit.dockerfile.v0)

ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=105.0.0+up0.4.0

2024-11-28 04:01:59 UTC (buildkit.dockerfile.v0)

ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=105.0.0+up0.4.0

2024-11-28 04:01:59 UTC (buildkit.dockerfile.v0)

ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs

2024-11-28 04:02:09 UTC (buildkit.dockerfile.v0)

COPY /var/lib/rancher-data /var/lib/rancher-data # buildkit

2024-11-28 04:02:10 UTC (buildkit.dockerfile.v0)

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

2024-11-28 04:09:55 UTC (buildkit.dockerfile.v0)

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

2024-11-28 04:09:55 UTC (buildkit.dockerfile.v0)

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

2024-11-28 04:09:55 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/rancher

2024-11-28 04:09:55 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//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= org.opensuse.reference=rancher/rancher-agent:

2024-11-28 04:09:55 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