incorporate upstream 'latest' dir
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,16 +1,21 @@
|
||||
FROM debian:jessie
|
||||
FROM debian:stretch
|
||||
|
||||
ADD scripts/build.sh /build.sh
|
||||
ADD scripts/run.sh /run.sh
|
||||
|
||||
RUN chmod +x /run.sh /build.sh && sync && sleep 1 && /build.sh
|
||||
|
||||
RUN touch /etc/netdata/.opt-out-from-anonymous-statistics
|
||||
|
||||
WORKDIR /
|
||||
|
||||
ENV NETDATA_PORT=19999 SSMTP_TLS=YES SSMTP_SERVER=smtp.gmail.com SSMTP_PORT=587 SSMTP_HOSTNAME=localhost
|
||||
ENV NETDATA_PORT=19999 SMTP_TLS=on SMTP_STARTTLS=on SMTP_SERVER=smtp.example.com SMTP_PORT=587 SMTP_FROM=localhost
|
||||
|
||||
# supposedly it now respects this
|
||||
ENV DO_NOT_TRACK=1
|
||||
|
||||
EXPOSE $NETDATA_PORT
|
||||
|
||||
VOLUME /etc/netdata/override
|
||||
|
||||
ENTRYPOINT ["/run.sh"]
|
||||
|
||||
Reference in New Issue
Block a user