1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-22 13:52:56 +00:00

update descriptions on docker hub (#191)

* add script to update image description on docker hub
* also set (short) description

fixes #179

* add optional step to makefile to update docker hub readme files

to update readme on docker hub add DOCKERREADME=yes to .env (values of variable is irrelevant, only that it its set)

* add docker_repo to .env

this fixes tagging of images for docker orgs other than the default value
This commit is contained in:
Felix Bartels
2019-06-23 20:56:38 +02:00
committed by GitHub
parent 371e7a0039
commit f18e19b5b3
3 changed files with 103 additions and 3 deletions
+2
View File
@@ -24,6 +24,8 @@ install:
- make lint
- "./test.exp"
- make lint # rerun lint to see if output is different with .env in place
- echo "docker_repo=$docker_repo" >> .env
- echo "DOCKERREADME=yes" >> .env # add DOCKERREADME env var so that make publish also updates readme files on docker hub
- travis_retry make build-all
script:
- make test-ci