jamesnetherton commented on issue #2225:
URL: https://github.com/apache/camel-quarkus/issues/2225#issuecomment-776673287
Slightly related, we may want to think about which base images we use,
because it seems we're starting to run low on disk space in CI. Something I
noticed in the Camel 3.8 upgrade PR:
```
Caused by: java.lang.RuntimeException: Unable to start Quarkus test resource
org.apache.camel.quarkus.component.vertx.kafka.it.VertxKafkaTestResource@64e05a38
at
io.quarkus.test.common.TestResourceManager.start(TestResourceManager.java:57)
... 44 more
Caused by: java.lang.RuntimeException: java.lang.IllegalStateException:
Check failed: Docker environment should have more than 2GB free disk space
at
org.apache.camel.quarkus.component.vertx.kafka.it.VertxKafkaTestResource.start(VertxKafkaTestResource.java:45)
at
io.quarkus.test.common.TestResourceManager.start(TestResourceManager.java:52)
... 44 more
Caused by: java.lang.IllegalStateException: Check failed: Docker environment
should have more than 2GB free disk space
at
org.testcontainers.DockerClientFactory.check(DockerClientFactory.java:298)
```
IIRC we can disable those checks if we really need to.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]