--- 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: - "186u1" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi8" BASE_TAG: "8.4" # 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 org.opencontainers.image.version: "186u1" # 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: - 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" validation: type: "sha256" # supported: sha256, sha512 value: "baee103b8be4119bdeb11a65aabfb90c1e6715576d3f533c4f40862cce81198b" # must be lowercase # List of project maintainers maintainers: - email: "alec.hussey@cyber.com" name: "Alec Hussey" username: "alechussey" - email: "davidp@cyber.com" name: "David Petnick" username: "davidpetnick"