From baf7c43307fb29f5c19b237f418f4f1a59749c3c Mon Sep 17 00:00:00 2001 From: startxfr Date: Sun, 23 Jul 2017 13:43:36 +0200 Subject: adding openshift OS + Bomb for mem and cpu crash test on openshift --- OS/Dockerfile | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'OS/Dockerfile') diff --git a/OS/Dockerfile b/OS/Dockerfile index 9e2d163..2b47905 100644 --- a/OS/Dockerfile +++ b/OS/Dockerfile @@ -1,16 +1,7 @@ -FROM fedora:rawhide +FROM centos/s2i-core-centos7:latest MAINTAINER Christophe LARUE -USER root -# Install minimal packages -RUN dnf -y install pwgen tar psmisc procps findutils iputils net-tools wget logrotate zip && \ - dnf clean all -ENV STARTUPLOG=/logs/startup.log \ - LOG_PATH=/logs -COPY *.sh /bin/ -RUN chmod 775 /bin/sx-lib.sh /bin/run.sh && \ - mkdir /data /logs && \ - touch $STARTUPLOG +COPY sx.sh /bin/sx +RUN chmod 775 /bin/sx -VOLUME $LOG_PATH -CMD [ "/bin/run.sh" ] +CMD [ "/bin/sx" ] -- cgit v1.2.3