Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

itk 5.4.0 docker #1139

Merged
merged 2 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const defaultImageTag = '20240517-32a1ffd9'
const defaultImageTag = '20240521-17db8b0b'
export default defaultImageTag
6 changes: 3 additions & 3 deletions src/docker/itk-wasm-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ RUN curl -L https://api.github.com/repos/facebook/zstd/tarball/${zstd_GIT_TAG} |
cd .. && \
rm -rf zstd-build zstd

# tag commit date: 2024-05-05 branch: itkwasm-2024-05-03-e5a84a08a30
ENV ITK_GIT_TAG 2282cb5b41d1333fd68ba14af4cbc5a1c0d0f965
ENV ITK_GIT_BRANCH itkwasm-2024-05-03-e5a84a08a30
# tag commit date: 2024-05-21
ENV ITK_GIT_TAG d03c2616856b28f708002cd1eff9b79660c7c9b0
ENV ITK_GIT_BRANCH itkwasm-2024-05-20-5db055d7ad3b
RUN git clone --branch $ITK_GIT_BRANCH --single-branch --depth 1 https://github.com/KitwareMedical/ITK.git && \
sed -i -e '/^option(OPJ_USE_THREAD/c\option(OPJ_USE_THREAD "use threads" OFF)' \
/ITK/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmopenjpeg/src/lib/openjp2/CMakeLists.txt
Expand Down
Loading