Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista [skip ci]
This commit is contained in:
commit
891e374ed3
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
ARG ALPINE_VERSION=3.13.6
|
||||
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION} AS build
|
||||
MAINTAINER "f <f@sutty.nl>"
|
||||
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
||||
ARG REDIS_VERSION=6.2.7
|
||||
ARG MAX_MEMORY=100mb
|
||||
ENV MAX_MEMORY=${MAX_MEMORY}
|
||||
|
@ -22,7 +22,7 @@ RUN echo "save \"\"" >> /etc/redis.conf
|
|||
ARG ALPINE_VERSION=3.13.6
|
||||
ARG BASE_IMAGE=sutty/monit
|
||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
||||
MAINTAINER "f <f@sutty.nl>"
|
||||
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
||||
ARG REDIS_VERSION=6.2.7
|
||||
|
||||
RUN apk add --no-cache redis~${REDIS_VERSION} su-exec
|
||||
|
|
Loading…
Reference in a new issue