kfaraz commented on code in PR #16933: URL: https://github.com/apache/druid/pull/16933#discussion_r1739599520
########## examples/quickstart/tutorial/hadoop/docker/Dockerfile: ########## @@ -19,6 +19,11 @@ FROM centos:7 USER root +# CentOS is EOL, have to use vault +RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && \ + sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo && \ + sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo + Review Comment: I think this warrants a separate PR with a clear explanation of what is being done here. The rest of the changes look good. -- 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]
