File tree 2 files changed +4
-6
lines changed
v1alpha1/buildstrategy/buildkit
v1beta1/buildstrategy/buildkit
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ metadata:
6
6
annotations :
7
7
# See https://github.com/moby/buildkit/blob/master/docs/rootless.md#about---oci-worker-no-process-sandbox for more information
8
8
container.apparmor.security.beta.kubernetes.io/step-build-and-push : unconfined
9
- # The usage of seccomp annotation will be deprecate in k8s v1.22.0, see
10
- # https://kubernetes.io/docs/tutorials/clusters/seccomp/#create-a-pod-with-a-seccomp-profile-for-syscall-auditing for more information
11
- container.seccomp.security.alpha.kubernetes.io/step-build-and-push : unconfined
12
9
spec :
13
10
parameters :
14
11
- name : build-args
37
34
add :
38
35
- SETGID
39
36
- SETUID
37
+ seccompProfile :
38
+ type : Unconfined
40
39
workingDir : $(params.shp-source-root)
41
40
env :
42
41
- name : DOCKER_CONFIG
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ metadata:
6
6
annotations :
7
7
# See https://github.com/moby/buildkit/blob/master/docs/rootless.md#about---oci-worker-no-process-sandbox for more information
8
8
container.apparmor.security.beta.kubernetes.io/step-build-and-push : unconfined
9
- # The usage of seccomp annotation will be deprecate in k8s v1.22.0, see
10
- # https://kubernetes.io/docs/tutorials/clusters/seccomp/#create-a-pod-with-a-seccomp-profile-for-syscall-auditing for more information
11
- container.seccomp.security.alpha.kubernetes.io/step-build-and-push : unconfined
12
9
spec :
13
10
parameters :
14
11
- name : build-args
45
42
add :
46
43
- SETGID
47
44
- SETUID
45
+ seccompProfile :
46
+ type : Unconfined
48
47
workingDir : $(params.shp-source-root)
49
48
env :
50
49
- name : DOCKER_CONFIG
You can’t perform that action at this time.
0 commit comments