Skip to content

Commit

Permalink
Merge pull request #1458 from blowekamp/Update_manylinux
Browse files Browse the repository at this point in the history
Update manylinux
  • Loading branch information
blowekamp committed Sep 21, 2021
2 parents 17a7649 + cf96b90 commit 19e9aa7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
3 changes: 0 additions & 3 deletions Testing/CI/Azure/azure-pipelines-package.yml
Expand Up @@ -24,9 +24,6 @@ jobs:
- template: templates/package-linux-job.yml
parameters:
DOCKERFILE: Dockerfile-2010-x86_64
- template: templates/package-linux-job.yml
parameters:
DOCKERFILE: Dockerfile-x86_64
- template: templates/package-mac-job.yml
- template: templates/package-win-job.yml
parameters:
Expand Down
5 changes: 0 additions & 5 deletions Utilities/Distribution/manylinux/Dockerfile-2010-x86_64
@@ -1,12 +1,7 @@
FROM quay.io/pypa/manylinux2010_x86_64
MAINTAINER Insight Software Consortium <community@itk.org>

ADD https://github.com/Kitware/CMake/releases/download/v3.13.5/cmake-3.13.5-Linux-x86_64.sh \
/tmp/

WORKDIR /tmp/
RUN yum remove cmake -y
RUN sh cmake-3.13.5-Linux-x86_64.sh --prefix=/usr --skip-license && rm -rf /tmp/*

# User is expected to mount directory to "/work"
ENTRYPOINT ["bash", "-c", "/work/io/imagefiles/cmd.sh" ]
13 changes: 0 additions & 13 deletions Utilities/Distribution/manylinux/Dockerfile-i686

This file was deleted.

13 changes: 0 additions & 13 deletions Utilities/Distribution/manylinux/Dockerfile-x86_64

This file was deleted.

0 comments on commit 19e9aa7

Please sign in to comment.