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
Build and Deploy Platform / build-and-deploy (push) Successful in 37m36s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user