This is an automated email from the ASF dual-hosted git repository.
siyao pushed a commit to branch docker-hadoop-runner-jdk11-u2204
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to
refs/heads/docker-hadoop-runner-jdk11-u2204 by this push:
new e64cd1cb06d HADOOP-19722. Pin robotframework version (#8025)
e64cd1cb06d is described below
commit e64cd1cb06df99e17c3c1818ad11951fe648e43c
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Oct 10 20:04:47 2025 +0200
HADOOP-19722. Pin robotframework version (#8025)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index d18fa8c2fb6..d8a3d848ab5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,7 +30,7 @@ RUN apt update -q \
&& apt clean
# Robot Framework for testing
-RUN pip install robotframework \
+RUN pip install robotframework==6.1.1 \
&& rm -fr ~/.cache/pip
#dumb init for proper init handling
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]