ocis/abra.sh

15 lines
484 B
Bash
Raw Normal View History

2022-08-03 08:38:16 +00:00
export APP_ENTRYPOINT_VERSION=v2
2022-10-17 10:27:27 +00:00
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
2022-10-17 11:41:44 +00:00
# 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
2022-08-03 08:22:38 +00:00
ocis() {
2022-08-03 09:20:23 +00:00
/usr/bin/ocis "$@"
2022-08-03 08:22:38 +00:00
}