Skip to content

Commit 57f8133

Browse files
committed
Increasing git version in ubi7 sandbox
partial-jira-bug: CEM-28775 Signed-off-by: Gleb Galkin <gleb108@gmail.com> Change-Id: I5f89d22c7db55182b8c428d8e301d8742c77f543
1 parent 048b227 commit 57f8133

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

container/Dockerfile.ubi7

+7-1
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,15 @@ RUN \
4343
fi && \
4444
yum -y update -x nss* && \
4545
curl --retry 3 --retry-delay 10 ${SITE_MIRROR:-"https://bootstrap.pypa.io"}/pip/2.7/get-pip.py | python2 - 'pip==20.1' && \
46+
curl -O --retry 3 --retry-delay 10 ${SITE_MIRROR:-"https://packages.endpointdev.com"}/rhel/7/os/x86_64/git-core-2.37.1-1.ep7.x86_64.rpm && \
47+
curl -O --retry 3 --retry-delay 10 ${SITE_MIRROR:-"https://packages.endpointdev.com"}/rhel/7/os/x86_64/git-2.37.1-1.ep7.x86_64.rpm && \
48+
curl -O --retry 3 --retry-delay 10 ${SITE_MIRROR:-"https://packages.endpointdev.com"}/rhel/7/os/x86_64/git-core-doc-2.37.1-1.ep7.noarch.rpm && \
49+
curl -O --retry 3 --retry-delay 10 ${SITE_MIRROR:-"https://packages.endpointdev.com"}/rhel/7/os/x86_64/perl-Git-2.37.1-1.ep7.noarch.rpm && \
4650
yum -y install \
51+
git-2.37.1-1.ep7.x86_64.rpm git-core-2.37.1-1.ep7.x86_64.rpm \
52+
git-core-doc-2.37.1-1.ep7.noarch.rpm perl-Git-2.37.1-1.ep7.noarch.rpm \
4753
python3 iproute devtoolset-7-gcc devtoolset-7-binutils \
48-
autoconf automake createrepo docker-client docker-python gdb git git-review jq libtool \
54+
autoconf automake createrepo docker-client docker-python gdb rsync git-review jq libtool \
4955
make python-devel python-lxml rpm-build vim wget yum-utils redhat-lsb-core \
5056
rpmdevtools sudo gcc-c++ net-tools httpd \
5157
python-virtualenv python-future python-tox \

0 commit comments

Comments
 (0)