UNCLASSIFIED

Commit e69cf300 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'bump-7-2' into 'development'

bump v7.2

See merge request !16
parents 39c36650 ec346f96
Pipeline #457751 passed with stages
in 12 minutes and 8 seconds
#################################################################################
# Default Image Source
ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk8 ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk8
ARG BASE_TAG=1.8.0 ARG BASE_TAG=1.8.0
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER 0 USER 0
ENV GRADLE_HOME=/opt/gradle ENV GRADLE_HOME=/opt/gradle
......
# gradle-jre8 # gradle-jre8
## 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.
...@@ -24,4 +22,4 @@ Note the above command runs using uid/gid 1000 (user gradle) to avoid running as ...@@ -24,4 +22,4 @@ Note the above command runs using uid/gid 1000 (user gradle) to avoid running as
# Notes # Notes
The container uses the `gradle` user profile when running the image. The container uses the `gradle` user profile when running the image.
The container does not expose any ports. The container does not expose any ports.
\ No newline at end of file
...@@ -8,7 +8,7 @@ name: "opensource/gradle/gradle-jre8" ...@@ -8,7 +8,7 @@ name: "opensource/gradle/gradle-jre8"
# The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
# on ironbank.dsop.io # on ironbank.dsop.io
tags: tags:
- "7.1.1" - "7.2"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
...@@ -26,10 +26,10 @@ labels: ...@@ -26,10 +26,10 @@ labels:
## URL to find more information on the image ## URL to find more information on the image
org.opencontainers.image.url: "https://gradle.org/releases/" org.opencontainers.image.url: "https://gradle.org/releases/"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Gradle Inc. 2020" org.opencontainers.image.vendor: "Gradle"
org.opencontainers.image.version: "7.1.1" org.opencontainers.image.version: "7.2"
## Keywords to help with search (ex. "cicd,gitops,golang") ## 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" ## This value can be "opensource" or "commercial"
mil.dso.ironbank.image.type: "opensource" mil.dso.ironbank.image.type: "opensource"
## Product the image belongs to for grouping multiple images ## Product the image belongs to for grouping multiple images
...@@ -38,16 +38,13 @@ labels: ...@@ -38,16 +38,13 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- filename: gradle-bin.zip - 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: validation:
type: sha256 type: sha256
value: bf8b869948901d422e9bb7d1fa61da6a6e19411baa7ad6ee929073df85d6365d value: f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd
maintainers: maintainers:
- email: "melissari_sean@bah.com" - email: "melissari_sean@bah.com"
# # The name of the current container owner
name: "Sean Melissari" name: "Sean Melissari"
# # The gitlab username of the current container owner
username: "sean.melissari" 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