diff options
author | Tomáš Levora <t.levora@partner.samsung.com> | 2019-05-15 13:38:00 +0200 |
---|---|---|
committer | Tomáš Levora <t.levora@partner.samsung.com> | 2019-05-17 12:22:09 +0000 |
commit | a82fa0d6493888a8e5b29f2c87d6675fddf0c1a9 (patch) | |
tree | 21622335dd62f3146632e82e326d440b7e129fa5 /build/creating_data | |
parent | 8fd23141ffc7dd2f3c02b62e8fed1ff8364319b0 (diff) |
Update of docker for RHEL
Updating docker to 18.09 and its dependencies accordingly
Issue-ID: OOM-1857
Change-Id: Ifa3ee7091e2ceeecf8c56d48c31a20a33d273f43
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Diffstat (limited to 'build/creating_data')
-rwxr-xr-x | build/creating_data/create-rhel-repo.sh | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/build/creating_data/create-rhel-repo.sh b/build/creating_data/create-rhel-repo.sh index ca5a5352..43709a7e 100755 --- a/build/creating_data/create-rhel-repo.sh +++ b/build/creating_data/create-rhel-repo.sh @@ -1,6 +1,6 @@ # COPYRIGHT NOTICE STARTS HERE # -# Copyright 2018 © Samsung Electronics Co., Ltd. +# Copyright 2018-2019 © Samsung Electronics Co., Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -36,12 +36,10 @@ fi # this exact docker version is required by ONAP/beijing # it should be available in centos docker repo -yumdownloader --resolve --destdir="${OUTDIR}" docker-ce-17.03.2.ce libtool-ltdl docker-ce-selinux nfs-utils python-jsonpointer - -wget https://cbs.centos.org/kojifiles/packages/python-docker/2.5.1/2.el7/noarch/python2-docker-2.5.1-2.el7.noarch.rpm -P "${OUTDIR}" - -yum install --downloadonly --downloaddir="${OUTDIR}" "${OUTDIR}/python2-docker-2.5.1-2.el7.noarch.rpm" +yumdownloader --resolve --destdir="${OUTDIR}" docker-ce-18.09.5 container-selinux docker-ce-cli \ +containerd.io nfs-utils python-jsonpointer python-docker-py python-docker-pycreds python-ipaddress \ +python-websocket-client createrepo "${OUTDIR}" -exit 0 +exit 0
\ No newline at end of file |