Skip to content

Commit

Permalink
deployment: Update centos5 deploy script to vault
Browse files Browse the repository at this point in the history
Centos5 has been EOL'd, so docker images to support centos5
binaries need to have yum baseurl updated to vault.centos.org
  • Loading branch information
ctsa committed Jul 14, 2017
1 parent 966aa37 commit 42e3649
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scratch/docker/deployment/centos5PlusGcc48/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# the centos5 base image.
#

FROM centos:5
FROM astj/centos5-vault

# add standard centos5 packages:
RUN yum install -y bzip2 make gcc gcc-c++ tar wget zlib-devel git && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# to our non-docker based deployment:
#

FROM centos:5
FROM astj/centos5-vault

# add standard centos5 packages && swap in newer cmake as default:
RUN yum install -y bzip2 make gcc gcc-c++ tar wget zlib-devel git && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# to our non-docker based deployment:
#

FROM centos:5
FROM astj/centos5-vault

# add standard centos5 packages && swap in newer cmake as default:
RUN yum install -y bzip2 make gcc gcc-c++ tar wget zlib-devel git && \
Expand Down

0 comments on commit 42e3649

Please sign in to comment.