UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
hardening_manifest.yaml 1.75 KiB
Newer Older
Luke Stigdon's avatar
Luke Stigdon committed
---
apiVersion: v1

# The repository name in registry1, excluding /ironbank/
name: "bdp/rda/converter"

# 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.4.1"
Luke Stigdon's avatar
Luke Stigdon committed
  - "latest"

# Build args passed to Dockerfile ARGs
args:
  BASE_IMAGE: "redhat/ubi/ubi8-minimal"
  BASE_TAG: "8.4"

# Docker image labels
labels:
  org.opencontainers.image.title: "converter"
  ## Human-readable description of the software packaged in the image
  org.opencontainers.image.description: "A container image that includes the rda-converter application."
  ## License(s) under which contained software is distributed
  org.opencontainers.image.licenses: "proprietary"
  ## URL to find more information on the image
  org.opencontainers.image.url: "https://repo1.dso.mil/dsop/bdp/rda/converter"
  ## Name of the distributing entity, organization or individual
  org.opencontainers.image.vendor: "BDP"
  org.opencontainers.image.version: "0.4.1"
Luke Stigdon's avatar
Luke Stigdon committed
  ## Keywords to help with search (ex. "cicd,gitops,golang")
  mil.dso.ironbank.image.keywords: "rda,bdp,updn,k8s,converter"
  ## 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: "BDP RDA"

resources:
  - url: "https://nexus.eitccorp.com/repository/releases/bdp/rda/rda-converter/0.4.1/rda-converter-0.4.1.zip"
Luke Stigdon's avatar
Luke Stigdon committed
    filename: "rda-converter.zip"
    auth:
      type: "basic"
      id: "eitc"
    validation:
      type: "sha256"
      value: "c718ed458d828bf497371e0a604fb01cee5cad952e7977bd9b861bd00c8106a6"
Luke Stigdon's avatar
Luke Stigdon committed

# List of project maintainers
maintainers:
- email: "lstigdon@eitccorp.com"
  name: "Luke Stigdon"
  username: "lstigdon"