Skip to content

ENH: Update docker base image to include newer cmake version. #127

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

Merged
merged 1 commit into from
Mar 21, 2020
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
6 changes: 3 additions & 3 deletions test/Docker-ITK-master_USE_SYSTEM_LIBRARIES-OFF/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM dockbuild/centos5
FROM dockbuild/centos7
MAINTAINER Insight Software Consortium <community@itk.org>

WORKDIR /usr/src

# March 21, 2018
ENV ITK_GIT_COMMIT 6953e199404bf7feb9534d5b58111267be90c963
# March 15, 2020
ENV ITK_GIT_COMMIT d67ae984a703a71b2d8d6932216561157b322c28

RUN \
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockbuild/centos5
FROM dockbuild/centos7
MAINTAINER Insight Software Consortium <community@itk.org>

WORKDIR /usr/src
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockbuild/centos5
FROM dockbuild/centos7
MAINTAINER Insight Software Consortium <community@itk.org>

WORKDIR /usr/src
Expand Down
2 changes: 1 addition & 1 deletion test/Docker-ITK-v4.8.0_USE_SYSTEM_LIBRARIES-OFF/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockbuild/centos5
FROM dockbuild/centos7
MAINTAINER Insight Software Consortium <community@itk.org>

WORKDIR /usr/src
Expand Down