Update README

This commit is contained in:
Philipp Holzer 2021-01-05 20:02:48 +01:00
parent 3dc6dc004b
commit 1a8f0dc3b2
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
1 changed files with 2 additions and 3 deletions

View File

@ -20,8 +20,8 @@ The official Docker image is available at https://hub.docker.com/_/friendica.
## How to update the Docker Image
1. Review your changes based on the official Docker [Review guidelines](https://github.com/docker-library/official-images#review-guidelines).
2. Check for a new stable version (see chapter `generate-stackbrew-library.sh`)
3. Check if you have to adjust the minimum version (see chapter `update.sh`)
2. (optional) Check for possible release channels (see chapter `generate-stackbrew-library.sh`)
3. (optional) Check if you have to adjust the minimum version (see chapter `update.sh`)
4. Check if all tests are green (common issue: you forgot to commit all changes because of `update.sh`)
5. Check if all commits are available at the stable branch (= all required PRs are committed into stable)
6. Download & install [`bashbrew`](https://github.com/docker-library/bashbrew)
@ -119,4 +119,3 @@ This is the input-file for the official-images in a later step :-)
Please adjust the `release_channel` array.
It maps additional tags onto Docker image versions.
Most important is the `stable` tag.