anshumg commented on a change in pull request #773:
URL: https://github.com/apache/solr/pull/773#discussion_r837893460
##########
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:
do you want to hardcode the `-t` parameter and the download URL
(solr-9.0.0.tgz) ?
##########
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:
do you want to hardcode the `-t` parameter and the download URL
(`solr-9.0.0.tgz`) ?
--
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]