UNCLASSIFIED

hardening_manifest.yaml 1.71 KB
Newer Older
1 2 3 4 5 6 7 8 9 10
---
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:
sean.melissari's avatar
sean.melissari committed
11
- "14.0.0"
12 13 14 15 16 17 18 19 20 21 22
- "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
sean.melissari's avatar
sean.melissari committed
23
  org.opencontainers.image.description: "Keycloak is an open source Identity and Access Management solution aimed at modern applications and services."
24
  ## License(s) under which contained software is distributed
sean.melissari's avatar
sean.melissari committed
25
  org.opencontainers.image.licenses: "Apache-2.0"
26
  ## URL to find more information on the image
sean.melissari's avatar
sean.melissari committed
27
  org.opencontainers.image.url: "https://www.keycloak.org"
28
  ## Name of the distributing entity, organization or individual
sean.melissari's avatar
sean.melissari committed
29
  org.opencontainers.image.vendor: "Red Hat"
sean.melissari's avatar
sean.melissari committed
30
  org.opencontainers.image.version: "14.0.0"
31
  ## Keywords to help with search (ex. "cicd,gitops,golang")
sean.melissari's avatar
sean.melissari committed
32
  mil.dso.ironbank.image.keywords: "auth,idam,sso"
33
  ## This value can be "opensource" or "commercial"
sean.melissari's avatar
sean.melissari committed
34
  mil.dso.ironbank.image.type: "opensource"
35
  ## Product the image belongs to for grouping multiple images
sean.melissari's avatar
sean.melissari committed
36
  mil.dso.ironbank.product.name: "Keycloak"
37 38 39

# List of resources to make available to the offline build context
resources:
sean.melissari's avatar
sean.melissari committed
40
- tag: jboss/keycloak:14.0.0
41
  url: docker://docker.io/jboss/keycloak@sha256:00bf91597ffef4811c1b08cc88710d078e0b936a4ab473ced8a7abf34ee24fb8
42 43 44

# List of project maintainers
maintainers:
sean.melissari's avatar
sean.melissari committed
45 46 47 48
- name: "Sean Melissari"
  username: "sean.melissari"
  email: "melissari_sean@bah.com"
  cht_member: true