Skip to content

Commit

Permalink
Feature/build docker to build using stretch container (#3062)
Browse files Browse the repository at this point in the history
* build docker to build using stretch container

* open and close methods without specifying vocbase
  • Loading branch information
kvahed committed Aug 17, 2017
1 parent b311e04 commit 9fab44c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ VERSION=$(cat ${ROOTDIR}/VERSION)
export DEBVERSION=${VERSION}-1
DOCKERTAG=${VERSION}-local
DEBIMAGE_NAME="arangodb3-${DEBVERSION}_amd64"
BUILDDEB_ARGS=""
BUILDDEB_DOCKER_ARGS="--gcc6"
BUILDDEB_ARGS="--gcc6"
BUILDDEB_DOCKER_ARGS=""

DOCKERFILENAME=Dockerfile$(echo ${VERSION} | cut -d '.' -f 1,2 --output-delimiter=).local
for i in $@; do
if test "$i" == "--enterprise"; then
Expand Down

0 comments on commit 9fab44c

Please sign in to comment.