From 2146f00a8cd7b15afc042ba588f1963eb48b42e2 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 5 Sep 2022 09:35:57 +0200 Subject: [PATCH] Updated Building Release (markdown) --- Building-Release.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Building-Release.md b/Building-Release.md index 62c722f..68aa6ba 100644 --- a/Building-Release.md +++ b/Building-Release.md @@ -25,9 +25,16 @@ doc/rpm-build/checkout-build-archives.php -v * at one point it needs the root password to update clamav database to virusscan the build-root * pgp will ask the passphrase for build@egroupware.org key to sign the hashes of the archives * at last it will ask the Github token of the user doing the upload (can be changed with ```--github_user ```) -* the creation of the tag on Github will trigger the build of the Docker image ```egroupware/egroupware:19.1.``` on Docker Hub: https://cloud.docker.com/u/egroupware/repository/registry-1.docker.io/egroupware/egroupware +* the creation of the tag on Github will no longer trigger an automatic build of the Docker image ```egroupware/egroupware:19.1.``` on Docker Hub: https://cloud.docker.com/u/egroupware/repository/registry-1.docker.io/egroupware/egroupware, you have to manually run: +``` +cd doc/docker/fpm +./build.sh 21.1. +# for EPL +cd -; cd stylite/docker +./build.sh 21.1. +``` -After testing the image, it need to be tagged as 19.1 and latest +After testing the image, it need to be tagged as 21.1 and latest ``` docker pull egroupware/egroupware:21.1. docker tag egroupware/egroupware:21.1. egroupware/egroupware:21.1