Skip to content

support IT with jib #481

@vsevel

Description

@vsevel

see this reproducer:
https://github.com/TechAndOperations/quarkus_reproducers/tree/issue_vault_devservice_jib

when executing mvn clean verify -DskipITs=false -Dquarkus.container-image.build=true , this fails with:

2026-02-27 16:58:28,789 INFO  [org.testcontainers.containers.wait.strategy.HttpWaitStrategy] (ForkJoinPool.commonPool-worker-1) /ecstatic_johnson: Waiting for 60 seconds for URL: http://vault-l3q8f:56517/v1/sys/health (where port 56517 maps to container port 8200)
2026-02-27 16:59:28,802 ERROR [tc.hashicorp/vault:1.15.2] (ForkJoinPool.commonPool-worker-1) Could not start container: org.testcontainers.containers.ContainerLaunchException: Timed out waiting for URL to be accessible (http://vault-l3q8f:56517/v1/sys/health should return HTTP [200])
        at org.testcontainers.containers.wait.strategy.HttpWaitStrategy.waitUntilReady(HttpWaitStrategy.java:320)
...

whereas the vault seems to be started successfully:

==> Vault server started! Log data will stream in below:

if executing mvn clean verify -DskipITs=false -Dquarkus.container-image.build=false, then everything works as expected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions