UNCLASSIFIED

Commit 0b591431 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'update-gradle-version' into 'development'

Update gradle versions

See merge request !6
parents 2cdc7ecc a0b15739
Pipeline #62409 passed with stages
in 12 minutes
...@@ -9,7 +9,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ...@@ -9,7 +9,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
LABEL name="Gradle jre8" \ LABEL name="Gradle jre8" \
maintainer="gavin.scallon@parsons.com" \ maintainer="gavin.scallon@parsons.com" \
vendor="Open Source" \ vendor="Open Source" \
version="6.6" \ version="6.7" \
release="1" \ release="1" \
summary="Gradle is a build tool with a focus on build automation and support for multi-language development." \ summary="Gradle is a build tool with a focus on build automation and support for multi-language development." \
description="This Gradle container is designed to support build automation for jre8." description="This Gradle container is designed to support build automation for jre8."
...@@ -17,13 +17,13 @@ LABEL name="Gradle jre8" \ ...@@ -17,13 +17,13 @@ LABEL name="Gradle jre8" \
USER 0 USER 0
ENV GRADLE_HOME=/opt/gradle ENV GRADLE_HOME=/opt/gradle
COPY gradle-6.6-bin.zip / COPY gradle-6.7-bin.zip /
RUN dnf update -y && \ RUN dnf update -y && \
dnf install -y unzip && \ dnf install -y unzip && \
unzip -d ${GRADLE_HOME} /gradle-6.6-bin.zip && \ unzip -d ${GRADLE_HOME} /gradle-6.7-bin.zip && \
rm -f gradle-6.6-bin.zip && \ rm -f gradle-6.7-bin.zip && \
ln -s /opt/gradle/gradle-6.6/bin/gradle /usr/bin/gradle && \ ln -s /opt/gradle/gradle-6.7/bin/gradle /usr/bin/gradle && \
dnf clean all && \ dnf clean all && \
rm -rf /var/cache/dnf rm -rf /var/cache/dnf
......
@Library('DCCSCR@master') _ @Library('DCCSCR@master') _
dccscrPipeline( version: "6.6") dccscrPipeline( version: "6.7")
# gradle-jre8 # gradle-jre8
## Version 6.6 ## Version 6.7
#### Description from the official Gradle project: #### Description from the official Gradle project:
Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins.
......
resources: resources:
- url: "https://services.gradle.org/distributions/gradle-6.6-bin.zip" - url: "https://services.gradle.org/distributions/gradle-6.7-bin.zip"
filename: "gradle-6.6-bin.zip" filename: "gradle-6.7-bin.zip"
validation: validation:
type: "sha256" type: "sha256"
value: "e6f83508f0970452f56197f610d13c5f593baaf43c0e3c6a571e5967be754025" value: "8ad57759019a9233dc7dc4d1a530cefe109dc122000d57f7e623f8cf4ba9dfc4"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment