+ ADD standard heroku kpack php builder
This commit is contained in:
11
k8s/5-heroku-24-stack.yaml
Normal file
11
k8s/5-heroku-24-stack.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: kpack.io/v1alpha2
|
||||
kind: ClusterStack
|
||||
metadata:
|
||||
name: heroku-24-stack
|
||||
namespace: test-builder
|
||||
spec:
|
||||
id: heroku-24
|
||||
buildImage:
|
||||
image: "heroku/heroku:24-build"
|
||||
runImage:
|
||||
image: "heroku/heroku:24"
|
||||
Reference in New Issue
Block a user