kitkat: Pull kitkat Docker tag

* Pull the correct docker tag
This commit is contained in:
Kyle Manna 2015-03-02 14:45:30 -08:00
parent 5aa929c97a
commit 60f35c2793
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ else
aosp_url="https://raw.githubusercontent.com/kylemanna/docker-aosp/master/utils/aosp"
args="run.sh docker"
export AOSP_EXTRA_ARGS="-v $(cd $(dirname $0) && pwd -P)/$(basename $0):/usr/local/bin/run.sh:ro"
export AOSP_IMAGE="kylemanna/aosp:4.4-kitkat"
#
# Try to invoke the aosp wrapper with the following priority:

View File

@ -25,7 +25,7 @@ else
args="run.sh docker"
export AOSP_EXTRA_ARGS="-v $(cd $(dirname $0) && pwd -P)/$(basename $0):/usr/local/bin/run.sh:ro"
export AOSP_VOL=/vol1
export AOSP_IMAGE=aosp
export AOSP_IMAGE="kylemanna/aosp:4.4-kitkat"
[ -n "$TEST_URL" ] && AOSP_EXTRA_ARGS+=" -e TEST_URL=$TEST_URL"
[ -n "$TEST_BRANCH" ] && AOSP_EXTRA_ARGS+=" -e TEST_BRANCH=$TEST_BRANCHcY"