Skip to content

Commit

Permalink
RELEASE.md: remove obsolete Docker section
Browse files Browse the repository at this point in the history
Our GHA are going to create all Docker tags by themselves, no manual action needed.
  • Loading branch information
Al2Klimov authored and nilmerg committed Nov 14, 2023
1 parent d3f6460 commit 50f6f4d
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,30 +244,6 @@ Create a new release for the newly created Git tag: https://github.com/Icinga/ic
Use the changelog for the release body.

## Docker

> Only for final versions (not for RCs).
Once the release has been published on GitHub, wait for its
[GitHub actions](https://github.com/Icinga/icingaweb2/actions) to complete.

```bash
VERSION=2.9.1

TAGS=(2.9)
#TAGS=(2.9 2 latest)

docker pull icinga/icingaweb2:$VERSION

for t in "${TAGS[@]}"; do
docker tag icinga/icingaweb2:$VERSION icinga/icingaweb2:$t
done

for t in "${TAGS[@]}"; do
docker push icinga/icingaweb2:$t
done
```

## Online Documentation

This is built with a daily cronjob.
Expand Down

0 comments on commit 50f6f4d

Please sign in to comment.