--- apiVersion: v1 # The repository name in registry1, excluding /ironbank/ name: "opensource/keycloak/keycloak" # 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: - "14.0.0" - "latest" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/openjdk/openjdk11" BASE_TAG: "1.11" # Docker image labels labels: org.opencontainers.image.title: "keycloak" ## Human-readable description of the software packaged in the image org.opencontainers.image.description: "Keycloak is an open source Identity and Access Management solution aimed at modern applications and services." ## 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://www.keycloak.org" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Red Hat" org.opencontainers.image.version: "14.0.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "auth,idam,sso" ## 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: "Keycloak" # List of resources to make available to the offline build context resources: - tag: jboss/keycloak:14.0.0 url: docker://docker.io/jboss/keycloak@sha256:00bf91597ffef4811c1b08cc88710d078e0b936a4ab473ced8a7abf34ee24fb8 # List of project maintainers maintainers: - name: "Sean Melissari" username: "sean.melissari" email: "melissari_sean@bah.com" cht_member: true