ci: use seeded abrban/alpine-git for clone init (proxy-dockerhub 404s for kubelet)
Build and Deploy Platform / build-and-deploy (push) Successful in 37m36s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
keyhan
2026-07-02 15:36:37 +03:30
parent e05e5e54ca
commit abfe858909
+2 -2
View File
@@ -65,7 +65,7 @@ jobs:
initContainers:
- name: clone
# alpine/git ships git — no flaky apk install at build time
image: ${PULL_REGISTRY}/proxy-dockerhub/alpine/git:2.43.0
image: ${PULL_REGISTRY}/${PROJECT}/alpine-git:2.43.0
command:
- sh
- -c
@@ -131,7 +131,7 @@ jobs:
- name: registry-pull-secret
initContainers:
- name: clone
image: ${PULL_REGISTRY}/proxy-dockerhub/alpine/git:2.43.0
image: ${PULL_REGISTRY}/${PROJECT}/alpine-git:2.43.0
command:
- sh
- -c