From 8735a147d2e005a7465074fbdfab2b171dc993f7 Mon Sep 17 00:00:00 2001 From: John Howard Date: Thu, 14 Jan 2016 12:20:19 -0800 Subject: [PATCH] Add note in dockerfile about go version Signed-off-by: John Howard Upstream-commit: 6c1382e151676ada408d89d6e197dbcf47dc4ebd Component: engine --- components/engine/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/engine/Dockerfile b/components/engine/Dockerfile index 7c32747402..73820bdd2f 100644 --- a/components/engine/Dockerfile +++ b/components/engine/Dockerfile @@ -87,6 +87,9 @@ RUN cd /usr/local/lvm2 \ # see https://git.fedorahosted.org/cgit/lvm2.git/tree/INSTALL # Install Go +# IMPORTANT: If the version of Go is updated, the Windows to Linux CI machines +# will need updating, to avoid errors. Ping #docker-maintainers on IRC +# with a heads-up. ENV GO_VERSION 1.5.3 RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \ | tar -xzC /usr/local