Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 0d5dc99

Browse files
Merge component 'engine' from [email protected]:docker/engine master
2 parents a82cf61 + 4ddb5ec commit 0d5dc99

34 files changed

+691
-3617
lines changed

components/engine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.1.3-experimental
22

33
ARG CROSS="false"
4-
ARG GO_VERSION=1.13.6
4+
ARG GO_VERSION=1.13.7
55
ARG DEBIAN_FRONTEND=noninteractive
66
ARG VPNKIT_DIGEST=e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e
77
ARG DOCKER_BUILDTAGS="apparmor seccomp selinux"

components/engine/Dockerfile.e2e

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.13.6
1+
ARG GO_VERSION=1.13.7
22

33
FROM golang:${GO_VERSION}-alpine AS base
44
ENV GO111MODULE=off

components/engine/Dockerfile.simple

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# This represents the bare minimum required to build and test Docker.
77

8-
ARG GO_VERSION=1.13.6
8+
ARG GO_VERSION=1.13.7
99

1010
FROM golang:${GO_VERSION}-stretch
1111
ENV GO111MODULE=off

components/engine/Dockerfile.windows

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ FROM microsoft/windowsservercore
165165
# Use PowerShell as the default shell
166166
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
167167

168-
ARG GO_VERSION=1.13.6
168+
ARG GO_VERSION=1.13.7
169169
ARG GOTESTSUM_COMMIT=v0.3.5
170170

171171
# Environment variable notes:

components/engine/vendor.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ github.com/golang/protobuf aa810b61a9c79d51363740d207bb
134134
github.com/cloudflare/cfssl 5d63dbd981b5c408effbb58c442d54761ff94fbd # 1.3.2
135135
github.com/fernet/fernet-go 9eac43b88a5efb8651d24de9b68e87567e029736
136136
github.com/google/certificate-transparency-go 37a384cd035e722ea46e55029093e26687138edf # v1.0.20
137-
golang.org/x/crypto 88737f569e3a9c7ab309cdc09a07fe7fc87233c3
137+
golang.org/x/crypto 69ecbb4d6d5dab05e49161c6e77ea40a030884e1
138138
golang.org/x/time fbb02b2291d28baffd63558aa44b4b56f178d650
139139
github.com/hashicorp/go-memdb cb9a474f84cc5e41b273b20c6927680b2a8776ad
140140
github.com/hashicorp/go-immutable-radix 826af9ccf0feeee615d546d69b11f8e98da8c8f1 git://github.com/tonistiigi/go-immutable-radix.git

components/engine/vendor/golang.org/x/crypto/cryptobyte/asn1.go

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/engine/vendor/golang.org/x/crypto/cryptobyte/string.go

+1-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/engine/vendor/golang.org/x/crypto/curve25519/const_amd64.h

-8
This file was deleted.

components/engine/vendor/golang.org/x/crypto/curve25519/const_amd64.s

-20
This file was deleted.

components/engine/vendor/golang.org/x/crypto/curve25519/cswap_amd64.s

-65
This file was deleted.

0 commit comments

Comments
 (0)