UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Prepopulate hardening_manifest.yaml

Merged Steven Terhar requested to merge sterhar-development-patch-00033 into development
1 file
+ 51
34
Compare changes
  • Side-by-side
  • Inline
+ 51
34
---
apiVersion: v1
name: "opensource/foo/bar"
# The repository name in registry1, excluding /ironbank/
name: "gitlab/gitlab/gitlab-mailroom"
# List of tags to push for the repository in registry1
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "0.0.0"
- "latest"
- "17.2.4"
- "latest"
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.4"
BASE_IMAGE: "gitlab/gitlab/gitlab-ruby"
BASE_TAG: "17.2.4"
# Docker image labels
labels:
org.opencontainers.image.title: "title"
org.opencontainers.image.description: "description"
org.opencontainers.image.licenses: "Apache-2.0"
org.opencontainers.image.url: "https://url"
org.opencontainers.image.vendor: "vendor"
org.opencontainers.image.version: "0.0.0"
mil.dso.ironbank.image.keywords: " "
mil.dso.ironbank.image.type: "opensource"
mil.dso.ironbank.product.name: "name"
resources:
- filename: "filename.extension"
url: "https://example.com/path/to/file.tar.gz"
validation:
type: sha256
value: " "
# For Docker dependencies
- tag: "product/name:1.0.0"
url: "docker://<image-registry>/name/of/product@sha256:<value>"
org.opencontainers.image.title: "Gitlab Mailroom"
## Human-readable description of the software packaged in the image
org.opencontainers.image.description: "Gitlab Mailroom container."
## License(s) under which contained software is distributed
org.opencontainers.image.licenses: "MIT License"
## URL to find more information on the image
org.opencontainers.image.url: "https://about.gitlab.com/"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Gitlab"
org.opencontainers.image.version: "17.2.4"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "gitlab, git, gitops"
## This value can be "opensource" or "commercial"
mil.dso.ironbank.image.type: "commercial"
## Product the image belongs to for grouping multiple images
mil.dso.ironbank.product.name: "gitlab"
# 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: "username@example.com"
name: "FirstName LastName"
username: "UserName"
cht_member: false
- email: "sterhar@gitlab.com"
# # The name of the current container owner
name: "Steven Terhar"
# # The gitlab username of the current container owner
username: "sterhar"
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
- name: "Al Fontaine"
username: "alfontaine"
email: "alan.fontaine@centauricorp.com"
cht_member: true
- name: "Marcus Montgomery"
username: "montgomery.marcus"
email: "help@dsop.io"
cht_member: true
resources:
- url: "https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v17.2.4-ubi8/gitlab-mailroom.tar.gz"
filename: "gitlab-mailroom.tar.gz"
validation:
type: "sha256"
value: "e774f9fd84cdaf8b266da5075e4bb8800cae0ededeb5792d6e7c65b914f7d810"
Loading