Bug 1914712
Summary: | [OCP 4.7] 4.7.0-fc.0 and 4.7.0-fc.1 builds' images contain invalid docker tag format (with the = sign) | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | krmoser |
Component: | Multi-Arch | Assignee: | Dennis Gilmore <dgilmore> |
Status: | CLOSED DUPLICATE | QA Contact: | Barry Donahue <bdonahue> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.7 | CC: | aos-bugs, chanphil, christian.lapolt, Holger.Wolf, psundara, wking, wvoesch |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | s390x | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-01-11 18:20:54 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: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1903544 |
Description
krmoser
2021-01-11 00:53:11 UTC
the tags of specific OCP s390x images with the OCP mirror is not the providence of the build component the multi arch team needs to work with the folks at #forum-testplatform and #aos-art on slack how this issue should be addressed among other things, it is possible they tackle issues vs. Jira bugs vs. bugzilla bugs sending to the multi arch component to initiate those discussions with testplatform/art as needed. xref: https://bugzilla.redhat.com/show_bug.cgi?id=1878972 looks like this should already be fixed by: https://github.com/openshift/oc/pull/680 ? Per comment 2, I'm going to close this as a dup of bug 1878972. Comment 0 here talks about two different versions of release image being mirrored, but does not talk about the version of 'oc' being used to do the mirroring, and it's the 'oc' version that matters. Relevant history: $ git --no-pager log --first-parent --format='%ad %h %s' --date=short -3 origin/master -- pkg/cli/admin/r elease 2021-01-08 7cbe99757 Merge pull request #687 from sallyom/bz1908484-creds-request 2020-12-21 8fbc95fdb Merge pull request #680 from wking/equal-not-valid-tag-character 2020-12-09 0229219f5 Merge pull request #646 from jottofar/bug1878972 Use 'oc version --client' to see which version of 'oc' you have, e.g.: $ oc version --client Client Version: v4.2.0-alpha.0-873-ge575833 is using commit e575833 (you need to drop the 'g' to get the commit hash), which is from November, long before 0229219f5. 0229219f5 introduced the = issue, and 8fbc95fdb fixed it. *** This bug has been marked as a duplicate of bug 1878972 *** Talking to @wking, the oc version command needs to be modified a little bit for this case because the version command just gives: [root@rock-zvm-3-1 ~]# oc version Client Version: 4.7.0-fc.0 but [root@rock-zvm-3-1 ~]# oc version --client -o json { "clientVersion": { "major": "", "minor": "", "gitVersion": "4.7.0-202012180107.p0-5eda527", "gitCommit": "5eda527621888cb03691c1fe90fcc617777fcf96", "gitTreeState": "clean", "buildDate": "2020-12-18T02:20:22Z", "goVersion": "go1.15.2", "compiler": "gc", "platform": "linux/s390x" }, "releaseClientVersion": "4.7.0-fc.0" } points to the git commit which is a couple of commits behind the commit which fixed this issue. Prashanth and Trevor, Thank you for the information. I can confirm that this issue is resolved with OCP 4.7 build 4.7.0-fc.2, available at: https://mirror.openshift.com/pub/openshift-v4/s390x/clients/ocp-dev-preview/4.7.0-fc.2/ Thank you, Kyle |