Skip to content

Commit

Permalink
Merge pull request #350 from buildkite/docker-17.09.0-ce
Browse files Browse the repository at this point in the history
Docker 17.09.0-ce
  • Loading branch information
lox authored Oct 5, 2017
2 parents be5cafe + e291b72 commit dd8e45e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ config.json:

build-ami: config.json
docker run -e AWS_DEFAULT_REGION -e AWS_ACCESS_KEY_ID \
-e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN \
-e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN -e PACKER_LOG \
-v ${HOME}/.aws:/root/.aws \
--rm -v "$(PWD):/src" -w /src/packer hashicorp/packer:light \
build buildkite-ami.json | tee packer.output
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ If you really want to store your secrets unencrypted, you can disable it entirel

* [Amazon Linux 2017.03.1](https://aws.amazon.com/amazon-linux-ami/)
* [Buildkite Agent](https://buildkite.com/docs/agent)
* [Docker 17.06.0-ce](https://www.docker.com)
* [Docker Compose 1.14.0](https://docs.docker.com/compose/)
* [Docker 17.09.0-ce](https://www.docker.com)
* [Docker Compose 1.16.1](https://docs.docker.com/compose/)
* [aws-cli](https://aws.amazon.com/cli/) - useful for performing any ops-related tasks
* [jq](https://stedolan.github.io/jq/) - useful for manipulating JSON responses from cli tools such as aws-cli or the Buildkite API

Expand Down
4 changes: 2 additions & 2 deletions packer/scripts/install-docker.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -eu -o pipefail

DOCKER_VERSION=17.06.0-ce
DOCKER_COMPOSE_VERSION=1.14.0
DOCKER_VERSION=17.09.0-ce
DOCKER_COMPOSE_VERSION=1.16.1

# This performs a manual install of Docker. The init.d script is from the
# 1.11 yum package
Expand Down

0 comments on commit dd8e45e

Please sign in to comment.