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

udi-rhel9 image doesn't have required binaries

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False

      Description of problem:

      Workaround

      Prerequisites (if any, like setup, operators/versions):

      Steps to Reproduce

      # Install Dev Spaces 3.20.0.RC-4

      1. Open User Dashboard and create workspace from samples.
      2. Open VS Code Editor of running sample workspace and execute available devfile tasks.

      Actual results:

      Devfile tasks failed because of lack of required binaries:

      JBoss EAP 8.0, Quarkus REST API, Java Lombok samples failed due to lack of pre-installed JDK and Maven

      Java 17 or more recent is required to run the Java extension. Please download and install a recent JDK. You can still compile your projects with older JDKs by configuring
      ...
      sh: line 1: mvn: command not found
      

      Node.js Express sample failed due to lack of node and npm binaries

      npm --version /bin/sh: line 1: npm: command not found
      

      PHP sample failed due to lack of php binary

      sh: line 1: php: command not found
      

      C/C++ sample failed due to lack of g++ binary:

      $ g++ -g "knuth_morris_pratt.cpp"
      bash: g++: command not found
      

      .NET sample failed due to lack of .NET Core SDK:

      The .NET Core SDK cannot be located
      ...
      sh: line 1: dotnet: command not found
      

      Go sample failed due to go binary:

      sh: line 1: go: command not found
      

      There was no "oc" command:

      sh: line 8: oc: command not found
      

      Expected results:

      devfile tasks were executed successfully.

      Reproducibility (Always/Intermittent/Only Once):

      Always

      Acceptance criteria: 

      Definition of Done:

      Build Details:

      UDI image: quay.io/devspaces/udi-rhel9:3.20-4

      Additional info (Such as Logs, Screenshots, etc):

      Python and Ansible samples ran successfully.

      Root cause: incorrect image name: https://github.com/redhat-developer/devspaces-images/pull/747/files

       *

        1. Screenshot from 2025-03-27 08-57-40.png
          289 kB
          Dmytro Nochevnov
        2. Screenshot from 2025-03-27 08-57-52.png
          172 kB
          Dmytro Nochevnov
        3. Screenshot from 2025-03-27 09-29-51.png
          214 kB
          Dmytro Nochevnov
        4. Screenshot from 2025-03-27 09-46-23.png
          188 kB
          Dmytro Nochevnov
        5. Screenshot from 2025-03-27 09-46-56.png
          228 kB
          Dmytro Nochevnov
        6. Screenshot from 2025-03-27 09-50-50.png
          171 kB
          Dmytro Nochevnov
        7. Screenshot from 2025-03-27 11-35-02.png
          150 kB
          Dmytro Nochevnov

              dakwon@redhat.com David Kwon
              dnochevn Dmytro Nochevnov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: