-
Notifications
You must be signed in to change notification settings - Fork 4
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
MODOAIPMH-433: embedded-postgresql-maven-plugin -> docker-maven-plugin #308
Conversation
…nto MODOAIPMH-433-docker-approach
…nto MODOAIPMH-433-docker-approach
@steveellis Please check whether this successfully builds on ARM. |
@julianladisch sorry it doesn't seem to be working on our ARM Jenkins. Same on ARM mac. Attaching logs. |
Hi @steveellis , I cannot reproduce your issue, my .circleci/config.yml successfully builds on aarch64. The error
might get fixed by
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Included into #322. |
Purpose
Can build on ARM.
Approach
Switch from embedded-postgresql-maven-plugin to docker-maven-plugin.
Pre-Merge Checklist:
Before merging this PR, please go through the following list and take appropriate actions.
This PR hard-codes the gateway IP address of Docker used during the build. If a developer or a build environment uses a non-default gateway IP address the build will fail. This doesn't affect the runtime, though.