-
Bug
-
Resolution: Done
-
Blocker
-
2.12.0.GA
-
None
-
False
-
False
-
The eap74 jdk8 rhel7 devfile has no s390x or ppc64le arch versions. It should therefore be removed from the devfile payload.
$➔ sid registry.redhat.io/jboss-eap-7/eap74-openjdk8-openshift-rhel7:7.4.0 --raw | jq -r '.manifests[].platform' { "architecture": "amd64", "os": "linux" }
whereas for jdk/j9 11:
$➔ sid registry.redhat.io/jboss-eap-7/eap74-openjdk11-openshift-rhel8:7.4.0 --raw | jq -r '.manifests[].platform' { "architecture": "amd64", "os": "linux" } $➔ sid registry.redhat.io/jboss-eap-7/eap74-openj9-11-openshift-rhel8:7.4.0 --raw | jq -r '.manifests[].platform' { "architecture": "ppc64le", "os": "linux" } { "architecture": "s390x", "os": "linux" }
(where sid is:
#!/bin/bash
skopeo inspect docker://$*