summaryrefslogtreecommitdiffstats
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-10-01 09:40:31 +0000
commit1acf8b897ddf3fc2dd19bc5acd14a5092c808e48 (patch)
tree4fc27f65ca0b466ee70af779aa614c8695672169
parent7fd66b2e311eb8133f5fef02f9eef235d496d49c (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>
-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}"
;;