fixes
This commit is contained in:
parent
d27b839b0d
commit
7aa9fe6d10
2 changed files with 4 additions and 3 deletions
|
@ -13,8 +13,9 @@ pipeline:
|
||||||
- BASE_IMAGE=alpine
|
- BASE_IMAGE=alpine
|
||||||
username: sutty
|
username: sutty
|
||||||
secrets:
|
secrets:
|
||||||
- DOCKER_PASSWORD
|
- docker_password
|
||||||
- MONIT_EMAIL
|
- monit_email
|
||||||
|
- monit_email_from
|
||||||
cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION}
|
cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION}
|
||||||
docker:
|
docker:
|
||||||
purge: false
|
purge: false
|
||||||
|
|
|
@ -6,7 +6,7 @@ FROM ${BASE_IMAGE}:${ALPINE_VERSION} as build
|
||||||
ARG EMAIL
|
ARG EMAIL
|
||||||
ARG EMAIL_FROM
|
ARG EMAIL_FROM
|
||||||
|
|
||||||
RUN apk add --no-cache tzdata
|
RUN apk add --no-cache tzdata monit
|
||||||
|
|
||||||
COPY ./monitrc /etc/monitrc
|
COPY ./monitrc /etc/monitrc
|
||||||
RUN chmod 600 /etc/monitrc
|
RUN chmod 600 /etc/monitrc
|
||||||
|
|
Loading…
Reference in a new issue