diff --git a/deploy/base/task-combined.yaml b/deploy/base/task-combined.yaml index 5fa1705..f7e3be2 100644 --- a/deploy/base/task-combined.yaml +++ b/deploy/base/task-combined.yaml @@ -399,6 +399,27 @@ spec: - name: empty-dir mountPath: /tekton/home + - name: inject-custom-buildpacks + image: docker.io/library/bash:5.1.4@sha256:b208215a4655538be652b2769d82e576bc4d0a2bb132144c060efc5be8c3f5d6 + args: [] + script: | + #!/usr/bin/env bash + set -e + + echo "--> Injecting custom buildpacks..." + cat >/layers/group.toml <