UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
mariadb
mariadb105
Commits
d051a383
Commit
d051a383
authored
Dec 28, 2020
by
Jeffrey Weatherford
Browse files
hardening manifest migration
parent
8ca510c8
Pipeline
#115944
passed with stage
in 5 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
24 deletions
+19
-24
hardening_manifest.yaml
hardening_manifest.yaml
+19
-24
No files found.
hardening_manifest.yaml
View file @
d051a383
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment