Skip to content

Commit

Permalink
Update the reccomended Ubuntu Image
Browse files Browse the repository at this point in the history
The old image is plain broken in kubernetes. No docker container has internet access while using that image and this upgrade fixes that.
  • Loading branch information
ofersadgat authored Apr 6, 2018
1 parent 02c6c60 commit e0b571c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ specifier, if equivalent images have been copied to various regions with the sam

For example, to use Ubuntu 16.04, you could specify:

`image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20160830`
`image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20180405`

You can find the name for an image using e.g. `aws ec2 describe-images --image-id ami-a3641cb4`
You can find the name for an image using e.g. `aws ec2 describe-images --image-id ami-493f2f29`

(Please note that ubuntu is currently undergoing validation testing with k8s - use at your own risk!)

Expand Down Expand Up @@ -60,10 +60,10 @@ Ubuntu 16.04 or later is required (we require systemd).

For example, to use Ubuntu 16.04, you could specify:

`image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20160830`
`image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20180405`

You can find the name for an image by first consulting [Ubuntu's image finder](https://cloud-images.ubuntu.com/locator/),
and then using e.g. `aws ec2 describe-images --image-id ami-a3641cb4`
and then using e.g. `aws ec2 describe-images --image-id ami-493f2f29`

## CentOS

Expand Down

0 comments on commit e0b571c

Please sign in to comment.