Uh oh!
There was an error while loading. Please reload this page.
TEZ-4674: Update Dockerfile dependencies: Protobuf 3.25.5, and stable Python, npm tools - #452
Conversation
tez-yetus
commented
Jan 18, 2026
(!) A patch to the testing environment has been detected. |
tez-yetus
commented
Jan 18, 2026
🎊 +1 overall
This message was automatically generated. |
408f016 to
2a86d50Comparetez-yetus
commented
Jan 18, 2026
(!) A patch to the testing environment has been detected. |
| && make install | ||
| WORKDIR /root | ||
| RUN rm -rf /opt/protobuf-src | ||
| https://github.com/protocolbuffers/protobuf/releases/download/v25.5/protoc-25.5-linux-x86_64.zip \ |
There was a problem hiding this comment.
- Protobuf removed Autotools (./configure and make). Wither we use CMake or Bazel to build from source or directly download the protoc which is also available on release page.
- URL & Versioning: The version numbering scheme changed. What was previously v3.21.x is now v25.x. The URL pattern and tarball names have changed accordingly.
There was a problem hiding this comment.
change looks good, compiling protobuf from source is an overkill if there is a binary available
tez-yetus
commented
Jan 18, 2026
🎊 +1 overall
This message was automatically generated. |
abstractdog
commented
Jan 19, 2026
change looks good to me, good improvement to the Dockerfile, +1 |
Uh oh!
There was an error while loading. Please reload this page.
impwhich has been marked deprecated sincepython-3.4