UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit fe28b147 authored by WingKwan Lau's avatar WingKwan Lau
Browse files

Update hardening_manifest.yaml

parent 51192e15
Pipeline #379525 failed with stages
in 44 seconds
apiVersion: v1 apiVersion: v1
# The repository name in registry1, excluding /ironbank/ # The repository name in registry1, excluding /ironbank/
name: "diat/aap-cli" name: "diat/aap-mongo"
# List of tags to push for the repository in registry1 # List of tags to push for the repository in registry1
# The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
# on ironbank.dso.mil # on ironbank.dso.mil
tags: tags:
- "4.0" - "14.0"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
args: args:
BASE_REGISTRY: "registry1.dsop.io" BASE_REGISTRY: "registry1.dsop.io"
BASE_IMAGE: "redhat/ubi/ubi8" BASE_IMAGE: "mongo/mongo"
BASE_TAG: "8.3" BASE_TAG: "latest"
# Docker image labels # Docker image labels
labels: labels:
# Name of the image # Name of the image
org.opencontainers.image.title: "aap-cli" org.opencontainers.image.title: "aap-mongo"
# Human-readable description of the software packaged in the image # Human-readable description of the software packaged in the image
org.opencontainers.image.description: "Command line interface tools for working with the Advanced Analytics Platform on Atlas" org.opencontainers.image.description: "Mongo DB for working with the Advanced Analytics Platform on Atlas"
# License(s) under which contained software is distributed # License(s) under which contained software is distributed
org.opencontainers.image.licenses: "AAP License" org.opencontainers.image.licenses: "MongoDB License"
# URL to find more information on the image # URL to find more information on the image
org.opencontainers.image.url: "https://wiki.navair1.navy.mil/display/Analytics/Advanced+Analytics+Platform" org.opencontainers.image.url: "https://wiki.navair1.navy.mil/display/Analytics/Advanced+Analytics+Platform"
# Name of the distributing entity, organization or individual # Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "aap-cli" org.opencontainers.image.vendor: "aap-mongo"
# Authoritative version of the software # Authoritative version of the software
org.opencontainers.image.version: "4.0" org.opencontainers.image.version: "14.0"
# Keywords to help with search (ex. "cicd,gitops,golang") # Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "aap,cli,aapcli,aap-cli,client,atlas,diat" mil.dso.ironbank.image.keywords: "aap,mongo,aap-mongo,aapmongo,mongodb,aap-mongodb,atlas,diat"
# This value can be "opensource" or "commercial" # This value can be "opensource" or "commercial"
mil.dso.ironbank.image.type: "commercial" mil.dso.ironbank.image.type: "commercial"
# Product the image belongs to for grouping multiple images # Product the image belongs to for grouping multiple images
mil.dso.ironbank.product.name: "diat/aap-cli" mil.dso.ironbank.product.name: "diat/aap-mongo"
# List of resources to make available to the offline build context
resources:
- url: "https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-org-shell-4.4.4-1.el8.x86_64.rpm"
filename: "mongodb-org-shell-4.4.4-1.el8.x86_64.rpm"
validation:
type: "sha256" # supported: sha256, sha512
value: "4954fe92d5642056752561b7f4c5278a4f47619cf7b488d1676c016c714744b3" # must be lowercase
- url: "https://mirror.openshift.com/pub/openshift-v4/clients/oc/4.5/linux/oc.tar.gz"
filename: "oc.tar.gz"
validation:
type: "sha256" # supported: sha256, sha512
value: "06dbfb7f29e56a98246519ed33a6119a1c01d363aecdb0d2cfd21c9f69dc4ebc" # must be lowercase
- url: "https://get.helm.sh/helm-v3.5.2-linux-amd64.tar.gz"
filename: "helm-v3.5.2-linux-amd64.tar.gz"
validation:
type: "sha256" # supported: sha256, sha512
value: "01b317c506f8b6ad60b11b1dc3f093276bb703281cb1ae01132752253ec706a2" # must be lowercase
# List of project maintainers # List of project maintainers
maintainers: maintainers:
- email: "wingkwan.lau1@navy.mil" - email: "wingkwan.lau1@navy.mil"
name: "WingKwan Lau" name: "WingKwan Lau"
username: "wlau" username: "wlau"
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