fix: use alpine/git for init container instead of bitnami/git
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -71,7 +71,7 @@ export function buildJobSpec(params: JobParams): k8s.V1Job {
|
|||||||
|
|
||||||
initContainers.push({
|
initContainers.push({
|
||||||
name: 'git-clone',
|
name: 'git-clone',
|
||||||
image: 'bitnami/git:2',
|
image: 'alpine/git:latest',
|
||||||
command: ['git'],
|
command: ['git'],
|
||||||
args: cloneArgs,
|
args: cloneArgs,
|
||||||
volumeMounts: [{ name: 'repo', mountPath: REPO_MOUNT_PATH }],
|
volumeMounts: [{ name: 'repo', mountPath: REPO_MOUNT_PATH }],
|
||||||
|
|||||||
Reference in New Issue
Block a user