mirror of
https://github.com/Misterblue/opensim-docker.git
synced 2026-08-14 08:53:08 +00:00
Add git branch specification for os-webrtc-janus repository in 'env' and 'build-webrtc.sh'
This commit is contained in:
@@ -30,6 +30,7 @@ docker build \
|
||||
--build-arg OS_GIT_BRANCH=$OS_GIT_BRANCH \
|
||||
--build-arg OS_BUILDTARGET=$OS_BUILDTARGET \
|
||||
--build-arg OS_SLN=$OS_SLN \
|
||||
--build-arg WEBRTC_BRANCH=$WEBRTC_BRANCH \
|
||||
-t "$IMAGE_NAME" \
|
||||
-f Dockerfile-webrtc \
|
||||
.
|
||||
|
||||
@@ -20,5 +20,3 @@
|
||||
AdminAPIToken = AdminAPITokenToNeverCheckIn
|
||||
; Debugging: output to log file messages sent and received from Janus
|
||||
MessageDetails = false
|
||||
|
||||
|
||||
|
||||
@@ -9,13 +9,16 @@
|
||||
# assignment file and a docker-compose env-file
|
||||
|
||||
# The sources to build
|
||||
#OS_GIT_REPO=git://opensimulator.org/git/opensim
|
||||
OS_GIT_REPO=git://github.com/opensim/opensim.git
|
||||
# OS_GIT_REPO=git://opensimulator.org/git/opensim
|
||||
OS_GIT_REPO=https://github.com/opensim/opensim.git
|
||||
OS_GIT_BRANCH=master
|
||||
# OS_GIT_BRANCH=opensim-rel-0.9.3.8940
|
||||
OS_BUILDTARGET=Release
|
||||
OS_SLN=OpenSim.sln
|
||||
|
||||
# Branch of os-webrtc-janus repository to build
|
||||
WEBRTC_BRANCH=main
|
||||
|
||||
# The container parameters
|
||||
IMAGE_OWNER=misterblue
|
||||
IMAGE_NAME=opensim-webrtc
|
||||
|
||||
Reference in New Issue
Block a user