mirror of https://github.com/k3s-io/k3s
Update ubuntu image to e2e-node-ubuntu-trusty-docker10-v2-image.
parent
cc0406ca26
commit
ab99cc0eba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue