File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/projectsyn/commodore-component-template.git" ,
3- "commit" : " 98d16f99766e6c6d97322dbe42e058f0e2bf73d0 " ,
3+ "commit" : " de1ad5aa829f6a478ba4d245c080056f9305e17e " ,
44 "checkout" : " main" ,
55 "context" : {
66 "cookiecutter" : {
2424 "github_owner" : " appuio" ,
2525 "github_name" : " component-openshift4-scheduling" ,
2626 "github_url" : " https://github.com/appuio/component-openshift4-scheduling" ,
27- "_template" : " https://github.com/projectsyn/commodore-component-template.git"
27+ "_template" : " https://github.com/projectsyn/commodore-component-template.git" ,
28+ "_commit" : " de1ad5aa829f6a478ba4d245c080056f9305e17e"
2829 }
2930 },
3031 "directory" : null
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ DOCKER_ARGS ?= run --rm -u "$$(id -u):$$(id -g)" --userns=$(DOCKER_USERNS) -w /$
3232
3333JSONNET_FILES ?= $(shell find . -type f -not -path './vendor/* ' \( -name '* .* jsonnet' -or -name '* .libsonnet' \) )
3434JSONNETFMT_ARGS ?= --in-place --pad-arrays
35- JSONNET_IMAGE ?= docker .io/bitnami /jsonnet:latest
35+ JSONNET_IMAGE ?= ghcr .io/projectsyn /jsonnet:latest
3636JSONNET_DOCKER ?= $(DOCKER_CMD ) $(DOCKER_ARGS ) $(root_volume ) --entrypoint=jsonnetfmt $(JSONNET_IMAGE )
3737
3838YAMLLINT_ARGS ?= --no-warnings
You can’t perform that action at this time.
0 commit comments