ocis/abra.sh

15 lines
484 B
Bash

export APP_ENTRYPOINT_VERSION=v2
export WOPISERVER_ENTRYPOINT_VERSION=v4
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 "$@"
}