ENV RUBY_ALLOCATOR /usr/lib/libjemalloc.so.1
ENV COMPRESS_BROTLI 1
-MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
+#LABEL maintainer="Sam Saffron \"https://twitter.com/samsaffron\""
RUN echo 2.0.`date +%Y%m%d` > /VERSION
# VERSION: 1.4.0
FROM discourse/discourse_test:1.4.0
-MAINTAINER Gerhard Schlager <mail@gerhard-schlager.at>
+#LABEL maintainer="Gerhard Schlager <mail@gerhard-schlager.at>"
# Install ApacheBench
RUN apt-get install -y apache2-utils libsqlite3-dev
# VERSION: release
FROM discourse/base:release
-MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
+#LABEL maintainer="Sam Saffron \"https://twitter.com/samsaffron\""
# Install for mailcatcher gem
RUN apt-get update && apt-get install -y libsqlite3-dev \
# Allow to easily switch Ruby version in images that derive off this
FROM discourse/base:1.4.0
-MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
+#LABEL maintainer="Sam Saffron \"https://twitter.com/samsaffron\""
RUN apt-get -y install ruby bison autoconf &&\
echo install_package "openssl-1.0.1l" "https://www.openssl.org/source/openssl-1.0.1l.tar.gz#b2cf4d48fe5d49f240c61c9e624193a6f232b5ed0baf010681e725963c40d1d4" mac_openssl --if has_broken_mac_openssl > /src/2.2.3-github &&\
# version 0.0.2
FROM samsaffron/discourse_base:1.0.7
-MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
+#LABEL maintainer="Sam Saffron \"https://twitter.com/samsaffron\""
ADD src/monitor.rb src/monitor.rb
RUN gem install statsd-ruby docker-api