You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
JasonQuinn
pushed a commit
to JasonQuinn/platform
that referenced
this issue
Nov 25, 2019
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.
The text was updated successfully, but these errors were encountered: