HoustonPutman commented on a change in pull request #773: URL: https://github.com/apache/solr/pull/773#discussion_r837899048
########## File path: dev-tools/scripts/releaseWizard.yaml ########## @@ -765,12 +765,18 @@ groups: Please vote for release candidate {{ rc_number }} for Solr {{ release_version }} The artifacts can be downloaded from: - {{ dist_url_base }}/solr-{{ release_version }}-RC{{ rc_number }}-rev-{{ build_rc.git_rev | default("<git_rev>", True) }} + {{ release_candidate_location }} You can run the smoke tester directly with this command: python3 -u dev-tools/scripts/smokeTestRelease.py \ - {{ dist_url_base }}/solr-{{ release_version }}-RC{{ rc_number }}-rev-{{ build_rc.git_rev | default("<git_rev>", True) }} + {{ release_candidate_location }} + + You can build a release-candidate of the official docker image using the following command: + + docker build {{ release_candidate_location }}/solr/docker/Dockerfile.official \ + --build-arg SOLR_DOWNLOAD_URL={{ release_candidate_location }}/solr/solr-9.0.0.tgz \ + -t solr-rc:9.0.0-rc1 Review comment: good catch -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org