UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
hardening_manifest.yaml 1.83 KiB
Newer Older
Karl Breidenbach's avatar
Karl Breidenbach committed
---
apiVersion: v1

# The repository name in registry1, excluding /ironbank/
name: "opensource/velero/velero-plugin-for-csi"

# 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:
- "v0.1.2"
- "latest"

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

# Docker image labels
labels:
  org.opencontainers.image.title: "velero-plugin-for-csi"
  ## Human-readable description of the software packaged in the image
  org.opencontainers.image.description: "velero-plugin-for-csi contains Velero plugins for snapshotting CSI backed PVCs using the CSI beta snapshot APIs"
  ## License(s) under which contained software is distributed
  org.opencontainers.image.licenses: "Apache-2.0"
  ## URL to find more information on the image
  org.opencontainers.image.url: "https://github.com/vmware-tanzu/velero-plugin-for-csi"
  ## Name of the distributing entity, organization or individual
  org.opencontainers.image.vendor: "vmware-tanzu"
  org.opencontainers.image.version: "v0.1.2"
  ## Keywords to help with search (ex. "cicd,gitops,golang")
  mil.dso.ironbank.image.keywords: "configmap,velero,csi"
  ## This value can be "opensource" or "commercial"
  mil.dso.ironbank.image.type: "opensource"
  ## Product the image belongs to for grouping multiple images
  mil.dso.ironbank.product.name: "velero-plugin-for-csi"

# List of resources to make available to the offline build context
resources:
- tag: velero/velero-plugin-for-csi:v0.1.2
  url: docker://docker.io/velero/velero-plugin-for-csi@sha256:6bcd0b43ae079fbb4cba4f8bb7b8cf1dc50076b328fdb7727ca4ed3c4e3a9be7

# List of project maintainers
maintainers:
- name: "Karl Breidenbach"
  username: "karlbreidenbach"
  email: "karlbreidenbach@seed-innovations.com"
  cht_member: true