From 37e7e8c52a4ec567d1bcf2d3b4d5edc9844753a5 Mon Sep 17 00:00:00 2001 From: mmattel Date: Wed, 14 Aug 2024 12:30:20 +0200 Subject: [PATCH] [docs-only] Fix the default deployment release type --- deployments/examples/ocis_full/.env | 4 ++-- deployments/examples/ocis_full/ocis.yml | 4 +--- docs/ocis/deployment/ocis_full.md | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/deployments/examples/ocis_full/.env b/deployments/examples/ocis_full/.env index f3cdb8415..8e5f10c28 100644 --- a/deployments/examples/ocis_full/.env +++ b/deployments/examples/ocis_full/.env @@ -38,8 +38,8 @@ OCIS=:ocis.yml # The oCIS container image. # For production releases: "owncloud/ocis" # For rolling releases: "owncloud/ocis-rolling" -# Defaults to "owncloud/ocis-rolling" (rolling release) -OCIS_DOCKER_IMAGE= +# Defaults to production if not set otherwise +OCIS_DOCKER_IMAGE=owncloud/ocis-rolling # The oCIS container version. # Defaults to "latest" and points to the latest stable tag. OCIS_DOCKER_TAG= diff --git a/deployments/examples/ocis_full/ocis.yml b/deployments/examples/ocis_full/ocis.yml index d7ebfabf5..6c257411a 100644 --- a/deployments/examples/ocis_full/ocis.yml +++ b/deployments/examples/ocis_full/ocis.yml @@ -6,9 +6,7 @@ services: aliases: - ${OCIS_DOMAIN:-ocis.owncloud.test} ocis: - # FIXME: move back to "owncloud/ocis" once the collaboration service is - # part of a production release. set the text in .env for the default accordingly - image: ${OCIS_DOCKER_IMAGE:-owncloud/ocis-rolling}:${OCIS_DOCKER_TAG:-latest} + image: ${OCIS_DOCKER_IMAGE:-owncloud/ocis}:${OCIS_DOCKER_TAG:-latest} networks: ocis-net: entrypoint: diff --git a/docs/ocis/deployment/ocis_full.md b/docs/ocis/deployment/ocis_full.md index 7b5eceeb1..566e8b944 100644 --- a/docs/ocis/deployment/ocis_full.md +++ b/docs/ocis/deployment/ocis_full.md @@ -113,8 +113,8 @@ See also [example server setup]({{< ref "preparing_server" >}}) # The oCIS container image. # For production releases: "owncloud/ocis" # For rolling releases: "owncloud/ocis-rolling" - # Defaults to "owncloud/ocis-rolling" (rolling release) - OCIS_DOCKER_IMAGE= + # Defaults to production if not set otherwise + OCIS_DOCKER_IMAGE=owncloud/ocis-rolling # The oCIS container version. # Defaults to "latest" and points to the latest stable tag. OCIS_DOCKER_TAG=