Skip to content
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

When using .build-docker the build instuctions for building the docker image gets merged into any other containers you are using #781

Open
JasonQuinn opened this issue Nov 25, 2019 · 0 comments

Comments

@JasonQuinn
Copy link
Contributor

We have additional executions in the docker-maven-plugin which run in the pre-integrarion-test phase to start up db's with the way platform currently works the build configuration gets merged into these containers and then gets pushed to the repo breaking thinks like library/postgres:11 for all other users as well. We also have the problem where because the configuration is set for all executions the pre-integration test step tries to start up the container before it is built and pushed.
If the configuration for the image
${project.docker.project}/${project.docker.name}:${project.version} was moved to the build/push execution then this would not happen.

JasonQuinn pushed a commit to JasonQuinn/platform that referenced this issue Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant