summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bombs/cpu/Dockerfile2
-rw-r--r--Bombs/mem/Dockerfile2
-rw-r--r--OS/sx.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/Bombs/cpu/Dockerfile b/Bombs/cpu/Dockerfile
index 2a37769..f289832 100644
--- a/Bombs/cpu/Dockerfile
+++ b/Bombs/cpu/Dockerfile
@@ -1,4 +1,4 @@
-FROM centos/s2i-core-centos7:latest
+FROM startx/openshift-centos:latest
MAINTAINER Christophe LARUE <dev@startx.fr>
COPY sx.sh /bin/sx
diff --git a/Bombs/mem/Dockerfile b/Bombs/mem/Dockerfile
index 2a37769..f289832 100644
--- a/Bombs/mem/Dockerfile
+++ b/Bombs/mem/Dockerfile
@@ -1,4 +1,4 @@
-FROM centos/s2i-core-centos7:latest
+FROM startx/openshift-centos:latest
MAINTAINER Christophe LARUE <dev@startx.fr>
COPY sx.sh /bin/sx
diff --git a/OS/sx.sh b/OS/sx.sh
index 37539fc..96a8448 100644
--- a/OS/sx.sh
+++ b/OS/sx.sh
@@ -1,7 +1,7 @@
#!/bin/bash
export TERM=xterm
pid=0
-
+printenv
function check_environment {
if [ ! -v CONTAINER_TYPE ]; then
CONTAINER_TYPE="unknown"