Merge branch 'antifascista' of ssh://gitea.nulo.in:993/Sutty/containers-skel into antifascista
This commit is contained in:
commit
aa2641fbcc
2 changed files with 5 additions and 5 deletions
|
@ -20,15 +20,15 @@ steps:
|
|||
event: "push"
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: "3.20.0"
|
||||
- ALPINE_VERSION: "3.20.1"
|
||||
ACCESS_LOG_VERSION: "0.5.8"
|
||||
NGINX_VERSION: "1.26.1-r0"
|
||||
- ALPINE_VERSION: "3.19.1"
|
||||
- ALPINE_VERSION: "3.19.2"
|
||||
ACCESS_LOG_VERSION: "0.5.8"
|
||||
NGINX_VERSION: "1.24.0-r16"
|
||||
- ALPINE_VERSION: "3.18.6"
|
||||
- ALPINE_VERSION: "3.18.7"
|
||||
ACCESS_LOG_VERSION: "0.5.8"
|
||||
NGINX_VERSION: "1.24.0-r7"
|
||||
- ALPINE_VERSION: "3.17.7"
|
||||
- ALPINE_VERSION: "3.17.8"
|
||||
ACCESS_LOG_VERSION: "0.5.8"
|
||||
NGINX_VERSION: "1.22.1-r1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ARG ALPINE_VERSION=3.18.3
|
||||
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
||||
MAINTAINER "f <f@sutty.nl>"
|
||||
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
||||
|
||||
ARG NGINX_VERSION="1.24.0-r7"
|
||||
ARG ACCESS_LOGS_FLAGS="--database=sqlite3:///var/log/access_log.sqlite3 -c /usr/share/crawler-user-agents/crawler-user-agents.json"
|
||||
|
|
Loading…
Reference in a new issue