2024-10-01 04:00:50 UTC
1.81 GB
rancher/rancher-agent:v2.9.3-alpha2
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 88.74% (1.6 GB)
[#001] sha256:969d130c772a0280e3ac6fc6eb9231b520fd691facac125a475a1e6810bb5354 - 0.0% (1.27 KB)
[#002] sha256:87b26b45e31392133ae7e08cfe94f807bd72c8506a058e6be0efe975a82bb056 - 0.89% (16.4 MB)
[#003] sha256:5e413c780483940a6bc46671eb0ba0db09928587cf21135f1ad8c785dd647d5f - 2.88% (53.3 MB)
[#004] sha256:9e7eb85a3e83aa8af0e895a96e71519e2c91a49882c4b2cb7083cca13d99adad - 0.89% (16.5 MB)
[#005] sha256:944808c68afb007d5bd5744d9acda79006f16ef8764f5d3235384a775b427620 - 0.78% (14.5 MB)
[#006] sha256:6d809aae719be12e0f21ab66cd3401b43353253154da409b6aa57e4669c0ce5a - 0.0% (1.29 KB)
[#007] sha256:1d296aaf2f73d8fab66c4de13b86d7f35d31a86f40fd2b8b1fc2decfff43e23c - 0.0% (1.27 KB)
[#008] sha256:57cb1fb751dc9f5b588d7bbfc8662bdaedf3e50c714cd7c93629a1949892407b - 0.0% (1.27 KB)
[#009] sha256:293f0f112a770428fcdd0085c500c20d8629c66a1a345e9178cf905d1a9c14fd - 0.0% (1.26 KB)
[#010] sha256:0644db74dc71405220fdf7ecd640a0d28f53fc96a0525cd1c2a4310e750c858d - 0.0% (1.23 KB)
[#011] sha256:90110ed81b96a98a01452346076b8ce6e57c5ec65c067c11a295aa4ca05a42a1 - 5.81% (107 MB)
[#012] sha256:f3559cbf5bc505d2d8bad57a045889637ae5c73e19305fe8d81f3a8da106b63c - 0.0% (1.66 KB)
[#013] sha256:6974991d757f6e826ecc70487daf5f33bff8948e66a42235bdef5656c9637098 - 0.0% (5.2 KB)
[#014] sha256:1654ab5e80b6d2255072dac2cc6ad636231714694c21586e2663bfa18b3d5066 - 0.0% (2.32 KB)
[#015] sha256:50977b264411ad37d35e9d1dd41b0f49dc5570d04ed73482ac3336c35bb61a47 - 0.0% (5.11 KB)
[#016] sha256:0704e4abbaf7e63db36765a3c159889ca3537bf62e6f6158aa58c46daf570725 - 0.0% (3.09 KB)
[#017] sha256:3147ee00a7439dca202fabfea114ce67fb8d55c3bd3d948c31b79b11d98b891e - 0.0% (1.27 KB)
Apply image 10.0.17763.6293
2024-10-01 03:59:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-10-01 04:00:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.4.18/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); curl.exe -sfL $URL -o c:\wins.exe; Write-Host 'Complete.'
2024-10-01 04:00:20 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.'
2024-10-01 04:00:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2024-10-01 04:00:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2024-10-01 04:00:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=
2024-10-01 04:00:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2024-10-01 04:00:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2024-10-01 04:00:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.9.3-alpha2
2024-10-01 04:00:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2024-10-01 04:00:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:50f176eded44e15fe87dd536a93d14fecc3c532ce8a3d6476460bf85e7ad4247 in \etc\rancher\
2024-10-01 04:00:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:182058fc211898ce0d8c0fb4997ebac85d689e1a05bc2e2ed50b87d941f33bb7 in \etc\rancher\
2024-10-01 04:00:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:be0d9059d3b3729a5d2f5f5bcafb985ad8e3445a705c03ccf14ad094752525b7 in \etc\rancher\
2024-10-01 04:00:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:911b7cdac0a95abe5e3258d4406ef50b0abdd0c969b156c8b65295491f11a63e in \etc\rancher\
2024-10-01 04:00:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:34e214604dd58be18e9d36c057149a300fa24df0eaf5c7696e78e29f473d26f2 in \etc\rancher\
2024-10-01 04:00:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:63c7287f27d2542d28947eee48d406992e339055f59933bf14f40d9006b0e636 in \etc\rancher\
2024-10-01 04:00:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2024-10-01 04:01:44 UTC
1.57 GB
rancher/rancher-agent:v2.9.3-alpha2
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 87.01% (1.36 GB)
[#001] sha256:1f97c18d867455fc1da08fe226fb6a03abee265866e79d5356e67b3cf7ad998c - 0.0% (1.25 KB)
[#002] sha256:fb406d3f883661c4fcfb15e4a2f3b5f1fe756782d0977e6008dffb94bf7cc7a6 - 1.03% (16.4 MB)
[#003] sha256:4d82ca70a01befebec9f880b11b04fb8551ad4bdc4dbcd498dd6390b90d966c0 - 3.33% (53.3 MB)
[#004] sha256:bb2430cb50d37b0bb860642efb7713030a37d886e4ba6a2658988142c81c2f91 - 1.03% (16.5 MB)
[#005] sha256:b5ed4b5ba989de19900cf058ab3d54291e904a8b0390a9f1415408c5943a35b1 - 0.9% (14.5 MB)
[#006] sha256:5bba5872a969ff46b458235c544446167c04ffaf186636f1ee26e707ce81149b - 0.0% (1.35 KB)
[#007] sha256:322ab5230fbe160520e5e45650cd213c4a74f59a8f3fa9361edcf5e6a44b779d - 0.0% (1.26 KB)
[#008] sha256:e532a163d42ba2f2f6d19ccd7d218d08055cfcc3818b7a6dfe1b90b6b60117e7 - 0.0% (1.33 KB)
[#009] sha256:47aa8e7729aa1ab8a434101a9fd5616feecbb933e13aef40c99be9e336909187 - 0.0% (1.29 KB)
[#010] sha256:ab922d18393c2bdf78a10327360a3863ba2ae3e2bfdccd3957cd6e7c69fb35d9 - 0.0% (1.3 KB)
[#011] sha256:150ecc4ad0b84f5a9b9ad7cab90e50f16a0e64bcbff3142bbb31c6f5d73c78bc - 6.7% (107 MB)
[#012] sha256:93d89339821fa1895036180cf5f714a976672a9436ec7cd34a5edec5098596d7 - 0.0% (1.66 KB)
[#013] sha256:5cc803612c9ac98cceaf4c12305b28fc43fc4dc025120db1e69f5f35db6d27f5 - 0.0% (5.26 KB)
[#014] sha256:95cdcc9781ce72cc8c53610910c0bd8949f476b3078e7a3e5293c8175c710359 - 0.0% (2.39 KB)
[#015] sha256:d706313dd141ddb105f822e21be3653c917f80efb2a361883480bc77ba88aa8f - 0.0% (5.12 KB)
[#016] sha256:f64778f703706d99039351aca07731fe1b518ae71e68bf68adf34f66766dd768 - 0.0% (3.19 KB)
[#017] sha256:cb5d0e23726ad6c19ca99bc9a5f049ebf90a5d1956f96ec15a87303f7ddef1d3 - 0.0% (1.32 KB)
Apply image 10.0.20348.2700
2024-10-01 04:00:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-10-01 04:01:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.4.18/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); curl.exe -sfL $URL -o c:\wins.exe; Write-Host 'Complete.'
2024-10-01 04:01:11 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.'
2024-10-01 04:01:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2024-10-01 04:01:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2024-10-01 04:01:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=
2024-10-01 04:01:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2024-10-01 04:01:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2024-10-01 04:01:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.9.3-alpha2
2024-10-01 04:01:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2024-10-01 04:01:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:50f176eded44e15fe87dd536a93d14fecc3c532ce8a3d6476460bf85e7ad4247 in \etc\rancher\
2024-10-01 04:01:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:182058fc211898ce0d8c0fb4997ebac85d689e1a05bc2e2ed50b87d941f33bb7 in \etc\rancher\
2024-10-01 04:01:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:be0d9059d3b3729a5d2f5f5bcafb985ad8e3445a705c03ccf14ad094752525b7 in \etc\rancher\
2024-10-01 04:01:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:911b7cdac0a95abe5e3258d4406ef50b0abdd0c969b156c8b65295491f11a63e in \etc\rancher\
2024-10-01 04:01:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:34e214604dd58be18e9d36c057149a300fa24df0eaf5c7696e78e29f473d26f2 in \etc\rancher\
2024-10-01 04:01:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:63c7287f27d2542d28947eee48d406992e339055f59933bf14f40d9006b0e636 in \etc\rancher\
2024-10-01 04:01:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2024-10-01 03:05:46 UTC
538 MB
rancher/rancher-agent:v2.9.3-alpha2
CATTLE_RANCHER_PROVISIONING_CAPI_VERSION CATTLE_RANCHER_WEBHOOK_VERSION104.0.2+up0.5.2
KUBECTL_VERSIONv1.27.10
LOGLEVEL_VERSIONv0.1.6
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:7c27829dc162e84717e136640308115eaba61c3867cc145ca1d45cc5bd5664d8 - 1.85% (9.93 MB)
[#001] sha256:13be0e3b259ee004251b3f6a4d3b9d3fc962a3a291aac1222f6fc0ee2df4ce3a - 8.42% (45.3 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:9e53169d0045ea6c1791f958919ccc210a85de1026d0b7fcbbeb41e0ba2443c8 - 2.78% (14.9 MB)
[#004] sha256:a090b009299b01761832ce3180c5ae51e846dcfac4f337e2eb9fce750f8b2b29 - 0.52% (2.78 MB)
[#005] sha256:a197d6a2d99084bc52bac16824e82a5ab9567ab2eac7f3abcc765d4b9179c2a6 - 66.73% (359 MB)
[#006] sha256:8519e0505fe5b4a14199c598c7e390891e435539bf6b4150e7a9b90b9df26b4e - 0.0% (9.3 KB)
[#007] sha256:a60a6427ab1c45e142b3bf2c47c285f187057f829fa8ed7ff52771dbbfaa38ac - 19.7% (106 MB)
[#008] sha256:9473573198b1f3924e515b3fab8b0a95cf925ba6fbd34d76a3940b4d26061237 - 0.0% (138 Bytes)
KIWI 9.24.43
2024-10-01 02:59:42 UTC (buildkit.dockerfile.v0)COPY /chroot/ / # buildkit
2024-10-01 02:59:43 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-10-01 02:59:43 UTC (buildkit.dockerfile.v0)ARG ARCH=amd64
2024-10-01 02:59:43 UTC (buildkit.dockerfile.v0)ENV KUBECTL_VERSION=v1.27.10
2024-10-01 02:59:43 UTC (buildkit.dockerfile.v0)ARG VERSION=v2.9.3-alpha2
2024-10-01 02:59:43 UTC (buildkit.dockerfile.v0)RUN |2 ARCH=amd64 VERSION=v2.9.3-alpha2 /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-10-01 02:59:43 UTC (buildkit.dockerfile.v0)ENV LOGLEVEL_VERSION=v0.1.6
2024-10-01 02:59:43 UTC (buildkit.dockerfile.v0)RUN |2 ARCH=amd64 VERSION=v2.9.3-alpha2 /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 # buildkit
2024-10-01 02:59:43 UTC (buildkit.dockerfile.v0)LABEL io.cattle.agent=true
2024-10-01 02:59:43 UTC (buildkit.dockerfile.v0)ARG RANCHER_REPO=rancher
2024-10-01 02:59:43 UTC (buildkit.dockerfile.v0)ENV AGENT_IMAGE=rancher/rancher-agent:v2.9.3-alpha2
2024-10-01 02:59:43 UTC (buildkit.dockerfile.v0)ARG CATTLE_RANCHER_WEBHOOK_VERSION=104.0.2+up0.5.2
2024-10-01 02:59:43 UTC (buildkit.dockerfile.v0)ENV CATTLE_RANCHER_WEBHOOK_VERSION=104.0.2+up0.5.2
2024-10-01 02:59:43 UTC (buildkit.dockerfile.v0)ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION
2024-10-01 02:59:43 UTC (buildkit.dockerfile.v0)ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=
2024-10-01 02:59:43 UTC (buildkit.dockerfile.v0)ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2024-10-01 02:59:50 UTC (buildkit.dockerfile.v0)COPY /var/lib/rancher-data /var/lib/rancher-data # buildkit
2024-10-01 02:59:50 UTC (buildkit.dockerfile.v0)COPY /usr/bin/tini /usr/bin/ # buildkit
2024-10-01 03:05:46 UTC (buildkit.dockerfile.v0)COPY /app/agent /app/package/run.sh /app/package/kubectl-shell.sh /app/package/shell-setup.sh /usr/bin/ # buildkit
2024-10-01 03:05:46 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/rancher
2024-10-01 03:05:46 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["run.sh"]
2024-10-01 03:04:39 UTC
532 MB
rancher/rancher-agent:v2.9.3-alpha2
CATTLE_RANCHER_PROVISIONING_CAPI_VERSION CATTLE_RANCHER_WEBHOOK_VERSION104.0.2+up0.5.2
KUBECTL_VERSIONv1.27.10
LOGLEVEL_VERSIONv0.1.6
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:68ba7f096cf8f8c455cc56b4ec636aad8a5cba5ed1dba406a81154dc05e122f6 - 1.73% (9.2 MB)
[#001] sha256:8993a3a9850bc45caaf974b4aba95dd3ea1a9cb14fdfa95201e37d35d218203b - 8.83% (47 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:c0299e6fa611b0c8cc7ef9f29adcf2bf68e63d07789a6ccd59de40a235a6f9b9 - 2.54% (13.5 MB)
[#004] sha256:afa1690bfe581fb2eaf7e1daa88701fcbe518402a847da995a7e16ea8671c88b - 0.48% (2.56 MB)
[#005] sha256:7ecc51b55d69fec1584d4c892351c7f076a335bb0cf70613344504fe8519ccb3 - 67.47% (359 MB)
[#006] sha256:054187120c319ca963ddc39429c0a7329e4d72bd340c4ba4877d6b0ef12856a6 - 0.0% (8.88 KB)
[#007] sha256:3d672d13260a63eb411121ed5d4c33ea5c3c46b0d47d7d45f14e082d05ebafc2 - 18.95% (101 MB)
[#008] sha256:1f01359f706258fd3197544992980a713c7d7549ced0bcb1615c1ab5f3aa80d3 - 0.0% (140 Bytes)
KIWI 9.24.43
2024-10-01 02:59:58 UTC (buildkit.dockerfile.v0)COPY /chroot/ / # buildkit
2024-10-01 02:59: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-10-01 02:59:59 UTC (buildkit.dockerfile.v0)ARG ARCH=arm64
2024-10-01 02:59:59 UTC (buildkit.dockerfile.v0)ENV KUBECTL_VERSION=v1.27.10
2024-10-01 02:59:59 UTC (buildkit.dockerfile.v0)ARG VERSION=v2.9.3-alpha2
2024-10-01 02:59:59 UTC (buildkit.dockerfile.v0)RUN |2 ARCH=arm64 VERSION=v2.9.3-alpha2 /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-10-01 02:59:59 UTC (buildkit.dockerfile.v0)ENV LOGLEVEL_VERSION=v0.1.6
2024-10-01 02:59:59 UTC (buildkit.dockerfile.v0)RUN |2 ARCH=arm64 VERSION=v2.9.3-alpha2 /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 # buildkit
2024-10-01 02:59:59 UTC (buildkit.dockerfile.v0)LABEL io.cattle.agent=true
2024-10-01 02:59:59 UTC (buildkit.dockerfile.v0)ARG RANCHER_REPO=rancher
2024-10-01 02:59:59 UTC (buildkit.dockerfile.v0)ENV AGENT_IMAGE=rancher/rancher-agent:v2.9.3-alpha2
2024-10-01 02:59:59 UTC (buildkit.dockerfile.v0)ARG CATTLE_RANCHER_WEBHOOK_VERSION=104.0.2+up0.5.2
2024-10-01 02:59:59 UTC (buildkit.dockerfile.v0)ENV CATTLE_RANCHER_WEBHOOK_VERSION=104.0.2+up0.5.2
2024-10-01 02:59:59 UTC (buildkit.dockerfile.v0)ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION
2024-10-01 02:59:59 UTC (buildkit.dockerfile.v0)ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=
2024-10-01 02:59:59 UTC (buildkit.dockerfile.v0)ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2024-10-01 03:00:07 UTC (buildkit.dockerfile.v0)COPY /var/lib/rancher-data /var/lib/rancher-data # buildkit
2024-10-01 03:00:08 UTC (buildkit.dockerfile.v0)COPY /usr/bin/tini /usr/bin/ # buildkit
2024-10-01 03:04:39 UTC (buildkit.dockerfile.v0)COPY /app/agent /app/package/run.sh /app/package/kubectl-shell.sh /app/package/shell-setup.sh /usr/bin/ # buildkit
2024-10-01 03:04:39 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/rancher
2024-10-01 03:04:39 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.