From 50f6f4d1c50f0d6a0b2e2e92126d86668a18014c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Wed, 11 Oct 2023 16:42:51 +0200 Subject: [PATCH] RELEASE.md: remove obsolete Docker section Our GHA are going to create all Docker tags by themselves, no manual action needed. --- RELEASE.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index a3ce347a54..7e79b2aa7c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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.