Skip to content

Commit

Permalink
Update the build and test docker files to pull from docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
John Eslick committed Jul 27, 2020
1 parent 088051b commit f957f38
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docker/build-extensions/centos6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos6_idaes_build:latest
FROM eslickj/idaes-ext-centos6-build:latest

ARG repo=https://github.com/idaes/idaes-ext.git
ARG branch=master
Expand Down
2 changes: 1 addition & 1 deletion docker/build-extensions/centos7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos7_idaes_build:latest
FROM eslickj/idaes-ext-centos7-build:latest

ARG repo=https://github.com/idaes/idaes-ext.git
ARG branch=master
Expand Down
2 changes: 1 addition & 1 deletion docker/build-extensions/centos8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos8_idaes_build:latest
FROM eslickj/idaes-ext-centos8-build:latest

ARG repo=https://github.com/idaes/idaes-ext.git
ARG branch=master
Expand Down
2 changes: 1 addition & 1 deletion docker/build-extensions/ubuntu1804/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu1804_idaes_build:latest
FROM eslickj/idaes-ext-ubuntu1804-build:latest

ARG repo=https://github.com/idaes/idaes-ext.git
ARG branch=master
Expand Down
2 changes: 1 addition & 1 deletion docker/build-extensions/ubuntu1910/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu1910_idaes_build:latest
FROM eslickj/idaes-ext-ubuntu1910-build:latest

ARG repo=https://github.com/idaes/idaes-ext.git
ARG branch=master
Expand Down
2 changes: 1 addition & 1 deletion docker/build-extensions/ubuntu2004/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu2004_idaes_build:latest
FROM eslickj/idaes-ext-ubuntu2004-build:latest

ARG repo=https://github.com/idaes/idaes-ext.git
ARG branch=master
Expand Down
2 changes: 1 addition & 1 deletion docker/build-extensions/windows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM windows_idaes_build:latest
FROM eslickj/idaes-ext-windows-build:latest

ARG repo=https://github.com/idaes/idaes-ext.git
ARG branch=master
Expand Down
4 changes: 4 additions & 0 deletions docker/build-platform/centos6/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CentOS 6 Image For Building IDAES Extensions
============================================

This image contains the tools needed to build IDAES binary extensions on CentOS 6.
2 changes: 1 addition & 1 deletion docker/test-extensions/centos6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos6_idaes_test:latest
FROM eslickj/idaes-ext-centos6-test:latest

ARG repo=https://github.com/idaes/idaes-pse.git
ARG branch=master
Expand Down
2 changes: 1 addition & 1 deletion docker/test-extensions/centos7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos7_idaes_test:latest
FROM eslickj/idaes-ext-centos7-test:latest

ARG repo=https://github.com/idaes/idaes-pse.git
ARG branch=master
Expand Down
2 changes: 1 addition & 1 deletion docker/test-extensions/centos8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos8_idaes_test:latest
FROM eslickj/idaes-ext-centos8-test:latest

ARG repo=https://github.com/idaes/idaes-pse.git
ARG branch=master
Expand Down
2 changes: 1 addition & 1 deletion docker/test-extensions/ubuntu1804/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu1804_idaes_test:latest
FROM eslickj/idaes-ext-ubuntu1804-test:latest

ARG repo=https://github.com/idaes/idaes-ext.git
ARG branch=master
Expand Down
2 changes: 1 addition & 1 deletion docker/test-extensions/ubuntu1910/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu1910_idaes_test:latest
FROM eslickj/idaes-ext-ubuntu1910-test:latest

ARG repo=https://github.com/idaes/idaes-pse.git
ARG branch=master
Expand Down
2 changes: 1 addition & 1 deletion docker/test-extensions/ubuntu2004/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu2004_idaes_test:latest
FROM eslickj/idaes-ext-ubuntu2004-test:latest

ARG repo=https://github.com/idaes/idaes-pse.git
ARG branch=master
Expand Down
2 changes: 1 addition & 1 deletion docker/test-extensions/windows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/windows:1909
FROM eslickj/idaes-ext-windows-test:latest

ARG repo=https://github.com/idaes/idaes-pse.git
ARG branch=master
Expand Down

0 comments on commit f957f38

Please sign in to comment.