Skip to content

chore : Add Devfile for web-terminal-exec with Makefile-based workflow commands#126

Merged
dkwon17 merged 1 commit into
redhat-developer:mainfrom
rohankanojia-forks:pr/add-devfile
Sep 8, 2025
Merged

chore : Add Devfile for web-terminal-exec with Makefile-based workflow commands#126
dkwon17 merged 1 commit into
redhat-developer:mainfrom
rohankanojia-forks:pr/add-devfile

Conversation

@rohanKanojia

Copy link
Copy Markdown
Contributor

What does this PR do?

This Devfile sets up a development environment using the universal developer image, and includes Makefile-based commands

Screenshot_20250620_192804

What issues does this PR fix or reference?

redhat-developer/web-terminal-operator#173

Is it tested? How?

I created a workspace on workspaces.openshift.com from this repository and tested that all targets are working

Comment thread .devfile.yaml Outdated
component: tools
commandLine: make compile
group:
kind: build No newline at end of file

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add new line at the end of file please

@dkwon17

dkwon17 commented Jun 27, 2025

Copy link
Copy Markdown
Collaborator

Thank you @rohanKanojia. Could we also add a .vscode/extensions.json file containing the golang and yaml extensions like so:

https://github.com/eclipse-che/che-operator/blob/main/.vscode/extensions.json

Comment thread .devfile.yaml Outdated
# Red Hat, Inc. - initial API and implementation
#

schemaVersion: 2.2.0

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
schemaVersion: 2.2.0
schemaVersion: 2.3.0

Comment thread .vscode/extensions.json Outdated
"golang.go",
"redhat.vscode-yaml"
]
} No newline at end of file

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, could you please add a newline at the end of the file

…w commands

This Devfile sets up a development environment using the universal developer image,
and includes Makefile-based commands

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
@dkwon17 dkwon17 merged commit 5188471 into redhat-developer:main Sep 8, 2025
1 check passed
@rohanKanojia rohanKanojia deleted the pr/add-devfile branch September 9, 2025 03:49
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