--- apiVersion: v1 # The repository name in registry1, excluding /ironbank/ name: "opensource/gradle/gradle-jre8" # List of tags to push for the repository in registry1 # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: - "7.2" - "latest" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/openjdk/openjdk8" BASE_TAG: "1.8.0" # Docker image labels labels: org.opencontainers.image.title: "gradle-jre8" ## Human-readable description of the software packaged in the image org.opencontainers.image.description: "Gradle is a build tool with a focus on build automation and support for multi-language development." ## License(s) under which contained software is distributed org.opencontainers.image.licenses: "Apache License 2.0" ## 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" org.opencontainers.image.version: "7.2" ## Keywords to help with search (ex. "cicd,gitops,golang") 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 mil.dso.ironbank.product.name: "Gradle" # List of resources to make available to the offline build context resources: - filename: gradle-bin.zip url: https://services.gradle.org/distributions/gradle-7.2-bin.zip validation: type: sha256 value: f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd maintainers: - email: "melissari_sean@bah.com" name: "Sean Melissari" username: "sean.melissari" cht_member: true