mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:29 +01:00
Updated Building Release (markdown)
parent
dc7da6e8a1
commit
2146f00a8c
@ -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 <username>```)
|
||||
* the creation of the tag on Github will trigger the build of the Docker image ```egroupware/egroupware:19.1.<YYYYmmdd>``` 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.<YYYYmmdd>``` 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.<YYYYmmdd>
|
||||
# for EPL
|
||||
cd -; cd stylite/docker
|
||||
./build.sh 21.1.<YYYYmmdd>
|
||||
```
|
||||
|
||||
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.<YYYYmmdd>
|
||||
docker tag egroupware/egroupware:21.1.<YYYYmmdd> egroupware/egroupware:21.1
|
||||
|
Loading…
Reference in New Issue
Block a user