Compare commits
No commits in common. "a12da10db4d574609eb6206d6ba18b288b4b020d" and "f4622de513a2e60f17ae261790b3b31a6bdfba6f" have entirely different histories.
a12da10db4
...
f4622de513
2 changed files with 5 additions and 6 deletions
|
@ -17,8 +17,7 @@ steps:
|
||||||
branch: "antifascista"
|
branch: "antifascista"
|
||||||
event: "push"
|
event: "push"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
ALPINE_VERSION:
|
||||||
- ALPINE_VERSION: "3.20.1"
|
- "3.20.0"
|
||||||
- ALPINE_VERSION: "3.19.2"
|
- "3.19.1"
|
||||||
- ALPINE_VERSION: "3.18.7"
|
- "3.18.6"
|
||||||
- ALPINE_VERSION: "3.17.8"
|
|
||||||
|
|
|
@ -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}
|
||||||
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
MAINTAINER "f <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
|
||||||
|
|
Loading…
Reference in a new issue