UNCLASSIFIED

hardening_manifest.yaml 1.74 KB
Newer Older
1 2 3 4 5 6 7 8 9 10
---
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:
sean.melissari's avatar
sean.melissari committed
11
- "7.2"
12 13 14 15 16 17 18 19 20 21 22
- "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
23
  org.opencontainers.image.description: "Gradle is a build tool with a focus on build automation and support for multi-language development."
24
  ## License(s) under which contained software is distributed
25
  org.opencontainers.image.licenses: "Apache License 2.0"
26
  ## URL to find more information on the image
27
  org.opencontainers.image.url: "https://gradle.org/releases/"
28
  ## Name of the distributing entity, organization or individual
sean.melissari's avatar
sean.melissari committed
29 30
  org.opencontainers.image.vendor: "Gradle"
  org.opencontainers.image.version: "7.2"
31
  ## Keywords to help with search (ex. "cicd,gitops,golang")
sean.melissari's avatar
sean.melissari committed
32
  mil.dso.ironbank.image.keywords: "build,gradle,java"
33
  ## This value can be "opensource" or "commercial"
34
  mil.dso.ironbank.image.type: "opensource"
35
  ## Product the image belongs to for grouping multiple images
36
  mil.dso.ironbank.product.name: "Gradle"
37 38 39

# List of resources to make available to the offline build context
resources:
Joshua Eason's avatar
Joshua Eason committed
40
- filename: gradle-bin.zip
sean.melissari's avatar
sean.melissari committed
41
  url: https://services.gradle.org/distributions/gradle-7.2-bin.zip
42 43
  validation:
    type: sha256
sean.melissari's avatar
sean.melissari committed
44
    value: f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd
45 46

maintainers:
47 48 49
- email: "melissari_sean@bah.com"
  name: "Sean Melissari"
  username: "sean.melissari"
sean.melissari's avatar
sean.melissari committed
50
  cht_member: true