We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have an issue where on the test RHEL 9.2 machine, rabbitmq:3.7.25-management-alpine won't run. It doesn't print anything. However, rabbitmq:3.8.4-management-alpine works. But there is no way how to configure the image for testcontainers integration in the https://github.com/quarkiverse/quarkus-vault/blob/main/test-framework/src/main/java/io/quarkus/vault/test/VaultTestExtension.java.
rabbitmq:3.7.25-management-alpine
rabbitmq:3.8.4-management-alpine
I would like to implement optional override of the default images for testing.
Would you also be able to release 3.5.x release with this (I will also provide a PR if there is a branch) for us?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We have an issue where on the test RHEL 9.2 machine,
rabbitmq:3.7.25-management-alpine
won't run. It doesn't print anything. However,rabbitmq:3.8.4-management-alpine
works. But there is no way how to configure the image for testcontainers integration in the https://github.com/quarkiverse/quarkus-vault/blob/main/test-framework/src/main/java/io/quarkus/vault/test/VaultTestExtension.java.I would like to implement optional override of the default images for testing.
Would you also be able to release 3.5.x release with this (I will also provide a PR if there is a branch) for us?
The text was updated successfully, but these errors were encountered: