Copy to ClipboardCopied!Toggle word wrapToggle overflow
例如:
oc describe is/python
$oc describe is/python
Copy to ClipboardCopied!Toggle word wrapToggle overflow
输出示例
Name: python
Namespace: default
Created: About a minute ago
Labels: <none>
Annotations: openshift.io/image.dockerRepositoryCheck=2017-10-02T17:05:11Z
Docker Pull Spec: docker-registry.default.svc:5000/default/python
Image Lookup: local=false
Unique Images: 1
Tags: 1
3.5
tagged from centos/python-35-centos7
* centos/python-35-centos7@sha256:49c18358df82f4577386404991c51a9559f243e0b1bdc366df25
About a minute ago
Name: python
Namespace: default
Created: About a minute ago
Labels: <none>
Annotations: openshift.io/image.dockerRepositoryCheck=2017-10-02T17:05:11Z
Docker Pull Spec: docker-registry.default.svc:5000/default/python
Image Lookup: local=false
Unique Images: 1
Tags: 1
3.5
tagged from centos/python-35-centos7
* centos/python-35-centos7@sha256:49c18358df82f4577386404991c51a9559f243e0b1bdc366df25
About a minute ago
Copy to ClipboardCopied!Toggle word wrapToggle overflow
要获取有关特定镜像流标签的所有可用信息:
oc describe istag/<image-stream>:<tag-name>
$oc describe istag/<image-stream>:<tag-name>
Copy to ClipboardCopied!Toggle word wrapToggle overflow
例如:
oc describe istag/python:latest
$oc describe istag/python:latest
Copy to ClipboardCopied!Toggle word wrapToggle overflow