--- apiVersion: v1 # The repository name in registry1, excluding /ironbank/ name: "kinetica/pathfinder/packet-forwarder-decoder" # 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: - "1.1" - "latest" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi8" BASE_TAG: "8.3" # Docker image labels labels: # Name of the image org.opencontainers.image.title: "packet-forwarder-decoder" # Human-readable description of the software packaged in the image org.opencontainers.image.description: "FIXME" # License(s) under which contained software is distributed org.opencontainers.image.licenses: "FIXME" # URL to find more information on the image org.opencontainers.image.url: "FIXME" # Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "FIXME" # Authoritative version of the software org.opencontainers.image.version: "1.1" # Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "FIXME" # This value can be "opensource" or "commercial" mil.dso.ironbank.image.type: "FIXME" # Product the image belongs to for grouping multiple images mil.dso.ironbank.product.name: "kinetica/pathfinder" resources: - url: s3://eightynine-bucket/packet_forwarder-0.1.2-jar-with-dependencies.jar filename: packet_forwarder-0.1.2-jar-with-dependencies.jar validation: type: sha256 value: 25e85252516a20f0ab76ee92bc9ba9819b8a9aaa9124cc114a70216d71cf91ce auth: id: kla region: us-east-1 # List of project maintainers maintainers: # - email: "jane.dow@email.com" - email: "FIXME" # The name of the current container owner # name: "Jane Dow" name: "FIXME" # The gitlab username of the current container owner # username: "jdow" username: "FIXME"