From: Bartek Grzybowski Date: Tue, 21 Sep 2021 12:21:53 +0000 (+0200) Subject: [BUILD] Run Centos7.9 docker image for rpm download X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=984d25fb7e4245df7e05c9beffb154fce43bdd87;p=oom%2Foffline-installer.git [BUILD] Run Centos7.9 docker image for rpm download Change-Id: I1e4af38d326805c865adc4d920d95628e181fa2a Issue-ID: OOM-2837 Signed-off-by: Bartek Grzybowski --- diff --git a/build/create_repo.sh b/build/create_repo.sh index f2bde32d..51875172 100755 --- a/build/create_repo.sh +++ b/build/create_repo.sh @@ -57,7 +57,7 @@ set_environment () { ;; centos|rhel) distro_type="rhel" - docker_image="centos:centos7.6.1810" + docker_image="centos:centos7.9.2009" expected_dir="resources/pkg/rpm" container_name="${1}_repo${container_name_suffix}" ;;