This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Description
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.