Created
April 24, 2017 14:00
-
-
Save arcolife/f903a5d471cc2f1d69a97a51828c70e6 to your computer and use it in GitHub Desktop.
oc edit image stream
This file contains hidden or 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
| # Please edit the object below. Lines beginning with a '#' will be ignored, | |
| # and an empty file will abort the edit. If an error occurs while saving this file will be | |
| # reopened with the relevant failures. | |
| # | |
| apiVersion: v1 | |
| kind: ImageStream | |
| metadata: | |
| annotations: | |
| openshift.io/image.dockerRepositoryCheck: 2017-04-24T12:36:09Z | |
| creationTimestamp: 2017-04-24T12:36:09Z | |
| generation: 1 | |
| labels: | |
| foo: bar | |
| name: my_test_image | |
| namespace: default | |
| resourceVersion: "6971847" | |
| selfLink: /oapi/v1/namespaces/default/imagestreams/my_test_image | |
| uid: 97cdf0f1-28ea-11e7-bf5a-001a4b16020b | |
| spec: | |
| tags: | |
| - annotations: null | |
| from: | |
| kind: DockerImage | |
| name: docker.io/busybox | |
| generation: 1 | |
| importPolicy: {} | |
| name: latest | |
| status: | |
| dockerImageRepository: 70.30.60.158:5000/default/my_test_image | |
| tags: | |
| - items: | |
| - created: 2017-04-24T12:36:09Z | |
| dockerImageReference: docker.io/busybox@sha256:32f093055929dbc23dec4d03e09dfe971f5973a9ca5cf059cbfb644c206aa83f | |
| generation: 1 | |
| image: sha256:32f093055929dbc23dec4d03e09dfe971f5973a9ca5cf059cbfb644c206aa83f | |
| tag: latest | |
| ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment