This commit is contained in:
f 2022-03-07 19:59:50 -03:00
parent d27b839b0d
commit 7aa9fe6d10
2 changed files with 4 additions and 3 deletions

View file

@ -13,8 +13,9 @@ pipeline:
- BASE_IMAGE=alpine
username: sutty
secrets:
- DOCKER_PASSWORD
- MONIT_EMAIL
- docker_password
- monit_email
- monit_email_from
cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION}
docker:
purge: false

View file

@ -6,7 +6,7 @@ FROM ${BASE_IMAGE}:${ALPINE_VERSION} as build
ARG EMAIL
ARG EMAIL_FROM
RUN apk add --no-cache tzdata
RUN apk add --no-cache tzdata monit
COPY ./monitrc /etc/monitrc
RUN chmod 600 /etc/monitrc