Remove old stuff from readme

This commit is contained in:
Jarno Rankinen 2023-11-02 22:03:25 +02:00
parent 888a71ebcd
commit 40543811db
1 changed files with 2 additions and 9 deletions

View File

@ -4,24 +4,17 @@
These are container images built using the official Nextcloud Apache images as These are container images built using the official Nextcloud Apache images as
source, adding the required packages to generate video previews. 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 A daily build runs from the master branch. [![Automatic Build](https://github.com/0ranki/nextcloud-previews/actions/workflows/daily.yml/badge.svg)](https://github.com/0ranki/nextcloud-previews/actions/workflows/daily.yml)
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 27.1.x**
I strongly recommend using a specific major version in your docker-compose, kube YAML files or scripts. This will avoid accidentally updating your instance. I strongly recommend using a specific major version in your docker-compose, kube YAML files or scripts. This will avoid accidentally updating your instance.
A daily build runs from the master branch. [![Automatic Build](https://github.com/0ranki/nextcloud-previews/actions/workflows/daily.yml/badge.svg)](https://github.com/0ranki/nextcloud-previews/actions/workflows/daily.yml)
## Usage ## Usage
[Running using Podman Kube YAML](PODMAN.md) [Running using Podman Kube YAML](PODMAN.md)
[Running the Podman pod as a service with systemd](SYSTEMD.md) [Running the Podman pod as a service with systemd](SYSTEMD.md)
For instructions on using these images, go to https://github.com/nextcloud/docker For detailed instructions on using these images, go to https://github.com/nextcloud/docker
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>`