mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-01 01:41:21 -05:00
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:
@@ -8,9 +8,11 @@ networks:
|
||||
services:
|
||||
ocis:
|
||||
container_name: ocis
|
||||
#image: owncloud/eos-ocis:1.0.0-rc2
|
||||
build:
|
||||
context: ./docker/eos-ocis
|
||||
image: owncloud/eos-ocis:${EOS_OCIS_TAG:-1.0.0-rc5}
|
||||
#build:
|
||||
# context: ./docker/eos-ocis
|
||||
# args:
|
||||
# BRANCH: ${BRANCH:-v1.0.0-rc5}
|
||||
tty: true
|
||||
privileged: true
|
||||
stdin_open: true
|
||||
|
||||
Reference in New Issue
Block a user