-
Bug
-
Resolution: Done
-
Blocker
-
3.20.0.GA
-
False
-
-
False
-
-
Description of problem:
Workaround
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
# Install Dev Spaces 3.20.0.RC-4
- Open User Dashboard and create workspace from samples.
- 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
*
- is caused by
-
CRW-6577 Produce a minimal Universal Developers Image (UDI) to support efficient and consistent customized development image builds
-
- Resolved
-