Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
All checks were successful
ci/woodpecker/push/woodpecker/1 Pipeline was successful
ci/woodpecker/push/woodpecker/2 Pipeline was successful
ci/woodpecker/push/woodpecker/3 Pipeline was successful
ci/woodpecker/push/woodpecker/4 Pipeline was successful

This commit is contained in:
f 2024-06-21 13:07:01 -03:00
commit a12da10db4
No known key found for this signature in database
2 changed files with 6 additions and 5 deletions

View file

@ -17,7 +17,8 @@ steps:
branch: "antifascista" branch: "antifascista"
event: "push" event: "push"
matrix: matrix:
ALPINE_VERSION: include:
- "3.20.0" - ALPINE_VERSION: "3.20.1"
- "3.19.1" - ALPINE_VERSION: "3.19.2"
- "3.18.6" - ALPINE_VERSION: "3.18.7"
- ALPINE_VERSION: "3.17.8"

View file

@ -1,7 +1,7 @@
ARG ALPINE_VERSION=3.18.3 ARG ALPINE_VERSION=3.18.3
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
FROM ${BASE_IMAGE}:${ALPINE_VERSION} FROM ${BASE_IMAGE}:${ALPINE_VERSION}
MAINTAINER "f <f@sutty.nl>" LABEL org.opencontainers.image.authors="f@sutty.nl"
RUN getent group 82 || addgroup -g 82 -S www-data RUN getent group 82 || addgroup -g 82 -S www-data
RUN adduser -s /bin/sh -G www-data -h /srv/matterbridge -D matterbridge RUN adduser -s /bin/sh -G www-data -h /srv/matterbridge -D matterbridge