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:
parent
48f3614fce
commit
757c0918af
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue