Skip to content

Commit 3f87777

Browse files
committed
Merge branch 'v3' into add-selinux-support
2 parents 133df88 + 6ea94a6 commit 3f87777

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3746
-319
lines changed

.github/workflows/release-branch.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
uploadUrl:
3939
description: 'Location to publish packages to'
4040
required: false
41-
default: "up-ap.nginx.com"
41+
default: "https://up-ap.nginx.com"
4242
workflow_call:
4343
inputs:
4444
githubRelease:
@@ -67,10 +67,11 @@ on:
6767
required: true
6868
uploadUrl:
6969
type: string
70-
default: "up-ap.nginx.com"
70+
default: "https://up-ap.nginx.com"
7171

7272
env:
7373
NFPM_VERSION: 'v2.35.3'
74+
GOPROXY: "https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-dev"
7475

7576
defaults:
7677
run:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ build-test-nginx-plus-and-nap-image:
205205
.PHONY: build-test-plus-image
206206
build-test-plus-image:
207207
$(CONTAINER_BUILDENV) $(CONTAINER_CLITOOL) build -t nginx_plus_$(IMAGE_TAG) . \
208-
--no-cache -f ./test/docker/nginx-plus/deb/Dockerfile \
208+
--no-cache -f ./test/docker/nginx-plus/$(CONTAINER_OS_TYPE)/Dockerfile \
209209
--secret id=nginx-crt,src=$(CERTS_DIR)/nginx-repo.crt \
210210
--secret id=nginx-key,src=$(CERTS_DIR)/nginx-repo.key \
211211
--build-arg PACKAGE_NAME=$(PACKAGE_NAME) \
@@ -216,7 +216,7 @@ build-test-plus-image:
216216
.PHONY: build-test-oss-image
217217
build-test-oss-image:
218218
$(CONTAINER_BUILDENV) $(CONTAINER_CLITOOL) build -t nginx_oss_$(IMAGE_TAG) . \
219-
--no-cache -f ./test/docker/nginx-oss/deb/Dockerfile \
219+
--no-cache -f ./test/docker/nginx-oss/$(CONTAINER_OS_TYPE)/Dockerfile \
220220
--target install-agent-local \
221221
--build-arg PACKAGE_NAME=$(PACKAGE_NAME) \
222222
--build-arg PACKAGES_REPO=$(OSS_PACKAGES_REPO) \

0 commit comments

Comments
 (0)