-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Switch Oracle DB container image to new 21-slim-faststart flavour #27588
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.
Cool!
Failing Jobs - Building 6761336
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
⚙️ JVM Tests - JDK 11 #- Failing: extensions/hibernate-orm/deployment
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 87 more 📦 extensions/hibernate-orm/deployment✖
⚙️ JVM Tests - JDK 18 #- Failing: integration-tests/oidc-token-propagation-reactive
📦 integration-tests/oidc-token-propagation-reactive✖
✖
|
@gvenzl is now publishing a new kind of Oracle DB container images called "faststart" - these are slighly larger to download but are sginificantly faster to bootstrap, making them more suitable for Quarkus dev-services.
With this PR I'm making them the new default for Quarkus; the change should be transparent to end users.
Also it would seem that the slightly larger file size has negligible impact on pull times (atlhough this will likely vary from system to system); see gvenzl/oci-oracle-xe#36