Skip to content

Commit

Permalink
Merge branch 'trunk' of https://github.com/zabbix/zabbix-docker into …
Browse files Browse the repository at this point in the history
…trunk
  • Loading branch information
dotneft committed May 31, 2022
2 parents 341eee1 + 3de2a40 commit 5f35f58
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/agent/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-mysql:alpine-${ZBX_VERSION}

FROM ${BUILD_BASE_IMAGE} as builder

FROM alpine:3.15
FROM alpine:3.16

ARG MAJOR_VERSION
ARG ZBX_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/agent2/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-mysql:alpine-${ZBX_VERSION}

FROM ${BUILD_BASE_IMAGE} as builder

FROM alpine:3.15
FROM alpine:3.16

ARG MAJOR_VERSION
ARG ZBX_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/build-base/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM alpine:3.15
FROM alpine:3.16

ARG MAJOR_VERSION=6.2
ARG ZBX_VERSION=${MAJOR_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/java-gateway/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-mysql:alpine-${ZBX_VERSION}

FROM ${BUILD_BASE_IMAGE} as builder

FROM alpine:3.15
FROM alpine:3.16

ARG MAJOR_VERSION
ARG ZBX_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/proxy-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-mysql:alpine-${ZBX_VERSION}

FROM ${BUILD_BASE_IMAGE} as builder

FROM alpine:3.15
FROM alpine:3.16

ARG MAJOR_VERSION
ARG ZBX_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/proxy-sqlite3/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-sqlite3:alpine-${ZBX_VERSION}

FROM ${BUILD_BASE_IMAGE} as builder

FROM alpine:3.15
FROM alpine:3.16

ARG MAJOR_VERSION
ARG ZBX_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/server-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-mysql:alpine-${ZBX_VERSION}

FROM ${BUILD_BASE_IMAGE} as builder

FROM alpine:3.15
FROM alpine:3.16

ARG MAJOR_VERSION
ARG ZBX_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/server-pgsql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-pgsql:alpine-${ZBX_VERSION}

FROM ${BUILD_BASE_IMAGE} as builder

FROM alpine:3.15
FROM alpine:3.16

ARG MAJOR_VERSION
ARG ZBX_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/snmptraps/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.16

ARG MAJOR_VERSION=6.2
ARG ZBX_VERSION=${MAJOR_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/web-apache-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-mysql:alpine-${ZBX_VERSION}

FROM ${BUILD_BASE_IMAGE} as builder

FROM alpine:3.15
FROM alpine:3.16

ARG MAJOR_VERSION
ARG ZBX_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/web-apache-pgsql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-pgsql:alpine-${ZBX_VERSION}

FROM ${BUILD_BASE_IMAGE} as builder

FROM alpine:3.15
FROM alpine:3.16

ARG MAJOR_VERSION
ARG ZBX_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/web-nginx-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-mysql:alpine-${ZBX_VERSION}

FROM ${BUILD_BASE_IMAGE} as builder

FROM alpine:3.15
FROM alpine:3.16

ARG MAJOR_VERSION
ARG ZBX_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/web-nginx-pgsql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-pgsql:alpine-${ZBX_VERSION}

FROM ${BUILD_BASE_IMAGE} as builder

FROM alpine:3.15
FROM alpine:3.16

ARG MAJOR_VERSION
ARG ZBX_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/web-service/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-mysql:alpine-${ZBX_VERSION}

FROM ${BUILD_BASE_IMAGE} as builder

FROM alpine:3.15
FROM alpine:3.16

ARG MAJOR_VERSION
ARG ZBX_VERSION
Expand Down
24 changes: 12 additions & 12 deletions docker-compose_v3_alpine_mysql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ services:
build:
context: ./Dockerfiles/build-base/alpine
cache_from:
- alpine:3.15
- alpine:3.16
image: zabbix-build-base:alpine-local

zabbix-build-mysql:
build:
context: ./Dockerfiles/build-mysql/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-base:alpine-local
image: zabbix-build-mysql:alpine-local
Expand All @@ -22,7 +22,7 @@ services:
build:
context: ./Dockerfiles/build-sqlite3/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-base:alpine-local
image: zabbix-build-sqlite3:alpine-local
Expand All @@ -35,7 +35,7 @@ services:
build:
context: ./Dockerfiles/server-mysql/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-mysql:alpine-local
image: zabbix-server-mysql:alpine-local
Expand Down Expand Up @@ -106,7 +106,7 @@ services:
build:
context: ./Dockerfiles/proxy-sqlite3/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-sqlite3:alpine-local
image: zabbix-proxy-sqlite3:alpine-local
Expand Down Expand Up @@ -162,7 +162,7 @@ services:
build:
context: ./Dockerfiles/proxy-mysql/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-mysql:alpine-local
image: zabbix-proxy-mysql:alpine-local
Expand Down Expand Up @@ -228,7 +228,7 @@ services:
build:
context: ./Dockerfiles/web-apache-mysql/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-mysql:alpine-local
image: zabbix-web-apache-mysql:alpine-local
Expand Down Expand Up @@ -291,7 +291,7 @@ services:
build:
context: ./Dockerfiles/web-nginx-mysql/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-mysql:alpine-local
image: zabbix-web-nginx-mysql:alpine-local
Expand Down Expand Up @@ -352,7 +352,7 @@ services:
build:
context: ./Dockerfiles/agent/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-mysql:alpine-local
image: zabbix-agent:alpine-local
Expand Down Expand Up @@ -402,7 +402,7 @@ services:
build:
context: ./Dockerfiles/java-gateway/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-mysql:alpine-local
image: zabbix-java-gateway:alpine-local
Expand Down Expand Up @@ -439,7 +439,7 @@ services:
build:
context: ./Dockerfiles/snmptraps/alpine
cache_from:
- alpine:3.15
- alpine:3.16
image: zabbix-snmptraps:alpine-local
profiles:
- full
Expand Down Expand Up @@ -472,7 +472,7 @@ services:
build:
context: ./Dockerfiles/web-service/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-mysql:alpine-local
image: zabbix-web-service:alpine-local
Expand Down
26 changes: 13 additions & 13 deletions docker-compose_v3_alpine_pgsql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ services:
build:
context: ./Dockerfiles/build-base/alpine
cache_from:
- alpine:3.15
- alpine:3.16
image: zabbix-build-base:alpine-local

zabbix-build-pgsql:
build:
context: ./Dockerfiles/build-pgsql/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-base:alpine-local
image: zabbix-build-pgsql:alpine-local
Expand All @@ -22,7 +22,7 @@ services:
build:
context: ./Dockerfiles/build-mysql/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-base:alpine-local
image: zabbix-build-mysql:alpine-local
Expand All @@ -35,7 +35,7 @@ services:
build:
context: ./Dockerfiles/build-sqlite3/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-base:alpine-local
image: zabbix-build-sqlite3:alpine-local
Expand All @@ -48,7 +48,7 @@ services:
build:
context: ./Dockerfiles/server-pgsql/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-pgsql:alpine-local
image: zabbix-server-pgsql:alpine-local
Expand Down Expand Up @@ -117,7 +117,7 @@ services:
build:
context: ./Dockerfiles/proxy-sqlite3/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-sqlite3:alpine-local
image: zabbix-proxy-sqlite3:alpine-local
Expand Down Expand Up @@ -173,7 +173,7 @@ services:
build:
context: ./Dockerfiles/proxy-mysql/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-mysql:alpine-local
image: zabbix-proxy-mysql:alpine-local
Expand Down Expand Up @@ -236,7 +236,7 @@ services:
build:
context: ./Dockerfiles/web-apache-pgsql/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-pgsql:alpine-local
image: zabbix-web-apache-pgsql:alpine-local
Expand Down Expand Up @@ -299,7 +299,7 @@ services:
build:
context: ./Dockerfiles/web-nginx-pgsql/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-pgsql:alpine-local
image: zabbix-web-nginx-pgsql:alpine-local
Expand Down Expand Up @@ -360,7 +360,7 @@ services:
build:
context: ./Dockerfiles/agent/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-pgsql:alpine-local
image: zabbix-agent:alpine-local
Expand Down Expand Up @@ -408,7 +408,7 @@ services:
build:
context: ./Dockerfiles/java-gateway/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-pgsql:alpine-local
image: zabbix-java-gateway:alpine-local
Expand Down Expand Up @@ -445,7 +445,7 @@ services:
build:
context: ./Dockerfiles/snmptraps/alpine
cache_from:
- alpine:3.15
- alpine:3.16
image: zabbix-snmptraps:alpine-local
profiles:
- full
Expand Down Expand Up @@ -478,7 +478,7 @@ services:
build:
context: ./Dockerfiles/web-service/alpine
cache_from:
- alpine:3.15
- alpine:3.16
args:
BUILD_BASE_IMAGE: zabbix-build-pgsql:alpine-local
image: zabbix-web-service:alpine-local
Expand Down

0 comments on commit 5f35f58

Please sign in to comment.