summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-05-21 07:07:25 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-21 07:07:25 +0000
commit929d4391d688128f24b44e1bba7b68843263b03f (patch)
tree7ce92e7afb2b65863c29a06591965cb1ecc21a53 /docs
parent0fd7a5a84706db4083f514dd1cefc205fa43b7c6 (diff)
parentb5f99a2fff91001f14eb870369dc0a584e9c81c0 (diff)
Merge changes from topic "RHEL"
* changes: Upgrade docker version to 18.09.5 Update of docker for RHEL
Diffstat (limited to 'docs')
-rw-r--r--docs/BuildGuide.rst4
1 files changed, 2 insertions, 2 deletions
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.