From 4e9f7b5dbeb627865bbbec628e249275f6b830ec Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Tue, 19 Feb 2019 11:16:40 -0600 Subject: [PATCH] Update instructions to create base docker image. Story: 2002560 Required-by: 637944 Change-Id: I6ffc1f94cd5d362adc36e4ae05f1ab1ef28fbb4c Signed-off-by: Erich Cordoba --- doc/source/developer_guide/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/developer_guide/index.rst b/doc/source/developer_guide/index.rst index 7d5b77d0c..0a89d5bc7 100644 --- a/doc/source/developer_guide/index.rst +++ b/doc/source/developer_guide/index.rst @@ -223,11 +223,11 @@ to build the base Docker image. ENV ftp_proxy " http://your.actual_ftp_proxy.com:your_port " RUN echo " proxy=http://your-proxy.com:port " >> /etc/yum.conf -#. The Makefile automates the Base Docker image build: +#. The ``tb.sh`` script automates the Base Docker image build: .. code:: sh - make + ./tb.sh create ---------------------------------- Build the CentOS Mirror Repository