UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit ec346f96 authored by sean.melissari's avatar sean.melissari
Browse files

bump v7.2

parent 39c36650
Pipeline #457723 passed with stages
in 10 minutes and 58 seconds
#################################################################################
# Default Image Source
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk8
ARG BASE_TAG=1.8.0
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER 0
ENV GRADLE_HOME=/opt/gradle
......
# gradle-jre8
## Version 6.7
#### 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.
......
......@@ -8,7 +8,7 @@ name: "opensource/gradle/gradle-jre8"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "7.1.1"
- "7.2"
- "latest"
# Build args passed to Dockerfile ARGs
......@@ -26,10 +26,10 @@ labels:
## URL to find more information on the image
org.opencontainers.image.url: "https://gradle.org/releases/"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Gradle Inc. 2020"
org.opencontainers.image.version: "7.1.1"
org.opencontainers.image.vendor: "Gradle"
org.opencontainers.image.version: "7.2"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "gradle-jre11,gradle"
mil.dso.ironbank.image.keywords: "build,gradle,java"
## This value can be "opensource" or "commercial"
mil.dso.ironbank.image.type: "opensource"
## Product the image belongs to for grouping multiple images
......@@ -38,16 +38,13 @@ labels:
# List of resources to make available to the offline build context
resources:
- filename: gradle-bin.zip
url: https://services.gradle.org/distributions/gradle-7.1.1-bin.zip
url: https://services.gradle.org/distributions/gradle-7.2-bin.zip
validation:
type: sha256
value: bf8b869948901d422e9bb7d1fa61da6a6e19411baa7ad6ee929073df85d6365d
value: f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd
maintainers:
- email: "melissari_sean@bah.com"
# # The name of the current container owner
name: "Sean Melissari"
# # The gitlab username of the current container owner
username: "sean.melissari"
cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
cht_member: true
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