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
MongoDB
MongoDB
Commits
e3cc07f9
Commit
e3cc07f9
authored
Dec 24, 2020
by
Olga O
Browse files
update hardening_manifest.yaml
parent
4103b3b6
Pipeline
#114693
passed with stage
in 8 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
Dockerfile
Dockerfile
+2
-2
hardening_manifest.yaml
hardening_manifest.yaml
+10
-10
No files found.
Dockerfile
View file @
e3cc07f9
ARG
BASE_REGISTRY=registry1.dso
p.io
ARG
BASE_REGISTRY=registry1.dso
.mil
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_TAG=
8.2
ARG
BASE_TAG=
latest
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
...
hardening_manifest.yaml
View file @
e3cc07f9
...
...
@@ -20,20 +20,20 @@ args:
labels
:
org.opencontainers.image.title
:
"
mongodb"
## Human-readable description of the software packaged in the image
#
org.opencontainers.image.description: "
FIXME
"
org.opencontainers.image.description
:
"
MongoDB
Community
Server
image
based
on
the
Red
Hat
Universal
Base
Image
for
DSOP
"
## License(s) under which contained software is distributed
#
org.opencontainers.image.licenses: "
FIXME
"
org.opencontainers.image.licenses
:
"
Apache-2.0
"
## URL to find more information on the image
#
org.opencontainers.image.url: "
FIXME
"
org.opencontainers.image.url
:
"
https://github.com/dockerfile/mongodb
"
## Name of the distributing entity, organization or individual
#
org.opencontainers.image.vendor: "
FIXME
"
org.opencontainers.image.vendor
:
"
opensource
"
org.opencontainers.image.version
:
"
4.4.1"
## Keywords to help with search (ex. "cicd,gitops,golang")
#
mil.dso.ironbank.image.keywords: "
FIXME
"
mil.dso.ironbank.image.keywords
:
"
mongodb,database,NoSQL
"
## This value can be "opensource" or "commercial"
#
mil.dso.ironbank.image.type: "
FIXME
"
mil.dso.ironbank.image.type
:
"
opensource
"
## Product the image belongs to for grouping multiple images
#
mil.dso.ironbank.product.name: "
FIXME
"
mil.dso.ironbank.product.name
:
"
MongoDB
"
# List of resources to make available to the offline build context
resources
:
...
...
@@ -94,10 +94,10 @@ resources:
maintainers
:
-
email
:
"
michael.simmons@anchore.com"
# # The name of the current container owner
#
name: "
FIXME
"
name
:
"
Michael
Simmons
"
# # The gitlab username of the current container owner
#
username: "
FIXME
"
#
cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
username
:
"
msimmons719
"
cht_member
:
true
# FIXME: Uncomment if the maintainer is a member of CHT
# - name: "FIXME"
# username: "FIXME"
# email: "FIXME"
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