Commit ab99cc0e authored by Random-Liu's avatar Random-Liu

Update ubuntu image to e2e-node-ubuntu-trusty-docker10-v2-image.

parent cc0406ca
......@@ -89,6 +89,7 @@ if [ $? -ne 0 ]; then
fi
# Allow jenkins access to docker
id jenkins || sudo useradd jenkins -m
sudo usermod -a -G docker jenkins
# install lxc
......
......@@ -2,11 +2,8 @@
# `gcloud compute --project <to-project> disks create <image name> --image=https://www.googleapis.com/compute/v1/projects/<from-project>/global/images/<image-name>`
# `gcloud compute --project <to-project> images create <image-name> --source-disk=<image-name>`
images:
ubuntu-docker9:
image: e2e-node-ubuntu-trusty-docker9-v1-image
project: kubernetes-node-e2e-images
ubuntu-docker10:
image: e2e-node-ubuntu-trusty-docker10-v1-image
image: e2e-node-ubuntu-trusty-docker10-v2-image
project: kubernetes-node-e2e-images
coreos-alpha:
image: coreos-alpha-1122-0-0-v20160727
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment