introduce OCIS_EOS_TAG and BRANCH to better pin a version build from source or a build with an image from docker hub.

This commit is contained in:
Juergen Weigert
2020-11-17 21:16:27 +01:00
parent 1034548ecd
commit fe2ca059e6
+5 -3
View File
@@ -8,9 +8,11 @@ networks:
services: services:
ocis: ocis:
container_name: ocis container_name: ocis
#image: owncloud/eos-ocis:1.0.0-rc2 image: owncloud/eos-ocis:${EOS_OCIS_TAG:-1.0.0-rc5}
build: #build:
context: ./docker/eos-ocis # context: ./docker/eos-ocis
# args:
# BRANCH: ${BRANCH:-v1.0.0-rc5}
tty: true tty: true
privileged: true privileged: true
stdin_open: true stdin_open: true