dockerfile-maven icon indicating copy to clipboard operation
dockerfile-maven copied to clipboard

Update documentation to add parameter dockerfile

Open julbrs opened this issue 5 years ago • 1 comments

This parameter is already available but not documented.

I use this parameter like this :

          <configuration>
            <dockerfile>Dockerfile.tomcat</dockerfile>
            <repository>${docker.repository}</repository>
            <tag>${project.version}</tag>
          </configuration>

It work well to create multiple image from a single project ! (for example with multiple maven profiles)

Thanks a lot for the hard work on this plugin,

julbrs avatar Jun 21 '19 15:06 julbrs

I use it to build multiple images that share the same resources repository. Why is that simple pull request not merged yet ? :)

ktor avatar Jun 03 '20 01:06 ktor