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:
|
initContainers:
|
||||||
- name: clone
|
- name: clone
|
||||||
# alpine/git ships git — no flaky apk install at build time
|
# 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:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
@@ -131,7 +131,7 @@ jobs:
|
|||||||
- name: registry-pull-secret
|
- name: registry-pull-secret
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: clone
|
- name: clone
|
||||||
image: ${PULL_REGISTRY}/proxy-dockerhub/alpine/git:2.43.0
|
image: ${PULL_REGISTRY}/${PROJECT}/alpine-git:2.43.0
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
Reference in New Issue
Block a user