1
0
mirror of https://github.com/kylemanna/docker-aosp synced 2026-08-20 21:02:52 +00:00

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
+1 -1
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"