Skip to content

Instantly share code, notes, and snippets.

@luciddreamz
Created November 16, 2016 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luciddreamz/804197745116fef048fa5e6bec0bac82 to your computer and use it in GitHub Desktop.
Save luciddreamz/804197745116fef048fa5e6bec0bac82 to your computer and use it in GitHub Desktop.
Red Hat SSO 7.0 Image Stream
{
"apiVersion": "v1",
"kind": "ImageStream",
"metadata": {
"name": "redhat-sso70-openshift",
"annotations": {
"description": "Red Hat SSO 7.0",
"annotations": {
"openshift.io/display-name": "Red Hat SSO 7.0"
}
}
},
"spec": {
"dockerImageRepository": "registry.access.redhat.com/redhat-sso-7/sso70-openshift",
"tags": [
{
"annotations": {
"description": "Build and run Red Hat SSO 7.0 applications on RHEL 7. For more information about using this container image, including OpenShift considerations, see https://access.redhat.com/documentation/en/red-hat-xpaas/0/paged/red-hat-xpaas-sso-image/chapter-3-get-started.",
"iconClass": "icon-jboss",
"supports": "sso:7.0,xpaas:1.3",
"tags": "sso,keycloak,redhat",
"version": "1.3"
},
"name": "1.3"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment