Compare commits
3 commits
7f7cac3324
...
441dc86068
Author | SHA1 | Date | |
---|---|---|---|
|
441dc86068 | ||
|
6ce591abc0 | ||
|
41354bbc95 |
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
ARG ALPINE_VERSION=3.18.3
|
||||
ARG BASE_IMAGE=gitea.nulo.in/sutty/sutty
|
||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION} as build
|
||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION} AS build
|
||||
|
||||
COPY ./monitrc /etc/monitrc
|
||||
RUN chmod 600 /etc/monitrc
|
||||
|
||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
||||
MAINTAINER "f <f@sutty.nl>"
|
||||
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
||||
ENV EMAIL=monit@sutty.nl
|
||||
ENV EMAIL_FROM=monit@sutty.nl
|
||||
ENV MMONIT=mmmonit.athshe.sutty.nl
|
||||
|
|
Loading…
Reference in a new issue