move docker tag to abra.sh

This commit is contained in:
Franz Heinzmann (Frando) 2022-10-17 13:41:44 +02:00
parent 083b5af59f
commit 858d4a1b8c
3 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,10 @@ export WOPISERVER_CONF_VERSION=v4
export COLLABORA_ENTRYPOINT_VERSION=v2
export ONLYOFFICE_ENTRYPOINT_VERSION=v2
export APP_REGISTRY_VERSION=v2
# note the leading colon which is required. this allows to also pin to digest (see example below)
export OCIS_DOCKER_TAG=:2.0.0-beta.8
# export OCIS_DOCKER_TAG=@sha256:0d7e9949a2bebd9dba5fff49b599051da2aedcf4b7c3cdf866f5d4d11f6e5d98
ocis() {
/usr/bin/ocis "$@"

View File

@ -9,7 +9,7 @@ services:
mode: 0666
driver-collabora:
image: "owncloud/ocis:2.0.0-beta.8"
image: "owncloud/ocis${OCIS_DOCKER_TAG}"
networks:
- internal
command: app-provider server

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "owncloud/ocis:2.0.0-beta.8"
image: "owncloud/ocis${OCIS_DOCKER_TAG}"
configs:
- source: app_entrypoint
target: /docker-entrypoint.sh