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

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

@JasonQuinn

Description

@JasonQuinn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions