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

improve: build bk and current-version-image images by docker-maven-plugin #4460

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nodece
Copy link
Member

@nodece nodece commented Jul 4, 2024

Motivation

The bookkeeper image wasn't verified in the CI, because the current-version-image image doesn't depend on the bookkeeper image.

Changes

  • Move some config to docker/pom.xml from tests/docker-images/current-version-image/Dockerfile to make the current-version-image image depend on the bookkeeper image
  • Use the docker-maven-plugin to build the bookkeeper image
    • Introduces multi-arch build and images(without push images, because we are use docker-cloud to build the bookkeeper image, I don't know the detail process)
    • Custom bookkeeper image name

This PR doesn't break the build of docker-cloud.

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

Successfully merging this pull request may close these issues.

1 participant