Compare commits
No commits in common. "891e374ed36997e687f02234dfbe20691f292fa5" and "828f4bfd4942536d3a9664c1ec9db4fe50c8a39a" have entirely different histories.
891e374ed3
...
828f4bfd49
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
|
||||
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
||||
MAINTAINER "f <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}
|
||||
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
||||
MAINTAINER "f <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