Created
November 16, 2016 19:41
-
-
Save luciddreamz/804197745116fef048fa5e6bec0bac82 to your computer and use it in GitHub Desktop.
Red Hat SSO 7.0 Image Stream
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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