Dockerfile-maven: How to specify the image name?

Created on 19 Jun 2017  路  1Comment  路  Source: spotify/dockerfile-maven

In the old plugin (docker-maven-plugin) it was possible to specify the image name.

 <imageName>example</imageName>

Is there a way to do this with this plugin?

Most helpful comment

I think I got it:

 <repository>my-repo/example</repository>

>All comments

I think I got it:

 <repository>my-repo/example</repository>
Was this page helpful?
0 / 5 - 0 ratings

Related issues

destebanm picture destebanm  路  8Comments

NancyChunlan picture NancyChunlan  路  12Comments

rasmuslund picture rasmuslund  路  9Comments

testphreak picture testphreak  路  6Comments

ghost picture ghost  路  7Comments