1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Make skopeo-copy task run as nonroot

This commit is contained in:
Shubham 2022-08-04 13:38:56 +05:30 committed by tekton-robot
parent 1d1165ea41
commit d8da556fec

View File

@ -70,3 +70,6 @@ spec:
#
copyimages
fi
securityContext:
runAsNonRoot: true
runAsUser: 65532