Created
March 13, 2017 13:18
-
-
Save kevprice83/e6827256c869d73a551ab01a640753c1 to your computer and use it in GitHub Desktop.
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
{ | |
"kind": "ImageStream", | |
"apiVersion": "v1", | |
"metadata": { | |
"name": "redis", | |
"annotations": { | |
"openshift.io/display-name": "Redis" | |
} | |
}, | |
"spec": { | |
"tags": [ | |
{ | |
"name": "latest", | |
"annotations": { | |
"openshift.io/display-name": "Redis (Latest)", | |
"description": "Provides a Redis database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/3.2/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Redis available on OpenShift, including major versions updates.", | |
"iconClass": "icon-redis", | |
"tags": "redis" | |
}, | |
"from": { | |
"kind": "ImageStreamTag", | |
"name": "3.2" | |
} | |
}, | |
{ | |
"name": "3.2", | |
"annotations": { | |
"openshift.io/display-name": "Redis 3.2", | |
"description": "Provides a Redis 3.2 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/3.2/README.md.", | |
"iconClass": "icon-redis", | |
"tags": "redis", | |
"version": "3.2" | |
}, | |
"from": { | |
"kind": "DockerImage", | |
"name": "registry.access.redhat.com/rhscl/redis-32-rhel7:latest" | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment