Skip to content

Commit

Permalink
remove commitId=tip
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Jan 30, 2025
1 parent 33c48db commit 47b13b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/orthanc/build-or-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ echo "extraArg1 = $extraArg1"
echo "version = $version"

# TODO revisit this... always cloning the latest version
commitId=tip
# commitId=tip

# while debugging the script on your local machine, you might want to change these paths
# buildRootPath=/tmp/build
Expand Down
6 changes: 4 additions & 2 deletions local-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ ORTHANC_PG_COMMIT_ID=$(getCommitId "Orthanc-postgresql" $version docker $skipCom
# ORTHANC_WSI_COMMIT_ID=$(getCommitId "Orthanc-wsi" $version docker $skipCommitChecks $throttle)
# ORTHANC_OWV_COMMIT_ID=$(getCommitId "Orthanc-webviewer" $version docker $skipCommitChecks $throttle)
ORTHANC_AUTH_COMMIT_ID=$(getCommitId "Orthanc-auth" $version docker $skipCommitChecks $throttle)
# ORTHANC_PYTHON_COMMIT_ID=$(getCommitId "Orthanc-python" $version docker $skipCommitChecks $throttle)
ORTHANC_PYTHON_COMMIT_ID=$(getCommitId "Orthanc-python" $version docker $skipCommitChecks $throttle)
# ORTHANC_ODBC_COMMIT_ID=$(getCommitId "Orthanc-odbc" $version docker $skipCommitChecks $throttle)
# ORTHANC_INDEXER_COMMIT_ID=$(getCommitId "Orthanc-indexer" $version docker $skipCommitChecks $throttle)
ORTHANC_INDEXER_COMMIT_ID=$(getCommitId "Orthanc-indexer" $version docker $skipCommitChecks $throttle)
# ORTHANC_NEURO_COMMIT_ID=$(getCommitId "Orthanc-neuro" $version docker $skipCommitChecks $throttle)
ORTHANC_TCIA_COMMIT_ID=$(getCommitId "Orthanc-tcia" $version docker $skipCommitChecks $throttle)
# ORTHANC_STONE_VIEWER_COMMIT_ID=$(getCommitId "Orthanc-stone" $version docker $skipCommitChecks $throttle)
Expand Down Expand Up @@ -358,6 +358,8 @@ fi
--build-arg ORTHANC_GDCM_COMMIT_ID=$ORTHANC_GDCM_COMMIT_ID \
--build-arg ORTHANC_PG_COMMIT_ID=$ORTHANC_PG_COMMIT_ID \
--build-arg ORTHANC_AUTH_COMMIT_ID=$ORTHANC_AUTH_COMMIT_ID \
--build-arg ORTHANC_PYTHON_COMMIT_ID=$ORTHANC_PYTHON_COMMIT_ID \
--build-arg ORTHANC_INDEXER_COMMIT_ID=$ORTHANC_INDEXER_COMMIT_ID \
--build-arg ORTHANC_TCIA_COMMIT_ID=$ORTHANC_TCIA_COMMIT_ID \
--build-arg PLATFORM=$platform \
$from_cache_arg \
Expand Down

0 comments on commit 47b13b5

Please sign in to comment.