-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Declare DB images defaults in parent POM #23066
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for this. Very nice cleanup. I added some questions/comments.
build-parent/pom.xml
Outdated
<postgres.image>postgres:14.1</postgres.image> | ||
<mariadb.image>mariadb:10.4</mariadb.image> | ||
<db2.image>ibmcom/db2:11.5.5.0</db2.image> | ||
<mssqldb.image>mcr.microsoft.com/mssql/server:2019-CU8-ubuntu-16.04</mssqldb.image> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why mssqldb
instead of mssql
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I picked the name used originally in integration-tests/jpa-mssql/pom.xml
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I adjusted it to be more consistent.
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building e6586fc
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
✖
⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
✖
✖
⚙️ JVM Tests - JDK 11 Windows #- Failing: extensions/smallrye-reactive-messaging-amqp/deployment
! Skipped: integration-tests/reactive-messaging-amqp 📦 extensions/smallrye-reactive-messaging-amqp/deployment✖
|
Prefix DB image names with docker.io registry hostname We had some issues with Podman default config requiring a registry to be defined
Thanks @tsegismont , nice cleanup. /cc @Sanne FYI when you will want to update them. Note that the Dev Services images are NOT yet handled this way so they also need an update. |
Very nice, thanks @tsegismont |
Suggested as a follow-up PR in #22810 (comment)