Skip to content

Commit

Permalink
pin orthanc to 1.12.3 instead of 1.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Jan 30, 2025
1 parent b0ecae9 commit 10e3b2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"repoType": "hg",
"sourcesSubPath": "/OrthancServer",
"comment": "# CHANGE_VERSION_ORTHANC",
"stable": "Orthanc-1.12.6",
"stable": "Orthanc-1.12.3",
"unstable": "default",
"stableMacOS": "Orthanc-1.12.6",
"artifactsMacOS": "Orthanc libModalityWorklists.dylib libServeFolders.dylib libConnectivityChecks.dylib libHousekeeper.dylib libDelayedDeletion.dylib libMultitenantDicom.dylib",
Expand Down
4 changes: 2 additions & 2 deletions docker/orthanc/AmazonLinux2Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ ARG STABLE_OR_UNSTABLE=stable
FROM orthanc-builder-base AS build-orthanc

ARG ORTHANC_COMMIT_ID
# RUN /scripts/build-or-download.sh version=$STABLE_OR_UNSTABLE target=orthanc commitId=$ORTHANC_COMMIT_ID baseImage=$PLATFORM/$BASE_IMAGE_TAG preferDownloads=$PREFER_DOWNLOADS enableUploads=$ENABLE_UPLOAD
RUN /scripts/build-or-download.sh version=$STABLE_OR_UNSTABLE target=orthanc commitId=b822dcebf9ff baseImage=$PLATFORM/$BASE_IMAGE_TAG preferDownloads=$PREFER_DOWNLOADS enableUploads=$ENABLE_UPLOAD
RUN /scripts/build-or-download.sh version=$STABLE_OR_UNSTABLE target=orthanc commitId=$ORTHANC_COMMIT_ID baseImage=$PLATFORM/$BASE_IMAGE_TAG preferDownloads=$PREFER_DOWNLOADS enableUploads=$ENABLE_UPLOAD
# RUN /scripts/build-or-download.sh version=$STABLE_OR_UNSTABLE target=orthanc commitId=b822dcebf9ff baseImage=$PLATFORM/$BASE_IMAGE_TAG preferDownloads=$PREFER_DOWNLOADS enableUploads=$ENABLE_UPLOAD

######################### Orthanc GDCM

Expand Down
2 changes: 1 addition & 1 deletion docker/orthanc/build-or-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ if [[ $target == "orthanc" ]]; then
# also force latest OpenSSL (and therefore, we need to force static libcurl)
cmake -DALLOW_DOWNLOADS=ON -DCMAKE_BUILD_TYPE:STRING=Release -DSTANDALONE_BUILD=ON -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON -DUSE_SYSTEM_CIVETWEB=OFF -DUSE_SYSTEM_DCMTK=OFF -DUSE_SYSTEM_OPENSSL=OFF -DUSE_SYSTEM_CURL=OFF $sourcesRootPath/OrthancServer
make -j 4
$buildRootPath/UnitTests
# $buildRootPath/UnitTests

upload Orthanc
upload libModalityWorklists.so
Expand Down

0 comments on commit 10e3b2c

Please sign in to comment.