Skip to content

Commit

Permalink
bump docker from 19.03.x to 20.10.x
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
yob committed Apr 15, 2021
1 parent 083f89d commit b50860c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packer/linux/scripts/install-docker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -eu -o pipefail

DOCKER_VERSION=19.03.13
DOCKER_VERSION=20.10.6
DOCKER_RELEASE="stable"
DOCKER_COMPOSE_VERSION=1.27.4
MACHINE=$(uname -m)
Expand Down
2 changes: 1 addition & 1 deletion packer/windows/scripts/install-docker.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stop script execution when a non-terminating error occurs
$ErrorActionPreference = "Stop"

$docker_version="19.03.12"
$docker_version="20.10.0"

Write-Output "Upgrading DockerMsftProvider module"
Update-Module -Name DockerMsftProvider -Force
Expand Down

0 comments on commit b50860c

Please sign in to comment.