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:
- a running docker daemon
- account for docker registry
registry.redhat.io
which allows you to pull images from there - vscode with Remote Container extension
Clone the branch of your choice and choose from vscode command palette Remote container: Open Folder in container...
branch | Details |
---|---|
2.9.2.Final-java17-plain |
Quarkus 2.9.2, java17, native-image 21.3.2.0-1b5 Mandrel Distribution. |
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.