dybyte commented on PR #9903: URL: https://github.com/apache/seatunnel/pull/9903#issuecomment-3343834321
From the logs, it seems that some tests are able to pull the mysql image successfully, while others report a error for the same tag. I'm curious about what could cause this difference. Any insight would be appreciated! ``` 2025-09-28T12:43:42.7145883Z [] 2025-09-28 12:43:42,714 INFO 🐳 [mysql:8.0] - Pulling image layers: 0 pending, 11 downloaded, 10 extracted, (224 MB/224 MB) 2025-09-28T12:43:42.7364266Z [] 2025-09-28 12:43:42,736 INFO 🐳 [mysql:8.0] - Pulling image layers: 0 pending, 11 downloaded, 11 extracted, (224 MB/224 MB) 2025-09-28T12:43:42.7438145Z [] 2025-09-28 12:43:42,743 INFO 🐳 [mysql:8.0] - Pull complete. 11 layers, pulled in 11s (downloaded 224 MB at 20 MB/s) 2025-09-28T12:43:42.7459226Z [] 2025-09-28 12:43:42,745 INFO 🐳 [mysql:8.0] - Creating container for image: mysql:8.0 2025-09-28T12:43:42.7699914Z [] 2025-09-28 12:43:42,769 INFO 🐳 [mysql:8.0] - Container mysql:8.0 is starting: ``` -- 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]
