summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-09-21 14:21:53 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-09-27 13:17:37 +0000
commit984d25fb7e4245df7e05c9beffb154fce43bdd87 (patch)
tree2a982a9b5f9d9c41044178ec8df8e49078e67298 /build
parent41fb06cb0a3fb7023a745ba14bb3f58b2eaaf741 (diff)
[BUILD] Run Centos7.9 docker image for rpm download
Change-Id: I1e4af38d326805c865adc4d920d95628e181fa2a Issue-ID: OOM-2837 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/create_repo.sh2
1 files changed, 1 insertions, 1 deletions
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}"
;;