Skip to content

Commit

Permalink
Jenkins build image upgrade to add needed utilities for 2.7 branch bu…
Browse files Browse the repository at this point in the history
…ild (#1488)

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
  • Loading branch information
rfelcman committed Apr 20, 2022
1 parent f772522 commit f79784a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/jenkins/docker/image/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ useradd -u "${JENKINS_UID}" -g "${JENKINS_GID}" \
print "Updating the system"
echo '--------------------------------------------------------------------------------'
yum -y update
yum -y install git
yum -y install git tar wget
echo '--------------------------------------------------------------------------------'

print "Configuring Java tools in ${INSTALL_JAVA}"
Expand Down
2 changes: 1 addition & 1 deletion etc/jenkins/docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<artifactId>org.eclipse.persistence.build.docker</artifactId>
<packaging>pom</packaging>
<!-- Version is used as target docker image tag -->
<version>2.0.0</version>
<version>2.0.1</version>

<properties>
<!-- Source docker image -->
Expand Down

0 comments on commit f79784a

Please sign in to comment.