Skip to content

alitari/vscode-remote-quarkus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 

Repository files navigation

Vscode Remote Development Containers: Quarkus

This repo contains several vscode devcontainers for Quarkus in order to start right away without any additional installations. On your workstation you only need:

Clone the branch of your choice and choose from vscode command palette Remote container: Open Folder in container...

branches

branch Details
2.9.2.Final-java17-plain Quarkus 2.9.2, java17, native-image 21.3.2.0-1b5 Mandrel Distribution.

devcontainer user

In order to avoid permission issues you must use existing UID and GID from your host machine. The dockerfile assumes 1000 for the user and 1001 for docker group. (We assume that you are using docker without sudo.) However, this can be different on your machine, please adjust accordingly.

Releases

No releases published

Packages

No packages published