2025-01-22 21:53:00 UTC
2.1 GB
rancher/rancher-agent:v2.10-11bebdb78d5e2d1f58721050ba96cf92e345113e-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 76.27% (1.6 GB)
[#001] sha256:3308b54d35b61854238974280a5b0ecc72a98e2ead17d04f42770a7b35407090 - 13.03% (280 MB)
[#002] sha256:7702e7a8eaa86b1284f00f6e2ceca8010264e089c3b0104600f4337dcb82d1fe - 0.0% (1.26 KB)
[#003] sha256:fd2468a4ac766507e8644e82e7b095a43bf40f4b37261543e3117968fe6be141 - 0.78% (16.8 MB)
[#004] sha256:619ef15a571778eda619949f14d4fe5a12aaf73285f67a254270882fc0f3b954 - 2.48% (53.3 MB)
[#005] sha256:c6c671dc19f0045a540259db66a95269e7dca227baccfbc283b1c0d24fb18a96 - 0.78% (16.7 MB)
[#006] sha256:740213d47f5db7427f386224b2f1c6c4e47c4cc35e31a156b63041a6e94fd1ef - 0.67% (14.5 MB)
[#007] sha256:8d25943ff984c67a0c8834015d2e5b7d968c0f41448ad546c56e6945c214d4de - 0.0% (1.26 KB)
[#008] sha256:afa6090c246b2bed5f1ce6a8053b4f662b2ac39784439cc45ec1bafcb97ec896 - 0.0% (1.27 KB)
[#009] sha256:ad7df958a8c76a890c675b54f53035a9338d336bf0cbac19cf4753bd5a23df8a - 0.0% (1.3 KB)
[#010] sha256:cde4d67a5c6b2e33c916971d036363ac3effbcfa81fe576ab6b2e9ae3ccbb482 - 0.0% (1.26 KB)
[#011] sha256:4dc5a4068b6e11090e77f9077d18df0da1264f2c85d069fae484a42520085905 - 0.0% (1.26 KB)
[#012] sha256:b538b88c57c4614539519403154c616f0b6d4ec6712793283563f85347875440 - 5.99% (129 MB)
[#013] sha256:a7f08201ca5d687088e285dbd6c84efee5c1c373e6a0e9a4f8424d582eb06921 - 0.0% (1.68 KB)
[#014] sha256:b147df43ff1863274c31594f6b736c192b7937731f2056dc0aaec674d86b573b - 0.0% (5.22 KB)
[#015] sha256:97cbdf257fd4df5b5e3531024252aed15ce8126f8f85e416fbb57fc43ca6e635 - 0.0% (2.32 KB)
[#016] sha256:abd2d9e4dcdf08b26e2f7953d81ece404ac87d2d91b655b44bef2ee8ea631189 - 0.0% (5.13 KB)
[#017] sha256:be560fa4974748a45d7e7e08923a950df4eb927c73abc3a9ab8a8257bc12baf1 - 0.0% (3.09 KB)
[#018] sha256:b89eb95b9959fb596b92cc28243f00589ac674fe45935d7b1e590ce077074210 - 0.0% (1.27 KB)
Apply image 10.0.17763.6293
2024-12-05 05:10:22 UTCInstall update 10.0.17763.6659
2025-01-22 21:51:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2025-01-22 21:52:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.5.0-rc.2/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); curl.exe -sfL $URL -o c:\wins.exe; Write-Host 'Complete.'
2025-01-22 21:52:29 UTCpowershell -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-01-22 21:52:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2025-01-22 21:52:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2025-01-22 21:52:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=
2025-01-22 21:52:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2025-01-22 21:52:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2025-01-22 21:52:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.10-11bebdb78d5e2d1f58721050ba96cf92e345113e-head
2025-01-22 21:52:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2025-01-22 21:52:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:e87c1441dbb5d1178c4765ceab7ed7e6f273aa16a1562da8266c0781ee1594ad in \etc\rancher\
2025-01-22 21:52:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:182058fc211898ce0d8c0fb4997ebac85d689e1a05bc2e2ed50b87d941f33bb7 in \etc\rancher\
2025-01-22 21:52:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:be0d9059d3b3729a5d2f5f5bcafb985ad8e3445a705c03ccf14ad094752525b7 in \etc\rancher\
2025-01-22 21:52:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:911b7cdac0a95abe5e3258d4406ef50b0abdd0c969b156c8b65295491f11a63e in \etc\rancher\
2025-01-22 21:52:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:34e214604dd58be18e9d36c057149a300fa24df0eaf5c7696e78e29f473d26f2 in \etc\rancher\
2025-01-22 21:53:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:63c7287f27d2542d28947eee48d406992e339055f59933bf14f40d9006b0e636 in \etc\rancher\
2025-01-22 21:53:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2025-01-22 21:47:57 UTC
2.32 GB
rancher/rancher-agent:v2.10-11bebdb78d5e2d1f58721050ba96cf92e345113e-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 58.6% (1.36 GB)
[#001] sha256:90641eccc9d7a78ab99d123ca3884acb8ffc002eb44bc5e68f261f0810d5202b - 31.73% (755 MB)
[#002] sha256:ef119504a2b4fe20628e5e61464c4395b10e20360615be0f3627fda255ab163c - 0.0% (1.26 KB)
[#003] sha256:bf5e5488c1edae902ed57787405ba12dbb59fbdd9842f508145ed3e2402209bd - 0.7% (16.7 MB)
[#004] sha256:909735c3f522a07694088547c4ea3357f3c83aa1545e922bb0207a1feea42557 - 2.24% (53.3 MB)
[#005] sha256:d3afa73642c4a1a144d07ee0d3821d6224fef67412aa8aff7b46faeb8a064bd2 - 0.7% (16.7 MB)
[#006] sha256:ef9d5218db1162ddabee5cdb6ae9c72c52d6c054bff6be22a987fce8c913dfc8 - 0.61% (14.5 MB)
[#007] sha256:ee83f5e7d0cc735ad1d79c0df5d332746ec287a423a005a994f5616cc028fc35 - 0.0% (1.25 KB)
[#008] sha256:87b42bbcd07fc76729233186354ae37102c8b1a444027467c0211aa02b473766 - 0.0% (1.25 KB)
[#009] sha256:dcc80a3bda055c0c2d25ebc85ea97d94dcd4f1a0df11d806248b200c61f8ca72 - 0.0% (1.25 KB)
[#010] sha256:030496f1d8dec3c383dd8479a910dedff715471159421443e2e7ba69e1565a57 - 0.0% (1.25 KB)
[#011] sha256:140fa72d9f204a4b3b051b8b6db4e8f0797ac57ade0591a3add89f8645e78ee8 - 0.0% (1.25 KB)
[#012] sha256:8eb37d69fcb31483a9aa45a6c4af6a72357c648395b8ad015c6a1c35108bc6cb - 5.41% (129 MB)
[#013] sha256:0824b25b0dd7b3e3b3f660ab13b759d590b597259adbfc20910a91bd48bbdfa9 - 0.0% (1.66 KB)
[#014] sha256:27a5930773ae9fc83d93d69c6219b736c087442e9717c7884fe5ad614b667194 - 0.0% (5.2 KB)
[#015] sha256:dc0c7746d1bb2c522db36ae1ab499242216bf0c7231a8caff44476e31cf6e165 - 0.0% (2.3 KB)
[#016] sha256:908fde053cf84c7f0b9c564b3122318eed816cd067caf11800b3b29f7bea1037 - 0.0% (5.09 KB)
[#017] sha256:77a1435550c971df6819a360a0f9c0c4532573b3c23407c304717d77462d6187 - 0.0% (3.08 KB)
[#018] sha256:a14380717d4788d2874d02f775b2096eb69531b19b3290a03d2372d4f6cf6933 - 0.0% (1.25 KB)
Apply image 10.0.20348.2700
2024-12-05 01:36:58 UTCInstall update 10.0.20348.2966
2025-01-22 21:47:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2025-01-22 21:47:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.5.0-rc.2/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); curl.exe -sfL $URL -o c:\wins.exe; Write-Host 'Complete.'
2025-01-22 21:47:26 UTCpowershell -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-01-22 21:47:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2025-01-22 21:47:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2025-01-22 21:47:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=
2025-01-22 21:47:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2025-01-22 21:47:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2025-01-22 21:47:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.10-11bebdb78d5e2d1f58721050ba96cf92e345113e-head
2025-01-22 21:47:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2025-01-22 21:47:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:e87c1441dbb5d1178c4765ceab7ed7e6f273aa16a1562da8266c0781ee1594ad in \etc\rancher\
2025-01-22 21:47:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:182058fc211898ce0d8c0fb4997ebac85d689e1a05bc2e2ed50b87d941f33bb7 in \etc\rancher\
2025-01-22 21:47:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:be0d9059d3b3729a5d2f5f5bcafb985ad8e3445a705c03ccf14ad094752525b7 in \etc\rancher\
2025-01-22 21:47:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:911b7cdac0a95abe5e3258d4406ef50b0abdd0c969b156c8b65295491f11a63e in \etc\rancher\
2025-01-22 21:47:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:34e214604dd58be18e9d36c057149a300fa24df0eaf5c7696e78e29f473d26f2 in \etc\rancher\
2025-01-22 21:47:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:63c7287f27d2542d28947eee48d406992e339055f59933bf14f40d9006b0e636 in \etc\rancher\
2025-01-22 21:47:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2025-01-22 20:18:10 UTC
620 MB
rancher/rancher-agent:
CATTLE_RANCHER_PROVISIONING_CAPI_VERSION105.1.0+up0.6.0
CATTLE_RANCHER_WEBHOOK_VERSION105.0.2+up0.6.3-rc.3
KUBECTL_VERSIONv1.27.10
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:f84f5c88d59a5b458811479c4329354bf5eb3a4a5f5bd5acbde2be4aaad44351 - 1.65% (10.2 MB)
[#001] sha256:5bd4242908585c557cb0a99909cdf470b7576cbe7d3ba37a1263e07aecd3de98 - 9.16% (56.8 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:5a3954788265373dfdaaed560ed984d55639f7b4548d8d75f3482b45c726d042 - 2.41% (14.9 MB)
[#004] sha256:a91ab2531dcccb77bef4193568782037b51ca2994fa57a2423676b215982cf20 - 66.3% (411 MB)
[#005] sha256:9aeb567fe4c208f6e1457c4644cc5d09fd8da960e1dd6bffca4d1caa9e082045 - 0.0% (9.31 KB)
[#006] sha256:6b9a5b9dbb76517b976a27b2b5efdb3aa899362ba65ce26bbddb53d296e757fe - 20.48% (127 MB)
[#007] sha256:13f7c0aac860acbad6b863315cf48bcfe3b6042e5f1341bdf0e681bdeef39e83 - 0.0% (4.03 KB)
[#008] sha256:8d29483d18e173430bf0cc8649b43ace003548068813dfa040bb02de92efd45d - 0.0% (140 Bytes)
KIWI 9.24.43
2025-01-22 20:11:05 UTC (buildkit.dockerfile.v0)COPY /chroot/ / # buildkit
2025-01-22 20:11:05 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-01-22 20:11:05 UTC (buildkit.dockerfile.v0)ARG ARCH=amd64
2025-01-22 20:11:05 UTC (buildkit.dockerfile.v0)ENV KUBECTL_VERSION=v1.27.10
2025-01-22 20:11:05 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-01-22 20:11:05 UTC (buildkit.dockerfile.v0)LABEL io.cattle.agent=true
2025-01-22 20:11:05 UTC (buildkit.dockerfile.v0)ARG RANCHER_REPO=rancher
2025-01-22 20:11:05 UTC (buildkit.dockerfile.v0)ENV AGENT_IMAGE=rancher/rancher-agent:
2025-01-22 20:11:05 UTC (buildkit.dockerfile.v0)ARG CATTLE_RANCHER_WEBHOOK_VERSION=105.0.2+up0.6.3-rc.3
2025-01-22 20:11:05 UTC (buildkit.dockerfile.v0)ENV CATTLE_RANCHER_WEBHOOK_VERSION=105.0.2+up0.6.3-rc.3
2025-01-22 20:11:05 UTC (buildkit.dockerfile.v0)ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=105.1.0+up0.6.0
2025-01-22 20:11:05 UTC (buildkit.dockerfile.v0)ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=105.1.0+up0.6.0
2025-01-22 20:11:05 UTC (buildkit.dockerfile.v0)ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2025-01-22 20:11:12 UTC (buildkit.dockerfile.v0)COPY /var/lib/rancher-data /var/lib/rancher-data # buildkit
2025-01-22 20:11:13 UTC (buildkit.dockerfile.v0)COPY /usr/bin/tini /usr/bin/ # buildkit
2025-01-22 20:18:10 UTC (buildkit.dockerfile.v0)COPY /app/agent /usr/bin/ # buildkit
2025-01-22 20:18:10 UTC (buildkit.dockerfile.v0)COPY package/loglevel package/run.sh package/kubectl-shell.sh package/shell-setup.sh /usr/bin/ # buildkit
2025-01-22 20:18:10 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/rancher
2025-01-22 20:18:10 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:
2025-01-22 20:18:10 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["run.sh"]
2025-01-22 20:15:50 UTC
614 MB
rancher/rancher-agent:
CATTLE_RANCHER_PROVISIONING_CAPI_VERSION105.1.0+up0.6.0
CATTLE_RANCHER_WEBHOOK_VERSION105.0.2+up0.6.3-rc.3
KUBECTL_VERSIONv1.27.10
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:55ea67ff1691bdfaccaf10de7adb55f584883bc0dad66469ad8365ecccea7449 - 1.51% (9.26 MB)
[#001] sha256:b172793c830921d0256548384a8f1b840d2f5a6be7f47a94bdf33b245b5eea36 - 9.6% (58.9 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:f385150668b75da39873f098fdd263cbf36635b5bcefde115991c0c441a22b2c - 2.2% (13.5 MB)
[#004] sha256:88e48dae47bf01190ef7b5b520d1400c92e344305ea88336f62c60a96ae547bf - 66.96% (411 MB)
[#005] sha256:b85e5cee7532b2a0d154aa0b5ccc2c52d22d04b0c1a8ac4450151ef132f83ec0 - 0.0% (8.89 KB)
[#006] sha256:5b4cac1b519f39ac5c8f6e47cd98e89541b256c1152c1ce752a047a3d97dcab3 - 19.73% (121 MB)
[#007] sha256:3c6b73fee46761ffe7964d7f1feed222d358bc9a6f21ac181f31f1510f95fc8a - 0.0% (4.03 KB)
[#008] sha256:6f898aeb22d2305e2134761ed28384f705761a93c6e719222a06ffb8edc5caaf - 0.0% (139 Bytes)
KIWI 9.24.43
2025-01-22 20:10:54 UTC (buildkit.dockerfile.v0)COPY /chroot/ / # buildkit
2025-01-22 20:10:54 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-01-22 20:10:54 UTC (buildkit.dockerfile.v0)ARG ARCH=arm64
2025-01-22 20:10:54 UTC (buildkit.dockerfile.v0)ENV KUBECTL_VERSION=v1.27.10
2025-01-22 20:10:54 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-01-22 20:10:54 UTC (buildkit.dockerfile.v0)LABEL io.cattle.agent=true
2025-01-22 20:10:54 UTC (buildkit.dockerfile.v0)ARG RANCHER_REPO=rancher
2025-01-22 20:10:54 UTC (buildkit.dockerfile.v0)ENV AGENT_IMAGE=rancher/rancher-agent:
2025-01-22 20:10:54 UTC (buildkit.dockerfile.v0)ARG CATTLE_RANCHER_WEBHOOK_VERSION=105.0.2+up0.6.3-rc.3
2025-01-22 20:10:54 UTC (buildkit.dockerfile.v0)ENV CATTLE_RANCHER_WEBHOOK_VERSION=105.0.2+up0.6.3-rc.3
2025-01-22 20:10:54 UTC (buildkit.dockerfile.v0)ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=105.1.0+up0.6.0
2025-01-22 20:10:54 UTC (buildkit.dockerfile.v0)ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=105.1.0+up0.6.0
2025-01-22 20:10:54 UTC (buildkit.dockerfile.v0)ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2025-01-22 20:11:02 UTC (buildkit.dockerfile.v0)COPY /var/lib/rancher-data /var/lib/rancher-data # buildkit
2025-01-22 20:11:02 UTC (buildkit.dockerfile.v0)COPY /usr/bin/tini /usr/bin/ # buildkit
2025-01-22 20:15:50 UTC (buildkit.dockerfile.v0)COPY /app/agent /usr/bin/ # buildkit
2025-01-22 20:15:50 UTC (buildkit.dockerfile.v0)COPY package/loglevel package/run.sh package/kubectl-shell.sh package/shell-setup.sh /usr/bin/ # buildkit
2025-01-22 20:15:50 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/rancher
2025-01-22 20:15:50 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:
2025-01-22 20:15:50 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["run.sh"]
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.