diff options
| author | startxfr <clarue@startx.fr> | 2017-07-23 13:43:36 +0200 | 
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2017-07-23 13:43:36 +0200 | 
| commit | baf7c43307fb29f5c19b237f418f4f1a59749c3c (patch) | |
| tree | f62e6e621a29ef9c71c646efda880f06d44109fd /OS/Dockerfile | |
| parent | f499157f393a851909e733c9f259a71b619c0d84 (diff) | |
adding openshift OS + Bomb for mem and cpu crash test on openshift
Diffstat (limited to 'OS/Dockerfile')
| -rw-r--r-- | OS/Dockerfile | 17 | 
1 files changed, 4 insertions, 13 deletions
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 <dev@startx.fr> -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" ]  | 
