Skip to content

Commit

Permalink
[make] Building docker catalog with specific opm base image
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <didi@posteo.net>
  • Loading branch information
didierofrivia committed Nov 4, 2024
1 parent 05fddaa commit 6f3b8f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion make/catalog.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

# The image tag given to the resulting catalog image (e.g. make catalog-build CATALOG_IMG=example.com/operator-catalog:v0.2.0).
CATALOG_IMG ?= $(IMAGE_TAG_BASE)-catalog:$(IMAGE_TAG)
OPM_VERSION =? 1.48.0
CATALOG_ARCH ?= amd64

CATALOG_FILE = $(PROJECT_DIR)/catalog/authorino-operator-catalog/operator.yaml
CATALOG_DOCKERFILE = $(PROJECT_DIR)/catalog/authorino-operator-catalog.Dockerfile
CATALOG_DOCKERFILE = $(PROJECT_DIR)/catalog/authorino-operator-catalog.Dockerfile -i "quay.io/operator-framework/opm:v$(OPM_VERSION)-$(CATALOG_ARCH)"

$(CATALOG_DOCKERFILE): $(OPM)
-mkdir -p $(PROJECT_DIR)/catalog/authorino-operator-catalog
Expand Down

0 comments on commit 6f3b8f6

Please sign in to comment.