UNCLASSIFIED

Commit 4619da66 authored by ironbank-bot's avatar ironbank-bot
Browse files

Migrate to hardening_manifest.yaml

parent 6f03b856
Pipeline #97607 passed with stage
...@@ -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: "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"
org.opencontainers.image.version: "2.4.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"
# 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
# FIXME: Fill in the following details for the current container owner in the whitelist
# FIXME: Include any other vendor information if applicable
maintainers:
- email: "bryan.kelly@beast-code.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"
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