Skip to content

Commit bb9b50d

Browse files
authored
fix: update paketo builder image (#1548)
1 parent 66ef5eb commit bb9b50d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

charts/team-ns/templates/builds/buildpack.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ spec:
6767
value: {{ . }}
6868
{{- end }}
6969
- name: BUILDER_IMAGE
70-
value: paketobuildpacks/builder:full
70+
value: paketobuildpacks/builder-jammy-full:latest
71+
- name: USER_ID
72+
value: "1001"
7173
{{- with (dig "mode" "buildpacks" "envVars" nil . ) }}
7274
- name: ENV_VARS
7375
value:

charts/team-ns/templates/tekton-tasks/buildpacks.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
tekton.dev/tags: image-build
1111
tekton.dev/displayName: "Buildpacks"
1212
tekton.dev/platforms: "linux/amd64"
13+
policy.otomi.io/ignore: banned-image-tags
1314
spec:
1415
description: >-
1516
The Buildpacks task builds source into a container image and pushes it to a registry,
@@ -175,7 +176,7 @@ spec:
175176
- name: $(params.PLATFORM_DIR)
176177
mountPath: /platform
177178
securityContext:
178-
runAsUser: 1000
179+
runAsUser: 1001
179180
runAsGroup: 1000
180181

181182
- name: results

0 commit comments

Comments
 (0)