Added external
configuration to an image description turns off assembly.inline
configuration
#1082
Milestone
external
configuration to an image description turns off assembly.inline
configuration
#1082
Description
If external configuration added for an image description the Maven Docker Plugin drops/does not recognize the assembly incline description anymore
Info
0.26.1
mvn -v
) :Docker version :
18.06.1-ce-mac73 (26764)
If it's a bug, how to reproduce : See https://github.com/ikatraev/springboot-counter-app
Sample project : https://github.com/ikatraev/springboot-counter-app.git
How to fix
The fix is pretty simply. You just need to add the following line to the
AssemblyConfiguration.Builder
in theextractAssembly
method forio.fabric8.maven.docker.config.handler.property.PropertyConfigHandler
classSo it should look like this:
The text was updated successfully, but these errors were encountered: