Skip to content

Commit b50860c

Browse files
author
James Healy
committed
bump docker from 19.03.x to 20.10.x
* Linux: 20.10.6 * Windows: 20.10.0 We're assuming this is a backwards compatible upgrade and safe to include in the elastic stack 5.2.x to 5.3.x upgrade. Assuming the AMIs build, we'll might merge and dogfood them for our internal builds to build confidence in the compatibility and safeness of the bump. The windows patch release is older because that's all that seems ot be available.
1 parent 083f89d commit b50860c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packer/linux/scripts/install-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -eu -o pipefail
33

4-
DOCKER_VERSION=19.03.13
4+
DOCKER_VERSION=20.10.6
55
DOCKER_RELEASE="stable"
66
DOCKER_COMPOSE_VERSION=1.27.4
77
MACHINE=$(uname -m)

packer/windows/scripts/install-docker.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stop script execution when a non-terminating error occurs
22
$ErrorActionPreference = "Stop"
33

4-
$docker_version="19.03.12"
4+
$docker_version="20.10.0"
55

66
Write-Output "Upgrading DockerMsftProvider module"
77
Update-Module -Name DockerMsftProvider -Force

0 commit comments

Comments
 (0)