Corrected sysbox runtime declaration in workflow

This commit is contained in:
Marcin-Ramotowski
2025-07-30 22:57:15 +02:00
parent dd248dc0b9
commit 8eb3dbfd59

View File

@ -98,6 +98,8 @@ spec:
inputs:
parameters:
- name: git-sha
podSpecPatch: |
runtimeClassName: sysbox-runc
metadata:
annotations:
io.kubernetes.cri-o.userns-mode: "auto:size=65536"
@ -112,10 +114,9 @@ spec:
DOCKER_IMAGE={{workflow.parameters.image}}:${CI_COMMIT_SHA}
docker build -t $DOCKER_IMAGE --build-arg APP_VERSION=${CI_COMMIT_SHA} --build-arg BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") .
az login --identity --client-id {{workflow.parameters.client_id}}
az login --identity --client-id {{workflow.parameters.client-id}}
az acr login --name {{workflow.parameters.acr-name}}
docker push ${DOCKER_IMAGE}
runtimeClassName: sysbox-runc
volumeMounts:
- name: workspace
mountPath: /workspace