Skip to content

Commit

Permalink
Add reference to latest-YYYY-lts tags
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 31, 2024
1 parent d586ff8 commit a402051
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://localhost:8088/>.

Expand Down
2 changes: 1 addition & 1 deletion src/configuration/ServiceConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/topics/FeatureInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a402051

Please sign in to comment.