fix: reuse pre-pulled busybox for nfs smoke
Deploy Cluster / Terraform (push) Successful in 35s
Deploy Cluster / Ansible (push) Failing after 37m32s

This commit is contained in:
2026-05-02 03:55:12 +00:00
parent 66a550c830
commit 63c45337a0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -530,7 +530,7 @@ jobs:
effect: NoSchedule effect: NoSchedule
containers: containers:
- name: smoke - name: smoke
image: docker.io/library/busybox:1.31.1 image: docker.io/rancher/mirrored-library-busybox:1.37.0
command: command:
- sh - sh
- -c - -c
@@ -4,6 +4,7 @@ bootstrap_prepull_images:
- docker.io/rancher/mirrored-coredns-coredns:1.14.2 - docker.io/rancher/mirrored-coredns-coredns:1.14.2
- docker.io/rancher/mirrored-metrics-server:v0.8.1 - docker.io/rancher/mirrored-metrics-server:v0.8.1
- docker.io/rancher/local-path-provisioner:v0.0.35 - docker.io/rancher/local-path-provisioner:v0.0.35
- docker.io/rancher/mirrored-library-busybox:1.37.0
- docker.io/rancher/mirrored-library-traefik:3.6.10 - docker.io/rancher/mirrored-library-traefik:3.6.10
- docker.io/rancher/klipper-helm:v0.9.14-build20260309 - docker.io/rancher/klipper-helm:v0.9.14-build20260309
- ghcr.io/fluxcd/source-controller:v1.8.0 - ghcr.io/fluxcd/source-controller:v1.8.0