KiranVelumuri commented on PR #5525: URL: https://github.com/apache/hive/pull/5525#issuecomment-2453531020
In Jenkins, it is failing to download the newer image due to missing signature key. This seems like a client side issue due to some restriction on downloading Docker image. I checked that the earlier changes to mysql version only updated the version, and nothing related to docker. Could you please help with this environmental issue? Thanks. ``` 2024-10-30T04:26:21,536 INFO [main] externalDB.AbstractExternalDB: Going to run: docker run --rm --name qtestExternalDB-MySQLExternalDB -p 3306:3306 -e MYSQL_ROOT_PASSWORD=qtestpassword -e MYSQL_DATABASE=qtestDB -d mysql:8.4.3 2024-10-30T04:26:22,298 INFO [main] externalDB.AbstractExternalDB: Result lines#: 0(stdout);127(stderr) 2024-10-30T04:26:22,298 INFO [main] externalDB.AbstractExternalDB: Stdout from proc: 2024-10-30T04:26:22,298 INFO [main] externalDB.AbstractExternalDB: Stderr from proc: Unable to find image 'mysql:8.4.3' locally docker: Error response from daemon: missing signature key. See 'docker run --help'. ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
