UNCLASSIFIED

Commit 8ea344b8 authored by Pradip  Pathak's avatar Pradip Pathak
Browse files

Upgrade to latest version 6.7.1

parent 0b591431
Pipeline #80353 passed with stages
in 12 minutes and 27 seconds
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
# Default Image Source # Default Image Source
ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk8 ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk8
ARG BASE_TAG=1.8 ARG BASE_TAG=1.8.0
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} 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.7" \ version="6.7.1" \
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.7-bin.zip / COPY gradle-6.7.1-bin.zip /
RUN dnf update -y && \ RUN dnf update -y && \
dnf install -y unzip && \ dnf install -y unzip && \
unzip -d ${GRADLE_HOME} /gradle-6.7-bin.zip && \ unzip -d ${GRADLE_HOME} /gradle-6.7.1-bin.zip && \
rm -f gradle-6.7-bin.zip && \ rm -f gradle-6.7.1-bin.zip && \
ln -s /opt/gradle/gradle-6.7/bin/gradle /usr/bin/gradle && \ ln -s /opt/gradle/gradle-6.7.1/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.7") dccscrPipeline( version: "6.7.1")
resources: resources:
- url: "https://services.gradle.org/distributions/gradle-6.7-bin.zip" - url: "https://services.gradle.org/distributions/gradle-6.7.1-bin.zip"
filename: "gradle-6.7-bin.zip" filename: "gradle-6.7.1-bin.zip"
validation: validation:
type: "sha256" type: "sha256"
value: "8ad57759019a9233dc7dc4d1a530cefe109dc122000d57f7e623f8cf4ba9dfc4" value: "3239b5ed86c3838a37d983ac100573f64c1f3fd8e1eb6c89fa5f9529b5ec091d"
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