From ec346f96b9cfa09c0a828c8c7321ed5077e51289 Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Thu, 2 Sep 2021 14:53:12 -0400 Subject: [PATCH] bump v7.2 --- Dockerfile | 3 --- README.md | 4 +--- hardening_manifest.yaml | 17 +++++++---------- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6531812..c751413 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,9 @@ -################################################################################# -# 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 diff --git a/README.md b/README.md index b094daa..4f99f24 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # 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. @@ -24,4 +22,4 @@ Note the above command runs using uid/gid 1000 (user gradle) to avoid running as # Notes The container uses the `gradle` user profile when running the image. -The container does not expose any ports. \ No newline at end of file +The container does not expose any ports. diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 8fefc72..ad6783c 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -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 -- GitLab