kitkat: Pull kitkat Docker tag
* Pull the correct docker tag
This commit is contained in:
parent
5aa929c97a
commit
60f35c2793
@ -28,6 +28,7 @@ else
|
|||||||
aosp_url="https://raw.githubusercontent.com/kylemanna/docker-aosp/master/utils/aosp"
|
aosp_url="https://raw.githubusercontent.com/kylemanna/docker-aosp/master/utils/aosp"
|
||||||
args="run.sh docker"
|
args="run.sh docker"
|
||||||
export AOSP_EXTRA_ARGS="-v $(cd $(dirname $0) && pwd -P)/$(basename $0):/usr/local/bin/run.sh:ro"
|
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:
|
# Try to invoke the aosp wrapper with the following priority:
|
||||||
|
@ -25,7 +25,7 @@ else
|
|||||||
args="run.sh docker"
|
args="run.sh docker"
|
||||||
export AOSP_EXTRA_ARGS="-v $(cd $(dirname $0) && pwd -P)/$(basename $0):/usr/local/bin/run.sh:ro"
|
export AOSP_EXTRA_ARGS="-v $(cd $(dirname $0) && pwd -P)/$(basename $0):/usr/local/bin/run.sh:ro"
|
||||||
export AOSP_VOL=/vol1
|
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_URL" ] && AOSP_EXTRA_ARGS+=" -e TEST_URL=$TEST_URL"
|
||||||
[ -n "$TEST_BRANCH" ] && AOSP_EXTRA_ARGS+=" -e TEST_BRANCH=$TEST_BRANCHcY"
|
[ -n "$TEST_BRANCH" ] && AOSP_EXTRA_ARGS+=" -e TEST_BRANCH=$TEST_BRANCHcY"
|
||||||
|
Loading…
Reference in New Issue
Block a user