1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 11:48:53 +00:00

Move jsonnet Dockerfile to own directory

This commit is contained in:
Frederic Branczyk 2017-11-07 12:38:20 +01:00
parent 48f3614fce
commit 757c0918af
No known key found for this signature in database
GPG key ID: 7741A52782A90069
2 changed files with 1 additions and 1 deletions
Makefile
scripts/jsonnet

View file

@ -75,6 +75,6 @@ jsonnet:
jsonnet -J /ksonnet-lib hack/generate/prometheus-operator-rbac.jsonnet | json2yaml > contrib/kube-prometheus/manifests/prometheus-operator/prometheus-operator.yaml
jsonnet-docker:
docker build -f scripts/Dockerfile -t po-jsonnet .
docker build -f scripts/jsonnet/Dockerfile -t po-jsonnet .
.PHONY: all build crossbuild test format check-license container e2e-test e2e-status e2e clean-e2e embedmd apidocgen docs