pespin has uploaded this change for review.
make: Add OPEN5GS_BRANCH build arg
Change-Id: I29f85a18f5629e50dc1db527e931a248ab69f8e4
---
M make/Makefile
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/62/27062/1
diff --git a/make/Makefile b/make/Makefile
index e314618..34d5d25 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -36,6 +36,7 @@
OSMO_SGSN_BRANCH?=master
OSMO_SIP_BRANCH?=master
OSMO_STP_BRANCH?=master
+OPEN5GS_BRANCH?=main
PULL?=
UPSTREAM_DISTRO?=debian:bullseye
DISTRO?=debian-bullseye
@@ -112,6 +113,7 @@
--build-arg OSMO_SGSN_BRANCH=$(OSMO_SGSN_BRANCH) \
--build-arg OSMO_SIP_BRANCH=$(OSMO_SIP_BRANCH) \
--build-arg OSMO_STP_BRANCH=$(OSMO_STP_BRANCH) \
+ --build-arg OPEN5GS_BRANCH=$(OPEN5GS_BRANCH) \
$(PULL) -t $(IMAGE):latest .
@DOCKER_MAJOR=$(shell docker -v | sed -e 's/.*version //' -e 's/,.*//' | cut -d\. -f1) ; \
DOCKER_MINOR=$(shell docker -v | sed -e 's/.*version //' -e 's/,.*//' | cut -d\. -f2) ; \
To view, visit change 27062. To unsubscribe, or for help writing mail filters, visit settings.