I can pass target in docker-compose.yml to make sure to execute only the stage that I want to in multi-stage docker build.
How can I achieve the same with io.fabric8 docker-maven-plugin?
I can pass target in docker-compose.yml to make sure to execute only the stage that I want to in multi-stage docker build.
How can I achieve the same with io.fabric8 docker-maven-plugin?