UNCLASSIFIED

Commit 3749eaf5 authored by Hunter Stevens's avatar Hunter Stevens
Browse files

Merge branch 'development' into 'master'

Development

See merge request !11
parents 3800981e dd4079e0
Pipeline #184183 failed with stages
in 1 minute and 23 seconds
...@@ -6,13 +6,6 @@ ARG BASE_TAG=1.8.0 ...@@ -6,13 +6,6 @@ ARG BASE_TAG=1.8.0
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
LABEL name="Gradle jre8" \
maintainer="gavin.scallon@parsons.com" \
vendor="Open Source" \
version="6.7.1" \
release="1" \
summary="Gradle is a build tool with a focus on build automation and support for multi-language development." \
description="This Gradle container is designed to support build automation for jre8."
USER 0 USER 0
......
@Library('DCCSCR@master') _
dccscrPipeline( version: "6.7.1")
resources:
- url: "https://services.gradle.org/distributions/gradle-6.7.1-bin.zip"
filename: "gradle-6.7.1-bin.zip"
validation:
type: "sha256"
value: "3239b5ed86c3838a37d983ac100573f64c1f3fd8e1eb6c89fa5f9529b5ec091d"
---
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:
- "6.7.1"
- "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 Inc. 2020"
org.opencontainers.image.version: "6.7.1"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "gradle-jre11,gradle"
## 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-6.7.1-bin.zip
url: https://services.gradle.org/distributions/gradle-6.7.1-bin.zip
validation:
type: sha256
value: 3239b5ed86c3838a37d983ac100573f64c1f3fd8e1eb6c89fa5f9529b5ec091d
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
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