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
ruby
ruby27
Commits
8b050a96
Commit
8b050a96
authored
Dec 21, 2020
by
Jeffrey Weatherford
Browse files
hardening manifest migration
parent
1db60fee
Pipeline
#110530
passed with stage
in 9 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
31 deletions
+19
-31
Dockerfile
Dockerfile
+0
-7
hardening_manifest.yaml
hardening_manifest.yaml
+19
-24
No files found.
Dockerfile
View file @
8b050a96
...
...
@@ -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 /
...
...
hardening_manifest.yaml
View file @
8b050a96
...
...
@@ -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
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