Handle image generation with specific version tag

pull/2/head
Mickael Remond 8 years ago
parent 6c5b1f7e95
commit 613ed9a0d8
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -1,5 +1,7 @@
#/bin/bash
VERSION=16.12-beta1
GREEN='\033[0;32m'
NC='\033[0m' # No Color]]'
@ -28,4 +30,4 @@ fi
# Build ejabberd base container
echo -e "${GREEN}Building ejabberd Community Edition container${NC}"
docker build -t ejabberd/ecs .
docker build -t ejabberd/ecs:${VERSION} .

Loading…
Cancel
Save