Fix resources isues 11

This commit is contained in:
2026-01-22 17:29:56 +01:00
parent ae5571f9ab
commit be4ad40c3d
8 changed files with 66 additions and 10 deletions

View File

@@ -40,6 +40,15 @@ spec:
steps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.15.0
securityContext:
runAsNonRoot: true
runAsUser: 65532
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
env:
- name: DOCKER_CONFIG
value: /tekton/home/.docker