Update README.md

Added mention of multiarch builds and latest tag.
This commit is contained in:
Jarno Rankinen 2023-05-25 20:53:22 +03:00 committed by GitHub
parent 943426c00e
commit 48c66d2aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -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 Starting from 24.0.9 and 25.0.3 `supervisord` is no longer installed. A separate
cron container is recommended as per upstream recommendations. 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. 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, 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 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/. and https://docs.nextcloud.com/.
Simply use `ghcr.io/0ranki/nextcloud-previews/nextcloud:<version>` Simply use `ghcr.io/0ranki/nextcloud-previews/nextcloud:<version>`
instead of `docker.io/library/nextcloud`. A `latest` tag is also included, but since instead of `docker.io/library/nextcloud`.
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. ### `latest` currently points to 26.0.x
To pull e.g. version 24.0.3: To pull e.g. version 24.0.3:
``` ```