To build a Docker image with the native application (you need to build the native image on Linux): docker build -t quarkus-app-native -f src/main/docker/Dockerfile ...