File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 67
67
value : {{ . }}
68
68
{{- end }}
69
69
- name : BUILDER_IMAGE
70
- value : paketobuildpacks/builder:full
70
+ value : paketobuildpacks/builder-jammy-full:latest
71
+ - name : USER_ID
72
+ value : " 1001"
71
73
{{- with (dig "mode" "buildpacks" "envVars" nil . ) }}
72
74
- name : ENV_VARS
73
75
value :
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ metadata:
10
10
tekton.dev/tags : image-build
11
11
tekton.dev/displayName : " Buildpacks"
12
12
tekton.dev/platforms : " linux/amd64"
13
+ policy.otomi.io/ignore : banned-image-tags
13
14
spec :
14
15
description : >-
15
16
The Buildpacks task builds source into a container image and pushes it to a registry,
@@ -175,7 +176,7 @@ spec:
175
176
- name : $(params.PLATFORM_DIR)
176
177
mountPath : /platform
177
178
securityContext :
178
- runAsUser : 1000
179
+ runAsUser : 1001
179
180
runAsGroup : 1000
180
181
181
182
- name : results
You can’t perform that action at this time.
0 commit comments