Skip to content

Commit

Permalink
update test dockerfiles to fix
Browse files Browse the repository at this point in the history
One or more build-args [EXPERIMENTAL] were not consumed, failing build.
  • Loading branch information
atarkowska committed Mar 31, 2016
1 parent 21599a4 commit ca1c3e7
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions linux/test/centos6_apache22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
FROM centos:centos6
MAINTAINER [email protected]

ARG EXPERIMENTAL=false
ARG WEBAPPS=false
ARG OMEROVER=latest
ARG JAVAVER=openjdk18
Expand Down
1 change: 1 addition & 0 deletions linux/test/centos6_nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
FROM centos:centos6
MAINTAINER [email protected]

ARG EXPERIMENTAL=false
ARG WEBAPPS=false
ARG OMEROVER=latest
ARG JAVAVER=openjdk18
Expand Down
1 change: 1 addition & 0 deletions linux/test/centos6_py27_apache24/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
FROM centos:centos6
MAINTAINER [email protected]

ARG EXPERIMENTAL=false
ARG WEBAPPS=false
ARG OMEROVER=latest
ARG JAVAVER=openjdk18
Expand Down
1 change: 1 addition & 0 deletions linux/test/centos6_py27_ius_apache22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
FROM centos:centos6
MAINTAINER [email protected]

ARG EXPERIMENTAL=false
ARG WEBAPPS=false
ARG OMEROVER=latest
ARG JAVAVER=openjdk18
Expand Down
1 change: 1 addition & 0 deletions linux/test/centos6_py27_ius_apache24/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
FROM centos:centos6
MAINTAINER [email protected]

ARG EXPERIMENTAL=false
ARG WEBAPPS=false
ARG OMEROVER=latest
ARG JAVAVER=openjdk18
Expand Down
1 change: 1 addition & 0 deletions linux/test/centos6_py27_ius_nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
FROM centos:centos6
MAINTAINER [email protected]

ARG EXPERIMENTAL=false
ARG WEBAPPS=false
ARG OMEROVER=latest
ARG JAVAVER=openjdk18
Expand Down
1 change: 1 addition & 0 deletions linux/test/centos6_py27_nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
FROM centos:centos6
MAINTAINER [email protected]

ARG EXPERIMENTAL=false
ARG WEBAPPS=false
ARG OMEROVER=latest
ARG JAVAVER=openjdk18
Expand Down
1 change: 1 addition & 0 deletions linux/test/debian8_apache24/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
FROM debian:jessie
MAINTAINER [email protected]

ARG EXPERIMENTAL=false
ARG WEBAPPS=false
ARG OMEROVER=latest
ARG JAVAVER=openjdk18
Expand Down
1 change: 1 addition & 0 deletions linux/test/debian8_nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
FROM debian:jessie
MAINTAINER [email protected]

ARG EXPERIMENTAL=false
ARG WEBAPPS=false
ARG OMEROVER=latest
ARG JAVAVER=openjdk18
Expand Down
1 change: 1 addition & 0 deletions linux/test/ubuntu1404_apache24/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
FROM ubuntu:14.04
MAINTAINER [email protected]

ARG EXPERIMENTAL=false
ARG WEBAPPS=false
ARG OMEROVER=latest
ARG JAVAVER=openjdk18
Expand Down
1 change: 1 addition & 0 deletions linux/test/ubuntu1404_nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
FROM ubuntu:14.04
MAINTAINER [email protected]

ARG EXPERIMENTAL=false
ARG WEBAPPS=false
ARG OMEROVER=latest
ARG JAVAVER=openjdk18
Expand Down

0 comments on commit ca1c3e7

Please sign in to comment.