Skip to content
Advertisement

How to specify the base docker image I want to use in the application.properties, using Quarkus

I’m trying Quarkus and was just wondering if there is a possibility to specify the docker image in the application.properties.

Advertisement

Answer

It’s in our projects to generate the Dockerfiles during the build at some point and, if we do that, configuring the base image will be possible.

But for now, you need to tweak the Dockerfiles we create when generating the project.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement