sveneld commented on code in PR #2937: URL: https://github.com/apache/thrift/pull/2937#discussion_r1511670945
########## build/docker/README.md: ########## @@ -136,7 +135,14 @@ If you do not want to use the same scripts Travis CI does, you can do it manuall Build the image: - thrift$ docker build -t thrift build/docker/ubuntu-bionic +Linux/Mac: + + thrift$ docker build --build-arg uid=$(id -u) --build-arg gid=$(id -g) -t thrift build/docker/ubuntu-jammy + +Windows: + + thrift$ docker build -t thrift build/docker/ubuntu-jammy + Review Comment: Maybe tables on line 155 and 174 should be also updated with correct versions of core tools and compiler/languages? -- 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]
