diff --git a/Dockerfile b/Dockerfile index 6531812a3850c2248f4095a70ab5e12f4f024e1d..c75141360cc48eefa2120fbfde3f483434cfd130 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 b094daa47ca823c006f6c4e47ebe800be1335b9a..4f99f2496b97f4d0059c3f05eeebce8754c95ea6 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 8fefc72f75e4a65c3ecb577423bf48505ee4afb2..ad6783c59d5c81518c25030047f21aaffea1440c 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