UNCLASSIFIED

Commit 1db60fee authored by ironbank-bot's avatar ironbank-bot
Browse files

Migrate to hardening_manifest.yaml

parent a9de2776
Pipeline #98341 passed with stage
in 2 minutes and 24 seconds
@Library('DCCSCR@master') _
dccscrPipeline(version: "2.7.2")
---
resources:
- url: https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.2.tar.gz
filename: ruby-27.tar.gz
validation:
type: sha256
value: 6e5706d0d4ee4e1e2f883db9d768586b4d06567debea353c796ec45e8321c3d4
- url: http://ftp.gnu.org/gnu/gdbm/gdbm-1.18.1.tar.gz
filename: gdbm.tar.gz
validation:
type: sha256
value: 86e613527e5dba544e73208f42b78b7c022d4fa5a6d5498bf18c8d6f745b91dc
---
apiVersion: v1
# The repository name in registry1, excluding /ironbank/
name: "opensource/ruby/ruby27"
# 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:
- "2.7.2"
- "latest"
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.3"
# Docker image labels
labels:
org.opencontainers.image.title: "ruby27"
## Human-readable description of the software packaged in the image
# org.opencontainers.image.description: "FIXME"
## License(s) under which contained software is distributed
# org.opencontainers.image.licenses: "FIXME"
## URL to find more information on the image
# org.opencontainers.image.url: "FIXME"
## Name of the distributing entity, organization or individual
# org.opencontainers.image.vendor: "FIXME"
org.opencontainers.image.version: "2.7.2"
## Keywords to help with search (ex. "cicd,gitops,golang")
# mil.dso.ironbank.image.keywords: "FIXME"
## This value can be "opensource" or "commercial"
# mil.dso.ironbank.image.type: "FIXME"
## Product the image belongs to for grouping multiple images
# mil.dso.ironbank.product.name: "FIXME"
# List of resources to make available to the offline build context
resources:
- filename: ruby-27.tar.gz
url: https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.2.tar.gz
validation:
type: sha256
value: 6e5706d0d4ee4e1e2f883db9d768586b4d06567debea353c796ec45e8321c3d4
- filename: gdbm.tar.gz
url: http://ftp.gnu.org/gnu/gdbm/gdbm-1.18.1.tar.gz
validation:
type: sha256
value: 86e613527e5dba544e73208f42b78b7c022d4fa5a6d5498bf18c8d6f745b91dc
# List of project maintainers
# FIXME: Fill in the following details for the current container owner in the whitelist
# FIXME: Include any other vendor information if applicable
maintainers:
- email: "josheason@seed-inovations.com"
# # The name of the current container owner
# name: "FIXME"
# # The gitlab username of the current container owner
# username: "FIXME"
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
# - name: "FIXME"
# username: "FIXME"
# email: "FIXME"
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