adoroszlai opened a new pull request, #8025: URL: https://github.com/apache/hadoop/pull/8025
## What changes were proposed in this pull request? `hadoop-runner` installs `robotframework` without version definition. Re-building the image for unrelated changes may unexpectedly upgrade `robotframework`, too. This PR proposes to pin `robotframework` to version 6.1.1. https://issues.apache.org/jira/browse/HADOOP-19722 ## How was this patch tested? ``` $ docker build -t hadoop-runner:dev . ... $ docker run -it --rm hadoop-runner:dev robot --version Robot Framework 6.1.1 (Python 3.10.12 on linux) ``` -- 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]
