From: Bartek Grzybowski Date: Fri, 19 Feb 2021 13:43:10 +0000 (+0100) Subject: Update build guide in regard of docker engine version X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0f96f3e9ba00fae0dd94817b61feb3a9b9b7b71a;p=oom%2Foffline-installer.git Update build guide in regard of docker engine version Change-Id: I559ca429ca4701da4508e724069f62368cac263b Issue-ID: OOM-2686 Signed-off-by: Bartek Grzybowski --- diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index e2215c11..fd788c84 100644 --- a/docs/BuildGuide.rst +++ b/docs/BuildGuide.rst @@ -61,7 +61,7 @@ Subsequent steps are the same on both platforms: :: # install following packages - yum install -y docker-ce-18.09.5 git createrepo expect nodejs npm jq + yum install -y docker-ce-19.03.15 git createrepo expect nodejs npm jq # install Python 3 yum install -y python36 python36-pip