dybyte commented on PR #9792: URL: https://github.com/apache/seatunnel/pull/9792#issuecomment-3235866967
@Hisoka-X @corgy-w I found another error in CI test ``` 2025-08-29T02:59:06.9008164Z [ERROR] Errors: 2025-08-29T02:59:06.9009150Z [ERROR] PrometheusIT ยป Completion org.testcontainers.containers.ContainerLaunchExcepti... ``` It seems like we may need to change the Docker image from `bitnami/prometheus:2.53.0` to `bitnamilegacy/prometheus:2.53.0`. Bitnami patched their Prometheus image after August 28, so the original image may no longer work. What do you think? [More details](https://github.com/bitnami/containers/issues/83267) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
