UNCLASSIFIED

Commit d051a383 authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

hardening manifest migration

parent 8ca510c8
Pipeline #115944 passed with stage
in 5 seconds
......@@ -19,21 +19,21 @@ args:
# Docker image labels
labels:
org.opencontainers.image.title: "mariadb105"
## 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: "MariaDB Server is one of the most popular open source relational databases."
# License(s) under which contained software is distributed
org.opencontainers.image.licenses: "GPL-2.0"
# URL to find more information on the image
org.opencontainers.image.url: "https://mariadb.org"
# Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Maria DB Foundation"
org.opencontainers.image.version: "10.5.8"
## 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: "opensource,database,relational"
# 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: "opensource"
# List of resources to make available to the offline build context
resources:
......@@ -69,15 +69,10 @@ resources:
value: a0514f24c2bbc8ea14a13703acb5f35b1b5ba1dfb97397e6776d522c8ea60331
# 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: "bhearn@anchore.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: "Blake Hearn"
# The gitlab username of the current container owner
username: "blake.hearn"
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