Replies: 1 comment
-
Could you please change contents of Dockerfile? I think main difference can be that you need to prefix the assembly name (maven by default) in jkube case, check out dockerfile sample.
needs to be changed to
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Dockerfile in
src/main/docker/Dockerfile
which includes a step which attempts to copy a jar generated by the build into the image. The identical configuration and dockerfile succeed with the fabric8 pluginConfiguration from the pom:
Beta Was this translation helpful? Give feedback.
All reactions