UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
hardening_manifest.yaml 1.88 KiB
Newer Older
---
apiVersion: v1

# The repository name in registry1, excluding /ironbank/
name: "blackduck/blackduck/blackduck-webapp"

# 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:
- "2025.7.0-SNAPSHOT_ubi9.4"

# Build args passed to Dockerfile ARGs
args:
  BASE_IMAGE: "redhat/ubi/ubi9"
  BASE_TAG: "9.4"

# Docker image labels
labels:
  org.opencontainers.image.title: "blackduck-webapp"
  ## Human-readable description of the software packaged in the image
  org.opencontainers.image.description: "Application container for Blackduck UI/API"
  ## License(s) under which contained software is distributed
  org.opencontainers.image.licenses: "Black Duck Proprietary License"
  ## URL to find more information on the image
  org.opencontainers.image.url: "blackducksoftware/blackduck-webapp"
  ## Name of the distributing entity, organization or individual
  org.opencontainers.image.vendor: "BLACK DUCK SOFTWARE, INC."
  org.opencontainers.image.version: "2025.7.0-SNAPSHOT_ubi9.4"
  ## Keywords to help with search (ex. "cicd,gitops,golang")
  mil.dso.ironbank.image.keywords: "SCA"
  ## 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: "Blackduck"

# List of resources to make available to the offline build context
resources:
- filename: blackduck-webapp-2025.7.0-SNAPSHOT.tar.gz
  url: https://repo.blackduck.com/artifactory/blackduck-repo1.dso.mil-generic/blackduck-webapp/blackduck-webapp-2025.7.0-SNAPSHOT.tar.gz
  validation:
    type: sha256
    value: ff18db5bd0d38e56deb87f2c59f3e9a67d8b40f0589c7ebd93ee24e06ea53545
  auth:
    type: "basic"
    id: "blackduck"

maintainers:
- email: "mjmcint@blackduck.com"
Chang Liu's avatar
Chang Liu committed
  name: "Megan McIntyre"
  username: "mjmcint"
  cht_member: false