UNCLASSIFIED

Commit 8b050a96 authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

hardening manifest migration

parent 1db60fee
Pipeline #110530 passed with stage
in 9 seconds
......@@ -7,13 +7,6 @@ ARG UBI_BASE_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM ${UBI_BASE_IMAGE} as builder
LABEL name="Ruby" \
description="Ruby container based off UBI8" \
vendor="OpenSource" \
summary="Ruby (Red Hat UBI)" \
maintainer="OpenSource" \
version="2.7.2"
USER 0
COPY ruby-27.tar.gz gdbm.tar.gz scripts/*.sh /
......
......@@ -19,21 +19,21 @@ args:
# 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"
# Human-readable description of the software packaged in the image
org.opencontainers.image.description: "Ruby container based off UBI8"
# License(s) under which contained software is distributed
org.opencontainers.image.licenses: "Ruby"
# URL to find more information on the image
org.opencontainers.image.url: "www.ruby-lang.org"
# Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Opensource"
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"
# Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "programming,scripting,script,ruby,interpreted"
# 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: "ruby"
# List of resources to make available to the offline build context
resources:
......@@ -49,15 +49,10 @@ resources:
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"
# The name of the current container owner
name: "Josh Eason"
# The gitlab username of the current container owner
username: "jeason"
cht_member: true
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