Skip to content

Commit 2d91eba

Browse files
committed
ENH: Update default aarch64 manylinux tage to 2025.08.12-1
This is the latest version that has passed quay.io security scans. Update ITK for CastXML support for GCC 14 in the build images.
1 parent c44f369 commit 2d91eba

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ if(ITKPythonPackage_SUPERBUILD)
9494

9595
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
9696

97-
# main branch, 2025-07-16
98-
set(ITK_GIT_TAG "ff4ff13ec295595cab2edbb3173a39ef798e4c7d")
97+
# main branch, 2025-09-08
98+
set(ITK_GIT_TAG "b591e1d5e186516bb929d2d19b78bafa1f79f8d0")
9999

100100
#-----------------------------------------------------------------------------
101101
# A separate project is used to download ITK, so that it can reused

scripts/dockcross-manylinux-build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ oci_exe=$(ociExe)
2525
MANYLINUX_VERSION=${MANYLINUX_VERSION:=_2_28}
2626

2727
if [[ ${MANYLINUX_VERSION} == _2_28 ]]; then
28-
IMAGE_TAG=${IMAGE_TAG:=20240304-9e57d2b}
28+
IMAGE_TAG=${IMAGE_TAG:=20250818-0a27819}
2929
elif [[ ${MANYLINUX_VERSION} == 2014 ]]; then
3030
IMAGE_TAG=${IMAGE_TAG:=20240304-9e57d2b}
3131
else

scripts/dockcross-manylinux-set-vars.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ TARGET_ARCH=${TARGET_ARCH:=x64}
3939

4040
# Specialized manylinux image tag to use for building.
4141
if [[ ${MANYLINUX_VERSION} == _2_28 && ${TARGET_ARCH} == x64 ]]; then
42-
IMAGE_TAG=${IMAGE_TAG:=20240304-9e57d2b}
42+
IMAGE_TAG=${IMAGE_TAG:=20250818-0a27819}
4343
elif [[ ${MANYLINUX_VERSION} == _2_28 && ${TARGET_ARCH} == aarch64 ]]; then
44-
IMAGE_TAG=${IMAGE_TAG:=2024-03-25-9206bd9}
44+
IMAGE_TAG=${IMAGE_TAG:=2025.08.12-1}
4545
elif [[ ${MANYLINUX_VERSION} == 2014 ]]; then
4646
IMAGE_TAG=${IMAGE_TAG:=20240304-9e57d2b}
4747
else

0 commit comments

Comments
 (0)