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 /Bombs/cpu/Dockerfile | |
parent | f499157f393a851909e733c9f259a71b619c0d84 (diff) | |
download | phpmyadmin-baf7c43307fb29f5c19b237f418f4f1a59749c3c.tar.gz phpmyadmin-baf7c43307fb29f5c19b237f418f4f1a59749c3c.tar.bz2 phpmyadmin-baf7c43307fb29f5c19b237f418f4f1a59749c3c.tar.xz phpmyadmin-baf7c43307fb29f5c19b237f418f4f1a59749c3c.zip |
adding openshift OS + Bomb for mem and cpu crash test on openshift
Diffstat (limited to 'Bombs/cpu/Dockerfile')
-rw-r--r-- | Bombs/cpu/Dockerfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Bombs/cpu/Dockerfile b/Bombs/cpu/Dockerfile new file mode 100644 index 0000000..2a37769 --- /dev/null +++ b/Bombs/cpu/Dockerfile @@ -0,0 +1,8 @@ +FROM centos/s2i-core-centos7:latest +MAINTAINER Christophe LARUE <dev@startx.fr> + +COPY sx.sh /bin/sx +COPY bomb.sh /bin/bomb +RUN chmod 775 /bin/sx /bin/bomb + +CMD [ "/bin/sx" ] |