-
Feature
-
Resolution: Done
-
Major
-
3.3.0.GA
-
None
-
False
-
None
-
False
-
Release Notes
-
-
Removed Functionality
-
Done
To get the list of devfiles and their descriptions:
cd /tmp git clone git@github.com:redhat-developer/devspaces cd devspaces/dependencies/che-devfile-registry/devfiles git checkout devspaces-3-rhel-8 # or devspaces-3.2-rhel-8, etc. for d in $(find . -name meta.yaml|sort); do echo -n "$d: "; cat $d | grep description |sed -r -e "s@description: @@"; done
In 3.2:
./00_java11-maven-eap/meta.yaml: Java stack with OpenJDK 11, Maven 3.6 and JBoss EAP 7.4
./00_java11-maven-microprofile-xp3/meta.yaml: Java stack with OpenJDK 11, Maven 3.6 and JBoss EAP XP 3.0
./03_camelk/meta.yaml: Tooling to develop Integration projects with Apache Camel K
./03_java11-maven-gradle/meta.yaml: Java stack with OpenJDK 11, Maven 3.6.3, and Gradle 6.1
./03_java11-maven-lombok/meta.yaml: Java stack with OpenJDK 11, Maven 3.6.3 and Lombok 1.18.18
./03_java11-maven-quarkus/meta.yaml: Java stack with OpenJDK 11, Maven 3.6.3, Gradle 6.1 and Quarkus Tools
./04_nodejs-mongo/meta.yaml: NodeJS stack with NPM 8, NodeJS 16 and MongoDB 3.6
./04_nodejs-simple/meta.yaml: NodeJS stack with NPM 8, NodeJS 16 and Express Web Application
./04_python/meta.yaml: Python Stack with Python 3.8 and pip 19.3
./05_cpp/meta.yaml: C and C++ Developer Tools stack with GCC, cmake and make
./05_go/meta.yaml: Stack with Go
./05_php-cake/meta.yaml: PHP Stack with PHP, Apache Web Server, Composer and a quickstart CakePHP application for OpenShift
./05_php-di/meta.yaml: PHP Stack with PHP, Apache Web Server and Composer
In 3.3 (currently):
./03_java11-maven-gradle/meta.yaml: Java stack with OpenJDK 11, Maven 3.6.3, and Gradle 6.1
./03_java11-maven-lombok/meta.yaml: Java stack with OpenJDK 11, Maven 3.6.3 and Lombok 1.18.18
./03_java11-maven-quarkus/meta.yaml: Java stack with OpenJDK 11, Maven 3.6.3, Gradle 6.1 and Quarkus Tools
./04_nodejs-mongo/meta.yaml: Node.js stack with NPM 8, Node.js 16 and MongoDB 3.6
./04_nodejs-simple/meta.yaml: Node.js stack with NPM 8, Node.js 16 and Express Web Application
./04_python/meta.yaml: Python Stack with Python 3.8 and pip 19.3
./05_cpp/meta.yaml: C and C++ Developer Tools stack with GCC, cmake and make
./05_go/meta.yaml: Stack with Go
./05_php-cake/meta.yaml: PHP Stack with PHP, Apache Web Server, Composer and a quickstart CakePHP application for OpenShift
Note that the EAP / XP devfiles have not yet been removed; see CRW-3447
- clones
-
CRW-3455 [RN] Removed devfile samples in 3.2
- Closed
- is related to
-
CRW-3193 Reintroduce kamel binary to UDI image and camel-k sample project to devfile reg / dashboard samples
- Open
-
CRW-3442 [RN] remove kamel / camel-k from list of samples in Dashboard / devfile registry; remove from UDI image
- Closed
-
CRW-3447 [RN] Remove EAP and XP devfiles from registry
- Resolved
-
CRW-3404 remove extra sample from devfile registry
- Closed