mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #37277 from Random-Liu/update-ubuntu-image
Automatic merge from submit-queue Node E2E: Update ubuntu image to e2e-node-ubuntu-trusty-docker10-v2-image. @sjenning Hopefully this will unblock https://github.com/kubernetes/kubernetes/pull/32577. I built a new ubuntu trusty image with docker 10 - `e2e-node-ubuntu-trusty-docker10-v2-image`. The kernel version of the new ubuntu image is `4.4.0-47-generic`. @dchen1107 /cc @kubernetes/sig-node Mark v1.5 because this unblocks a v1.5 feature https://github.com/kubernetes/kubernetes/pull/32577.
This commit is contained in:
commit
d0ae65a4a5
@ -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
Block a user