Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-2399

Unsupported eap74-java8-rhel7 devfile in CRW for Power and Z

XMLWordPrintable

    • 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://$*

              nickboldt Nick Boldt
              aghatwal@redhat.com Amitkumar Ghatwal
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: