| Summary: | The creationTimestamp for imagestreamimages is null | ||
|---|---|---|---|
| Product: | OKD | Reporter: | weiwei jiang <wjiang> |
| Component: | Image Registry | Assignee: | Maciej Szulik <maszulik> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ge liu <geliu> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.x | CC: | aos-bugs, wsun |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-30 12:48:12 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
weiwei jiang
2016-04-14 09:20:43 UTC
Verified against latest master [1], it's working as expected. [1] https://github.com/openshift/origin/tree/5c862c0c3a33845e256ab47e00505a57ec330b3e Checked with devenv-rhel7_4671 and the issue still can be reproduced. # oc get imagestreamimage hello-openshift@sha256:11a239ad661fdb6ba6a7d55d849e29367f8fae314ce5100a00782c0d98b65971 NAME DOCKER REF UPDATED IMAGENAME hello-openshift@11a239a openshift/hello-openshift@sha256:11a239ad661fdb6ba6a7d55d849e29367f8fae314ce5100a00782c0d98b65971 292 years ago sha256:11a239ad661fdb6ba6a7d55d849e29367f8fae314ce5100a00782c0d98b65971 # oc get imagestreamimage hello-openshift@sha256:11a239ad661fdb6ba6a7d55d849e29367f8fae314ce5100a00782c0d98b65971 -o yaml <......snip......> kind: ImageStreamImage metadata: creationTimestamp: null name: hello-openshift@11a239a namespace: wjiang selfLink: /oapi/v1/namespaces/wjiang/imagestreamimages/hello-openshift@11a239a Verified again with current master [1] and it's working as expected: $ oc get isimage/python@sha256:609c8ebce3124e50195dcce7cc1ae5d56dcab5e5225aa469ce884fbb3d6c8380 -n openshift -o yaml <..... snip.....> kind: ImageStreamImage metadata: creationTimestamp: 2017-01-03T15:03:14Z name: python@sha256:609c8ebce3124e50195dcce7cc1ae5d56dcab5e5225aa469ce884fbb3d6c8380 namespace: openshift selfLink: /oapi/v1/namespaces/openshift/imagestreamimages/python@sha256:609c8ebce3124e50195dcce7cc1ae5d56dcab5e5225aa469ce884fbb3d6c8380 Moving back to qa. [1] https://github.com/openshift/origin/commit/a5eaf994f6e86e28bff529de7da66a708f029699 recreated it in ocp env, and Verified on origin env: openshift v3.4.0.35+86b11df kubernetes v1.4.0+776c994 etcd 3.1.0-rc.0 [liugecdl@dhcp-137-141 lg]$ oc get imagestreamimages hello-openshift@sha256:5d2a5bf63f70ac2f963044e1961ca43c79352f57eebd6318b82c1d696310f3e4 NAME DOCKER REF UPDATED IMAGENAME hello-openshift@sha256:5d2a5bf63f70ac2f963044e1961ca43c79352f57eebd6318b82c1d696310f3e4 openshift/hello-openshift@sha256:5d2a5bf63f70ac2f963044e1961ca43c79352f57eebd6318b82c1d696310f3e4 2 minutes ago sha256:5d2a5bf63f70ac2f963044e1961ca43c79352f57eebd6318b82c1d696310f3e4 Verified in env: openshift v1.5.0-alpha.1+f0b6956-19 kubernetes v1.4.0+776c994 etcd 3.1.0-rc.0 |