You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/updating-docker.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
2
4
3
5
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
5
13
6
14
## Linux
7
15
8
16
Packer installs Docker, docker-compose, and `docker buildx` using the [`packer/linux/scripts/install-docker.sh`](packer/linux/scripts/install-docker.sh)
9
17
script. Update the `DOCKER_VERSION` variable in this file to change which
10
18
version of Docker is installed. Update the `DOCKER_COMPOSE_VERSION` variable to
11
19
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.
13
21
14
22
Binary releases are downloaded directly from Docker and GitHub.
0 commit comments