diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-09-03 19:49:47 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-09-03 18:05:43 +0000 |
| commit | d291dd2d58a1885c00a60561048b6ceb1bf1206a (patch) | |
| tree | 92b0c299e0a801ba67ac706d385d5235bc2b527a /syz-cluster | |
| parent | 192169592697970730a7072e4137ac8af72fe5e9 (diff) | |
syz-cluster: switch away from bitnami/git
The image is to be deprecated.
Closes #6350.
Diffstat (limited to 'syz-cluster')
| -rw-r--r-- | syz-cluster/workflow/build-step/workflow-template.yaml | 2 | ||||
| -rw-r--r-- | syz-cluster/workflow/triage-step/workflow-template.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/syz-cluster/workflow/build-step/workflow-template.yaml b/syz-cluster/workflow/build-step/workflow-template.yaml index 9d3f3485c..76edbf037 100644 --- a/syz-cluster/workflow/build-step/workflow-template.yaml +++ b/syz-cluster/workflow/build-step/workflow-template.yaml @@ -24,7 +24,7 @@ spec: path: /tmp/request.json initContainers: - name: setup-overlays - image: bitnami/git:latest + image: alpine/git:latest imagePullPolicy: IfNotPresent command: - sh diff --git a/syz-cluster/workflow/triage-step/workflow-template.yaml b/syz-cluster/workflow/triage-step/workflow-template.yaml index d55430842..37427cf73 100644 --- a/syz-cluster/workflow/triage-step/workflow-template.yaml +++ b/syz-cluster/workflow/triage-step/workflow-template.yaml @@ -10,7 +10,7 @@ spec: - name: triage-step initContainers: - name: setup-overlays - image: bitnami/git:latest + image: alpine/git:latest imagePullPolicy: IfNotPresent command: - sh |
