We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c9a15 commit 1563257Copy full SHA for 1563257
Makefile
@@ -29,6 +29,7 @@ GO_VERSION_KIALI = 1.8.3
29
CONTAINER_NAME ?= kiali/kiali
30
CONTAINER_VERSION ?= dev
31
32
+# These two vars allow Jenkins to override values.
33
DOCKER_NAME ?= ${CONTAINER_NAME}
34
QUAY_NAME ?= quay.io/${CONTAINER_NAME}
35
0 commit comments