Skip to content

Commit daf4538

Browse files
committed
ENH: Update docker base image to include newer cmake version.
A newer cmake version is necessary for building SlicerExecutionModel. These images are needed for CI to pass.
1 parent 1788b37 commit daf4538

File tree

4 files changed

+6
-6
lines changed
  • test
    • Docker-ITK-master_USE_SYSTEM_LIBRARIES-OFF
    • Docker-ITK-v4.10.1_USE_SYSTEM_LIBRARIES-OFF
    • Docker-ITK-v4.13.0_USE_SYSTEM_LIBRARIES-OFF
    • Docker-ITK-v4.8.0_USE_SYSTEM_LIBRARIES-OFF

4 files changed

+6
-6
lines changed

test/Docker-ITK-master_USE_SYSTEM_LIBRARIES-OFF/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM dockbuild/centos5
1+
FROM dockbuild/centos7
22
MAINTAINER Insight Software Consortium <community@itk.org>
33

44
WORKDIR /usr/src
55

6-
# March 21, 2018
7-
ENV ITK_GIT_COMMIT 6953e199404bf7feb9534d5b58111267be90c963
6+
# March 15, 2020
7+
ENV ITK_GIT_COMMIT d67ae984a703a71b2d8d6932216561157b322c28
88

99
RUN \
1010
#

test/Docker-ITK-v4.10.1_USE_SYSTEM_LIBRARIES-OFF/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dockbuild/centos5
1+
FROM dockbuild/centos7
22
MAINTAINER Insight Software Consortium <community@itk.org>
33

44
WORKDIR /usr/src

test/Docker-ITK-v4.13.0_USE_SYSTEM_LIBRARIES-OFF/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dockbuild/centos5
1+
FROM dockbuild/centos7
22
MAINTAINER Insight Software Consortium <community@itk.org>
33

44
WORKDIR /usr/src

test/Docker-ITK-v4.8.0_USE_SYSTEM_LIBRARIES-OFF/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dockbuild/centos5
1+
FROM dockbuild/centos7
22
MAINTAINER Insight Software Consortium <community@itk.org>
33

44
WORKDIR /usr/src

0 commit comments

Comments
 (0)