From a82fa0d6493888a8e5b29f2c87d6675fddf0c1a9 Mon Sep 17 00:00:00 2001 From: Tomáš Levora Date: Wed, 15 May 2019 13:38:00 +0200 Subject: Update of docker for RHEL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updating docker to 18.09 and its dependencies accordingly Issue-ID: OOM-1857 Change-Id: Ifa3ee7091e2ceeecf8c56d48c31a20a33d273f43 Signed-off-by: Tomáš Levora --- docs/BuildGuide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/BuildGuide.rst') diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index c79c0b04..8ae08d8d 100644 --- a/docs/BuildGuide.rst +++ b/docs/BuildGuide.rst @@ -29,7 +29,7 @@ More-over following sw packages has to be installed: * for the Download artifacts for offline installer (Part 2) and the Populate local nexus (Part 3) - nodejs - jq - - docker (exact version docker-ce-17.03.2) + - docker (exact version docker-ce-18.09.5) * for the Download artifacts for offline installer (Part 2) and for the Application helm charts preparation and patching (Part 4) - patch @@ -75,7 +75,7 @@ Subsequent steps are the same on both platforms: pip install twine # install docker - curl https://releases.rancher.com/install-docker/17.03.sh | sh + curl https://releases.rancher.com/install-docker/18.09.sh | sh Then it is necessary to clone all installer and build related repositories and prepare the directory structure. -- cgit 1.2.3-korg