1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

test custom kernel and docker build and boot

This commit is contained in:
Ivan Mikushin
2015-09-09 18:53:04 +05:00
parent 0c196f557b
commit 168d340b76
7 changed files with 66 additions and 12 deletions

View File

@@ -9,4 +9,4 @@ fi
docker build -t ros-build-base -f Dockerfile.build-base .
docker build -t ros-build -f Dockerfile.build .
./scripts/docker-run.sh make -f Makefile.docker build-all integration-tests
./scripts/docker-run.sh --name ros-ci make -f Makefile.docker build-all integration-tests

View File

@@ -24,6 +24,9 @@ while [ "$#" -gt 0 ]; do
rm $NAME
DOCKER_ARGS="${DOCKER_ARGS} --rm"
;;
-t)
DOCKER_ARGS="${DOCKER_ARGS} -t"
;;
*)
break
;;