Skip to content

Commit d675f7d

Browse files
authored
Merge pull request rossoctl#1795 from pdettori/fix/preload-images-cleanup
fix: update preload-images path and trim to docker.io only
2 parents d4e2085 + f21f1a3 commit d675f7d

2 files changed

Lines changed: 5 additions & 16 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ help-ui:
142142

143143

144144
# Define the path for the output file
145-
PRELOAD_FILE := deployments/ansible/kind/preload-images.txt
145+
PRELOAD_FILE := scripts/kind/preload-images.txt
146146

147147
# The primary task to list and filter images
148148
.PHONY: preflight-check preload-file

scripts/kind/preload-images.txt

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
1-
# Docker Hub images pre-pulled on the host and loaded into Kind to avoid
2-
# rate-limiting during pod startup. Only docker.io images belong here —
3-
# ghcr.io and quay.io images are not rate-limited and pull fine on demand.
4-
#
5-
# Keep versions in sync with:
6-
# - scripts/kind/setup-kagenti.sh (ISTIO_VERSION)
7-
# - charts/kagenti-deps/templates/ (phoenix, otel-collector)
8-
arizephoenix/phoenix:version-8.32.1
91
docker.io/istio/install-cni:1.28.0-distroless
102
docker.io/istio/pilot:1.28.0-distroless
113
docker.io/istio/proxyv2:1.28.0-distroless
124
docker.io/istio/ztunnel:1.28.0
13-
docker.io/nginx/nginx-prometheus-exporter:1.5.1
14-
docker.io/nginxinc/nginx-unprivileged:1.29.5-alpine
5+
docker.io/kindest/kindnetd:v20251212-v0.29.0-alpha-105-g20ccfc88
6+
docker.io/kindest/local-path-provisioner:v20251212-v0.29.0-alpha-105-g20ccfc88
7+
docker.io/nginx/nginx-prometheus-exporter:1.4.2
8+
docker.io/nginxinc/nginx-unprivileged:1.29.1-alpine
159
docker.io/prom/prometheus:v3.5.0
1610
otel/opentelemetry-collector-contrib:0.122.1
17-
ghcr.io/berriai/litellm:main-v1.83.10-stable
18-
ghcr.io/kagenti/openshell/gateway:mvp-a9aa694
19-
ghcr.io/kagenti/openshell-driver-openshift/compute-driver:mvp-a5f33f4
20-
ghcr.io/kagenti/openshell-credentials-keycloak/credentials-driver:main-d7d8306
21-
ghcr.io/nvidia/openshell-community/sandboxes/base:latest

0 commit comments

Comments
 (0)