UNCLASSIFIED

hardening_manifest.yaml 1.96 KB
Newer Older
1 2 3 4 5 6 7 8 9 10
---
apiVersion: v1

# The repository name in registry1, excluding /ironbank/
name: "cybersoft-operating-corp/vstk"

# 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.dso.mil
tags:
11
- "186u1"
12 13 14

# Build args passed to Dockerfile ARGs
args:
15
  BASE_IMAGE: "redhat/ubi/ubi8"
Alec Hussey's avatar
Alec Hussey committed
16
  BASE_TAG: "8.4"
17 18 19 20 21 22 23 24 25 26 27 28 29 30

# Docker image labels
labels:
  # Name of the image
  org.opencontainers.image.title: "vstk"
  # Human-readable description of the software packaged in the image
  org.opencontainers.image.description: "VFind Security ToolKit"
  # License(s) under which contained software is distributed
  org.opencontainers.image.licenses: "Proprietary License"
  # URL to find more information on the image
  org.opencontainers.image.url: "https://cybersoft.com/products/vstk/"
  # Name of the distributing entity, organization or individual
  org.opencontainers.image.vendor: "CyberSoft"
  # Authoritative version of the software
Alec Hussey's avatar
Alec Hussey committed
31
  org.opencontainers.image.version: "186u1"
32 33 34 35 36 37 38 39 40
  # Keywords to help with search (ex. "cicd,gitops,golang")
  mil.dso.ironbank.image.keywords: "antivirus,anitmalware,inspection,forensics,pattern"
  # 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: "cybersoft-operating-corp/vstk"

# List of resources to make available to the offline build context
resources:
41 42
  - url: "https://my.cybersoft.com/static/downloads/vstk-186u1-rhel8-x86_64-docker-2.tar.gz"
    filename: "vstk-186u1-rhel8-x86_64-docker-2.tar.gz"
43 44
    validation:
      type: "sha256" # supported: sha256, sha512
45
      value: "baee103b8be4119bdeb11a65aabfb90c1e6715576d3f533c4f40862cce81198b" # must be lowercase
46 47 48 49 50 51 52 53 54

# List of project maintainers
maintainers:
- email: "alec.hussey@cyber.com"
  name: "Alec Hussey"
  username: "alechussey"
- email: "davidp@cyber.com"
  name: "David Petnick"
  username: "davidpetnick"