Compare commits

..

7 commits

Author SHA1 Message Date
f
b198d36200 Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-03-19 14:50:27 -03:00
f
e565c1380a woodpecker-cli lint 2022-03-19 14:48:54 -03:00
f
45562a4354 Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista 2022-03-19 14:48:23 -03:00
f
1b72fdc8b0 credentials for mmmonit 2022-03-19 14:47:05 -03:00
f
65304feb56 alpine upgrade 2022-03-19 14:46:16 -03:00
f
a299ab663f newer versions first 2022-03-08 09:43:09 -03:00
f
9a9ee411da alpine versions 2022-03-03 22:59:09 -03:00
2 changed files with 16 additions and 16 deletions

View file

@ -1,26 +1,25 @@
pipeline:
publish:
image: plugins/docker
registry: registry.nulo.in
repo: registry.nulo.in/sutty/monit
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- EMAIL=${MONIT_EMAIL}
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=alpine
username: sutty
settings:
registry: registry.nulo.in
username: sutty
repo: registry.nulo.in/sutty/monit
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=alpine
cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION}
purge: false
secrets:
- docker_password
cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION}
docker:
purge: false
when:
branch: antifascista
event: push
matrix:
ALPINE_VERSION:
- 3.13.6
- 3.14.3
- 3.15.0
- 3.15.1
- 3.14.4
- 3.13.8

View file

@ -13,6 +13,7 @@ MAINTAINER "f <f@sutty.nl>"
ENV EMAIL=monit@sutty.nl
ENV EMAIL_FROM=monit@sutty.nl
ENV MMONIT=mmmonit.athshe.sutty.nl
ENV CREDENTIALS=mmmonit:mmmonit.athshe.sutty.nl
# Locale
ENV LANG="C.UTF-8"