From 402d88a11d0d370ed29155275c8292040376a9e0 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 31 Jan 2024 18:39:04 +0100 Subject: [PATCH] Add reference to latest-YYYY-lts tags --- src/QuickStart.md | 2 +- src/configuration/ServiceConfiguration.md | 2 +- src/topics/FeatureInfo.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/QuickStart.md b/src/QuickStart.md index 0a8419be..d2115ea3 100644 --- a/src/QuickStart.md +++ b/src/QuickStart.md @@ -44,7 +44,7 @@ docker-compose up *Note*: If using the newer `docker compose` project, you need to write `docker compose up` instead of `docker-compose up` (and similarly for other `docker-compose` calls). -*Note*: The sample `docker-compose-example.yml` uses `latest-lts` as image versions. It is recommended to replace these with a fix version tag when deploying the application to prevent docker from automatically pulling new versions when the application is launched, which may be undesired. See [Keeping QWC services up to date](configuration/../configuration/ServiceConfiguration.md#upgrading). +*Note*: The sample `docker-compose-example.yml` uses `latest-YYYY-lts` as image versions. It is recommended to replace these with a fix version tag when deploying the application to prevent docker from automatically pulling new versions when the application is launched, which may be undesired. See [Keeping QWC services up to date](configuration/../configuration/ServiceConfiguration.md#upgrading). The map viewer will run on . diff --git a/src/configuration/ServiceConfiguration.md b/src/configuration/ServiceConfiguration.md index 413f9525..88cc90ac 100644 --- a/src/configuration/ServiceConfiguration.md +++ b/src/configuration/ServiceConfiguration.md @@ -189,6 +189,6 @@ Two versioning schemes are available: You can always check the available tags on dockerhub, for example at [https://hub.docker.com/r/sourcepole/qwc-config-generator](https://hub.docker.com/r/sourcepole/qwc-config-generator). -In particular, to special tags exist, `latest` and `latest-lts` which always refer to the latest available "development" and long term support versions respectively. Note however that using these tags will result in docker automatically pulling new versions when the application is launched, which may be undesired. +In particular, to special tags exist, `latest`, `latest-lts` and `latest-YYYY-lts` (i.e. `latest-2024-lts`) which always refer to the latest available "development" and long term support versions respectively. Note however that using these tags will result in docker automatically pulling new versions when the application is launched, which may be undesired. The [`qwc-docker` Upgrade Notes](../release_notes/QwcDockerUpgradeNotes.md) documents major changes, and in particular all incompatible changes between releases which require changes to the application specific code and/or configuration. diff --git a/src/topics/FeatureInfo.md b/src/topics/FeatureInfo.md index 25ac477b..d8257342 100644 --- a/src/topics/FeatureInfo.md +++ b/src/topics/FeatureInfo.md @@ -141,7 +141,7 @@ When using the `Identify` plugin and the `qwc-feature-info-service`, you can que The `qwc-feature-info-service` supports switching the runtime locale by setting the `LOCALE` environment variable, i.e.: ```yml qwc-feature-info-service: - image: docker.io/sourcepole/qwc-feature-info-service:latest-lts + image: docker.io/sourcepole/qwc-feature-info-service:vXXXX.XX.XX environment: <<: *qwc-service-variables SERVICE_MOUNTPOINT: '/api/v1/featureinfo'