Skip to content

Commit 1c21260

Browse files
committed
Update updating-docker docs
1 parent 2047398 commit 1c21260

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/updating-docker.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
1-
# Updating Docker
1+
# Updating Docker and docker-compose
2+
3+
Docker and docker-compose are built into the AMIs by the Packer build.
24

35
See https://github.com/buildkite/elastic-ci-stack-for-aws/pull/954 for an
4-
example of updating Docker for Linux and Windows.
6+
example of updating Docker and docker-compose for Linux and Windows.
7+
8+
1. Create a new branch
9+
1. Update and commit a change to the Packer install scripts for [Linux](#linux) and [Windows](#windows) for the new version(s)
10+
1. Push your branch and open a pull request
11+
1. Wait for CI to go green
12+
1. Merge
513

614
## Linux
715

816
Packer installs Docker, docker-compose, and `docker buildx` using the [`packer/linux/scripts/install-docker.sh`](packer/linux/scripts/install-docker.sh)
917
script. Update the `DOCKER_VERSION` variable in this file to change which
1018
version of Docker is installed. Update the `DOCKER_COMPOSE_VERSION` variable to
1119
change which version of docker-compose is installed. Update the
12-
`DOCKER_BUILDX_VERSION`variable to change which version of `docker buildx` is installed.
20+
`DOCKER_BUILDX_VERSION` variable to change which version of `docker buildx` is installed.
1321

1422
Binary releases are downloaded directly from Docker and GitHub.
1523

0 commit comments

Comments
 (0)