Skip to content

Commit

Permalink
Update maintainers in Dockerfiles (parsa-epfl#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ustiugov authored and neo-apz committed Apr 4, 2018
1 parent b9714b2 commit 0eb75ed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion benchmarks/web-search/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM cloudsuite/java
MAINTAINER Javier Picorel <javier.picorel@epfl.ch>
LABEL maintainer="Siddharth Gupta <siddharth.gupta@epfl.ch>"

ENV FABAN_USER faban

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/web-search/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM cloudsuite/java
MAINTAINER Javier Picorel <javier.picorel@epfl.ch>
LABEL maintainer="Siddharth Gupta <siddharth.gupta@epfl.ch>"

ENV SOLR_USER solr

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/web-serving/db_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:14.04
MAINTAINER Nooshin Mirzadeh <nooshin.mirzadeh@epfl.ch>
LABEL maintainer="Mark Sutherland <mark.sutherland@epfl.ch>"

ENV root_password root
ENV web_host web_server
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/web-serving/faban_client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM cloudsuite/java
MAINTAINER Nooshin Mirzadeh <nooshin.mirzadeh@epfl.ch>
LABEL maintainer="Mark Sutherland <mark.sutherland@epfl.ch>"

RUN apt-get update && apt-get install -y \
ant \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/web-serving/memcached_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:14.04
MAINTAINER Nooshin Mirzadeh <nooshin.mirzadeh@epfl.ch>
LABEL maintainer="Mark Sutherland <mark.sutherland@epfl.ch>"

ENV memcache_mem_limit 65535
ENV memcache_num_threads 4
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/web-serving/web_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:14.04
MAINTAINER Nooshin Mirzadeh <nooshin.mirzadeh@epfl.ch>
LABEL maintainer="Mark Sutherland <mark.sutherland@epfl.ch>"

USER root

Expand Down

0 comments on commit 0eb75ed

Please sign in to comment.