Skip to content

Commit

Permalink
Enable specification of the container engine for catalog builds
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Repel <[email protected]>
  • Loading branch information
trepel committed Jan 17, 2025
1 parent 7d212a7 commit 61714f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/catalog.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ catalog: $(OPM) ## Generate catalog content and validate.
.PHONY: catalog-build
catalog-build: ## Build a catalog image.
# Build the Catalog
docker build $(PROJECT_PATH)/catalog -f $(PROJECT_PATH)/catalog/kuadrant-operator-catalog.Dockerfile -t $(CATALOG_IMG)
$(CONTAINER_ENGINE) build $(PROJECT_PATH)/catalog -f $(PROJECT_PATH)/catalog/kuadrant-operator-catalog.Dockerfile -t $(CATALOG_IMG)

# Push the catalog image.
.PHONY: catalog-push
Expand Down

0 comments on commit 61714f8

Please sign in to comment.