added mongodb to build scripts

This commit is contained in:
or-else
2019-11-26 10:19:51 +03:00
parent 941b9d5dcd
commit fe7d24cb01
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ goplat=( darwin windows linux )
# Supported CPU architectures: amd64
goarc=( amd64 )
# Supported database tags
dbtags=( mysql rethinkdb )
dbtags=( mysql mongodb rethinkdb )
for line in $@; do
eval "$line"

View File

@ -21,7 +21,7 @@ if [[ ${ver[2]} != *"-"* ]]; then
FULLRELEASE=1
fi
dbtags=( mysql rethinkdb )
dbtags=( mysql mongodb rethinkdb )
# Build an images for various DB backends
for dbtag in "${dbtags[@]}"

View File

@ -20,7 +20,7 @@ if [[ ${ver[2]} != *"-"* ]]; then
FULLRELEASE=1
fi
dbtags=( mysql rethinkdb )
dbtags=( mysql mongodb rethinkdb )
# Read dockerhub login/password from a separate file
source .dockerhub