Skip to content

Commit 6f00f9b

Browse files
committed
Merge pull request #3316 from carmstrong/coreos_607.0.0
chore(*): bump CoreOS to 607.0.0; Docker to 1.5.0
2 parents eeab1df + 7c96ef4 commit 6f00f9b

6 files changed

Lines changed: 16 additions & 16 deletions

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Vagrant.configure("2") do |config|
5454
config.ssh.insert_key = false
5555

5656
config.vm.box = "coreos-%s" % $update_channel
57-
config.vm.box_version = ">= 557.2.0"
57+
config.vm.box_version = ">= 607.0.0"
5858
config.vm.box_url = "http://%s.release.core-os.net/amd64-usr/current/coreos_production_vagrant.json" % $update_channel
5959

6060
["vmware_fusion", "vmware_workstation"].each do |vmware|

builder/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F9
2121
RUN apt-get update && apt-get install -yq \
2222
openssh-server git \
2323
aufs-tools iptables lxc \
24-
lxc-docker-1.4.1
24+
lxc-docker-1.5.0
2525

2626
# configure ssh server
2727
RUN rm /etc/ssh/ssh_host_*

contrib/azure/azure-coreos-cluster

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ parser.add_argument('--location', default='West US',
3333
help='optional, [West US]')
3434
parser.add_argument('--ssh', default=22001, type=int,
3535
help='optional, starts with 22001 and +1 for each machine in cluster')
36-
parser.add_argument('--coreos-image', default='2b171e93f07c4903bcad35bda10acf22__CoreOS-Stable-557.2.0',
37-
help='optional, [2b171e93f07c4903bcad35bda10acf22__CoreOS-Stable-557.2.0]')
36+
parser.add_argument('--coreos-image', default='2b171e93f07c4903bcad35bda10acf22__CoreOS-Stable-607.0.0',
37+
help='optional, [2b171e93f07c4903bcad35bda10acf22__CoreOS-Stable-607.0.0]')
3838
parser.add_argument('--num-nodes', default=3, type=int,
3939
help='optional, number of nodes to create (or add), defaults to 3')
4040
parser.add_argument('--virtual-network-name',

contrib/ec2/deis.template.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@
103103

104104
"Mappings" : {
105105
"CoreOSAMIs" : {
106-
"eu-central-1" : { "PV" : "ami-88c1f295", "HVM" : "ami-8ec1f293" },
107-
"ap-northeast-1" : { "PV" : "ami-ea5c46eb", "HVM" : "ami-e85c46e9" },
108-
"sa-east-1" : { "PV" : "ami-2fe95632", "HVM" : "ami-2de95630" },
109-
"ap-southeast-2" : { "PV" : "ami-4fd3a775", "HVM" : "ami-4dd3a777" },
110-
"ap-southeast-1" : { "PV" : "ami-70dcf622", "HVM" : "ami-72dcf620" },
111-
"us-east-1" : { "PV" : "ami-8097d4e8", "HVM" : "ami-8297d4ea" },
112-
"us-west-2" : { "PV" : "ami-f3702bc3", "HVM" : "ami-f1702bc1" },
113-
"us-west-1" : { "PV" : "ami-26b5ad63", "HVM" : "ami-24b5ad61" },
114-
"eu-west-1" : { "PV" : "ami-5b911f2c", "HVM" : "ami-5d911f2a" }
106+
"eu-central-1" : { "PV" : "ami-0c300d11", "HVM" : "ami-0e300d13" },
107+
"ap-northeast-1" : { "PV" : "ami-b128dcb1", "HVM" : "ami-af28dcaf" },
108+
"sa-east-1" : { "PV" : "ami-2154ec3c", "HVM" : "ami-2354ec3e" },
109+
"ap-southeast-2" : { "PV" : "ami-bbb5c581", "HVM" : "ami-b9b5c583" },
110+
"ap-southeast-1" : { "PV" : "ami-fa0b3aa8", "HVM" : "ami-f80b3aaa" },
111+
"us-east-1" : { "PV" : "ami-343b195c", "HVM" : "ami-323b195a" },
112+
"us-west-2" : { "PV" : "ami-0989a439", "HVM" : "ami-0789a437" },
113+
"us-west-1" : { "PV" : "ami-83d533c7", "HVM" : "ami-8dd533c9" },
114+
"eu-west-1" : { "PV" : "ami-57950a20", "HVM" : "ami-55950a22" }
115115

116116
},
117117
"RootDevices" : {

docs/installing_deis/baremetal.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ Start the installation
104104
105105
106106
This will install the latest `CoreOS`_ stable release to disk. The Deis provision scripts for other
107-
platforms typically specify a CoreOS version - currently, ``557.2.0``. To specify a CoreOS
108-
version, append the ``-V`` parameter to the install command, e.g. ``-V 557.2.0``.
107+
platforms typically specify a CoreOS version - currently, ``607.0.0``. To specify a CoreOS
108+
version, append the ``-V`` parameter to the install command, e.g. ``-V 607.0.0``.
109109

110110
After the installation has finished, reboot your server. Once your machine is back up, you should
111111
be able to log in as the `core` user using the `deis` ssh key.

docs/installing_deis/gce.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Launch 3 instances. You can choose another starting CoreOS image from the listin
118118
--metadata-from-file user-data=gce-user-data sshKeys=~/.ssh/deis.pub \
119119
--disk name=cored${num} device-name=coredocker \
120120
--tags deis \
121-
--image coreos-stable-557-2-0-v20150210 \
121+
--image coreos-stable-607-0-0-v20150317 \
122122
--image-project coreos-cloud;
123123
done
124124

0 commit comments

Comments
 (0)