We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b317ca2 commit 503f8f8Copy full SHA for 503f8f8
Makefile
@@ -2,7 +2,8 @@
2
VER = $(shell grep IC_VERSION .github/data/version.txt | cut -d '=' -f 2)
3
GIT_TAG = $(shell git describe --exact-match --tags || echo untagged)
4
VERSION = $(VER)-SNAPSHOT
5
-PLUS_ARGS = --secret id=nginx-repo.crt,src=nginx-repo.crt --secret id=nginx-repo.key,src=nginx-repo.key
+NGINX_PLUS_VERSION ?= R33
6
+PLUS_ARGS = --build-arg NGINX_PLUS_VERSION=$(NGINX_PLUS_VERSION) --secret id=nginx-repo.crt,src=nginx-repo.crt --secret id=nginx-repo.key,src=nginx-repo.key
7
8
# Variables that can be overridden
9
REGISTRY ?= ## The registry where the image is located.
0 commit comments