Compare commits
2 commits
828f4bfd49
...
891e374ed3
Author | SHA1 | Date | |
---|---|---|---|
|
891e374ed3 | ||
|
41354bbc95 |
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