-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker:build to use a temporary directory inside the ${basedir}/target to avoid multi-project build issues #97
Comments
i thought |
It doesn't seem to be in a multi-maven build; I can see the docker plugin using the exact output folder for every module ;) |
yeah - i just noticed that myself but adding in |
ok - i have a fix for this. let me put together a pull request. |
great thanks! FWIW as a workaround I added this to my pom.xml:
https://github.com/fabric8io/quickstarts/blob/master/pom.xml#L79 which seems to be a work around |
fixed - if you want to build a local copy, feel free to pull from my branch until @rhuss merges the changes in. |
thanks @jgangemi |
fixed in 0.11.2 |
I've just hit an issue where a second docker image in a build got jars from a previous docker build :)
It seems like the temporary folder docker:build is using doesn't take into account the current ${basedir} from the project module.
It'd be good to make the default use ${basedir}/target/docker/... or something?
The text was updated successfully, but these errors were encountered: