You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/07/17 13:33:36 UTC

[solr] branch branch_9_3 updated: Fix release candidate text for docker image

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch branch_9_3
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9_3 by this push:
     new 0fa37ce04f8 Fix release candidate text for docker image
0fa37ce04f8 is described below

commit 0fa37ce04f89a9a98859b0865d404093d890a5f6
Author: Houston Putman <ho...@apache.org>
AuthorDate: Mon Jul 17 09:28:41 2023 -0400

    Fix release candidate text for docker image
    
    (cherry picked from commit 272ef788888e8120fe148525e75b128b4963b49e)
---
 dev-tools/scripts/releaseWizard.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/scripts/releaseWizard.yaml b/dev-tools/scripts/releaseWizard.yaml
index 3e57d5ae467..027aab90d54 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -865,10 +865,10 @@ groups:
 
       SOLR_DOWNLOAD_SERVER={{ release_candidate_location }}/solr && \
         docker build $SOLR_DOWNLOAD_SERVER/{{ release_version }}/docker/Dockerfile.official-full \
-          --build-arg SOLR_DOWNLOAD_SERVER=$DIST_BASE/$RC_FOLDER/solr \
+          --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
           -t solr-rc:{{ release_version }}-{{ rc_number }}} && \
         docker build $SOLR_DOWNLOAD_SERVER/{{ release_version }}/docker/Dockerfile.official-slim \
-          --build-arg SOLR_DOWNLOAD_SERVER=$DIST_BASE/$RC_FOLDER/solr \
+          --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
           -t solr-rc:{{ release_version }}-{{ rc_number }}-slim
 
       The vote will be open for at least 72 hours i.e. until {{ vote_close }}.