add USEINTERNALNETWORK flag

This commit is contained in:
uazo 2021-07-31 09:15:55 +02:00 committed by GitHub
parent 5b1013c9e4
commit 6e976a45af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,8 +156,9 @@ jobs:
image: uazo/bromite-build:76745fde6ed75542f005ea5528f486df41c56da4 #${{ env.BROMITE_SHA }}
env:
SERVER_HOST_GOMA: gomaserver
REMOVEDOCKERSUPPORT: true
USELOCALIMAGE: true
REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket
USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images
USEINTERNALNETWORK: true # CUSTOM RUNNER: create the docker network as internal
volumes:
- /storage/bromite/${{ github.sha }}:/home/lg/working_dir/artifacs
- /tmp/proxy:/tmp/proxy