UNCLASSIFIED

Commit 7e74f9c5 authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

Merge branch 'hardening_manifest' into 'development'

Migrate to hardening_manifest.yaml

See merge request !21
parents 6f03b856 d0d328d9
Pipeline #148804 passed with stages
in 13 minutes and 37 seconds
...@@ -6,11 +6,6 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ...@@ -6,11 +6,6 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG VERSION=2.4.2 ARG VERSION=2.4.2
LABEL name="Beast Core" \
maintainer="devops@beast-code.com" \
vendor="Beast Code LLC" \
VERSION="$VERSION" \
description="Beast Core application image"
ARG USERNAME=benjo ARG USERNAME=benjo
ARG GROUPNAME=benjo ARG GROUPNAME=benjo
......
@Library('DCCSCR@master') _
dccscrPipeline(version: "2.4.2")
{
"resources": [
{
"url" : "s3://beast-code.core/beast-core.tar.gz",
"filename": "beast-core.tar.gz",
"validation": {
"type": "sha256",
"value": "b0c2dce6b53e493c8a5c7157e8df6152ff4d47cf46446a282ff6c74309df8541"
},
"auth": {
"id": "beast",
"region": "us-east-2"
}
},
{
"url" : "s3://beast-code.core/dumb-init",
"filename": "dumb-init",
"validation": {
"type": "sha256",
"value": "37f2c1f0372a45554f1b89924fbb134fc24c3756efaedf11e07f599494e0eff9"
},
"auth": {
"id": "beast",
"region": "us-east-2"
}
}
]
}
---
apiVersion: v1
# The repository name in registry1, excluding /ironbank/
name: "beast-code/beast-core/base-image"
# 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:
- "2.4.2"
- "latest"
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.3"
# Docker image labels
labels:
org.opencontainers.image.title: "base-image"
## Human-readable description of the software packaged in the image
org.opencontainers.image.description: "Beast Core renders digital twins (3D representations) of ships, aircraft, etc."
## License(s) under which contained software is distributed
org.opencontainers.image.licenses: "Contact info@Beast-Code.com"
## URL to find more information on the image
org.opencontainers.image.url: "https://beast-code.com/products/beast-core"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Beast Code, LLC"
org.opencontainers.image.version: "2.4.2"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "digital twin, 3D"
## 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: "beast-core"
# List of resources to make available to the offline build context
resources:
- auth:
id: beast
region: us-east-2
filename: beast-core.tar.gz
url: s3://beast-code.core/beast-core.tar.gz
validation:
type: sha256
value: b0c2dce6b53e493c8a5c7157e8df6152ff4d47cf46446a282ff6c74309df8541
- auth:
id: beast
region: us-east-2
filename: dumb-init
url: s3://beast-code.core/dumb-init
validation:
type: sha256
value: 37f2c1f0372a45554f1b89924fbb134fc24c3756efaedf11e07f599494e0eff9
# List of project maintainers
maintainers:
- name: "Daniel Dolfie"
username: "ddolfie"
email: "daniel.dolfie@beast-code.com"
- name: "Brandon Sumner"
username: "bsumner"
email: "brandon.sumner@beast-code.com"
- name: "Matthew Stover"
username: "mstover"
email: "matthew.stover@beast-code.com"
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
# - name: "FIXME"
# username: "FIXME"
# email: "FIXME"
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