Skip to content

Commit 94a7952

Browse files
committed
change PLUS_REPO to pkgs-test.nginx.com to easily deploy R33
1 parent 1c437de commit 94a7952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ REGISTRY ?= ## The registry where the image is located.
99
PREFIX ?= nginx/nginx-ingress ## The name of the image. For example, nginx/nginx-ingress
1010
TAG ?= $(VERSION:v%=%) ## The tag of the image. For example, 2.0.0
1111
TARGET ?= local ## The target of the build. Possible values: local, container and download
12-
PLUS_REPO ?= "pkgs.nginx.com" ## The package repo to install nginx-plus from
12+
PLUS_REPO ?= "pkgs-test.nginx.com" ## The package repo to install nginx-plus from
1313
override DOCKER_BUILD_OPTIONS += --build-arg IC_VERSION=$(VERSION) --build-arg PACKAGE_REPO=$(PLUS_REPO) ## The options for the docker build command. For example, --pull
1414
ARCH ?= amd64 ## The architecture of the image or binary. For example: amd64, arm64, ppc64le, s390x. Not all architectures are supported for all targets
1515
GOOS ?= linux ## The OS of the binary. For example linux, darwin

0 commit comments

Comments
 (0)