mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-07-31 21:08:45 +00:00
Refactor OpenShift targets
This commit is contained in:
@ -7,4 +7,4 @@ configurations:
|
|||||||
images:
|
images:
|
||||||
- name: catalog
|
- name: catalog
|
||||||
newName: mariadb/mariadb-operator-enterprise-catalog
|
newName: mariadb/mariadb-operator-enterprise-catalog
|
||||||
newTag: v0.0.29-dev
|
newTag: v0.0.30
|
||||||
|
@ -68,7 +68,7 @@ catalog-build: opm ## Build a catalog image.
|
|||||||
|
|
||||||
.PHONY: catalog-push
|
.PHONY: catalog-push
|
||||||
catalog-push: ## Push a catalog image.
|
catalog-push: ## Push a catalog image.
|
||||||
$(MAKE) docker-push IMG=$(CATALOG_IMG)
|
$(DOCKER) push $(CATALOG_IMG)
|
||||||
|
|
||||||
.PHONY: catalog-deploy
|
.PHONY: catalog-deploy
|
||||||
catalog-deploy: openshift-registry ## Deploy catalog to a OpenShift cluster.
|
catalog-deploy: openshift-registry ## Deploy catalog to a OpenShift cluster.
|
||||||
@ -134,8 +134,14 @@ openshift-minio: openshift-ctx cert-minio ## Deploy minio.
|
|||||||
--from-file=ca.crt=$(CA_DIR)/tls.crt \
|
--from-file=ca.crt=$(CA_DIR)/tls.crt \
|
||||||
--dry-run=client -o yaml -n openshift-operators | $(OC) apply -f -
|
--dry-run=client -o yaml -n openshift-operators | $(OC) apply -f -
|
||||||
|
|
||||||
|
.PHONY: openshift-image
|
||||||
|
openshift-image: docker-build-ent docker-push-ent ## Build and push enterprise image.
|
||||||
|
|
||||||
|
.PHONY: openshift-bundle
|
||||||
|
openshift-bundle: bundle bundle-build bundle-push ## Build and push bundle image.
|
||||||
|
|
||||||
.PHONY: openshift-catalog
|
.PHONY: openshift-catalog
|
||||||
openshift-catalog: docker-build-ent docker-push-ent bundle bundle-build bundle-push catalog-build catalog-push openshift-ctx catalog-deploy ## Build, push and deploy images needed for the catalog.
|
openshift-catalog: catalog-build catalog-push openshift-ctx catalog-deploy ## Build, push and deploy catalog images.
|
||||||
|
|
||||||
.PHONY: openshift-deploy
|
.PHONY: openshift-deploy
|
||||||
openshift-deploy: openshift-registry openshift-minio openshift-catalog ## Deploy dependencies to test mariadb-operator.
|
openshift-deploy: openshift-registry openshift-minio openshift-catalog ## Deploy dependencies to test mariadb-operator.
|
Reference in New Issue
Block a user