Skip to content

feat: add Eclipse Che devfile#1

Draft
Copilot wants to merge 4 commits intomasterfrom
copilot/create-devfile-for-eclipse-che
Draft

feat: add Eclipse Che devfile#1
Copilot wants to merge 4 commits intomasterfrom
copilot/create-devfile-for-eclipse-che

Conversation

Copy link

Copilot AI commented Mar 10, 2026

Adds a devfile.yaml to enable one-click Eclipse Che workspace creation with a pre-configured Java 8 / Maven environment.

Changes

  • Component: quay.io/devfile/universal-developer-image:ubi8-latest container with 1.5 Gi memory, JDWP + Spring Boot ports declared
    • Port 8080 → public HTTP (Spring Boot)
    • Port 5005 → internal TCP (JDWP remote debug)
  • Commands: build (mvn clean package -DskipTests), test (mvn test), run (mvn spring-boot:run, hot-reload), debug (JDWP agent on 5005)
schemaVersion: 2.2.0
components:
  - name: tools
    container:
      image: quay.io/devfile/universal-developer-image:ubi8-latest
      endpoints:
        - name: spring-boot
          targetPort: 8080
          exposure: public
        - name: debug
          targetPort: 5005
          exposure: internal

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: GoetzEli <157024555+GoetzEli@users.noreply.github.com>
Copilot AI changed the title [WIP] Add devfile configuration for Eclipse Che feat: add Eclipse Che devfile Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants