diff --git a/README.md b/README.md index 2d74a36..3964800 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ source, adding the required packages to generate video previews. Starting from 24.0.9 and 25.0.3 `supervisord` is no longer installed. A separate cron container is recommended as per upstream recommendations. +**Starting from 26.0.1 and 25.0.6 the builds are multiarch for `linux/amd64` and `linux/arm64`** + +**The `latest` tag points to 26.0.x** + +I strongly recommend using a specific version in your docker-compose, kube YAML files or scripts. This will avoid accidentally updating your instance. + I'll try to keep up with Nextcloud's upstream releases. The build itself is automated, but requires a tag to be pushed before triggering, so there may be a slight delay before a new image version is built. The plan is to @@ -17,9 +23,9 @@ For instructions on using these images, go to https://github.com/nextcloud/docke and https://docs.nextcloud.com/. Simply use `ghcr.io/0ranki/nextcloud-previews/nextcloud:` -instead of `docker.io/library/nextcloud`. A `latest` tag is also included, but since -the process of tagging it is manual, you should check that the digests match with the -latest versioned image, in case I forgot to tag it. +instead of `docker.io/library/nextcloud`. + +### `latest` currently points to 26.0.x To pull e.g. version 24.0.3: ```