mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-18 11:38:43 +01:00
Merge various changes with Zabbix 7.2 branch
This commit is contained in:
parent
11fbb299b5
commit
91825e34a4
@ -13,8 +13,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-mysql/${ALPINE_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${ALPINE_CACHE_FROM}"
|
||||
args:
|
||||
@ -28,8 +28,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-sqlite3/${ALPINE_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${ALPINE_CACHE_FROM}"
|
||||
args:
|
||||
|
@ -11,8 +11,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-pgsql/${ALPINE_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${ALPINE_CACHE_FROM}"
|
||||
args:
|
||||
@ -26,8 +26,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-mysql/${ALPINE_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${ALPINE_CACHE_FROM}"
|
||||
args:
|
||||
@ -43,8 +43,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-sqlite3/${ALPINE_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${ALPINE_CACHE_FROM}"
|
||||
args:
|
||||
|
@ -13,8 +13,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-mysql/${CENTOS_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${CENTOS_CACHE_FROM}"
|
||||
args:
|
||||
@ -28,8 +28,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-sqlite3/${CENTOS_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${CENTOS_CACHE_FROM}"
|
||||
args:
|
||||
|
@ -11,8 +11,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-pgsql/${CENTOS_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${CENTOS_CACHE_FROM}"
|
||||
args:
|
||||
@ -26,8 +26,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-mysql/${CENTOS_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${CENTOS_CACHE_FROM}"
|
||||
args:
|
||||
|
@ -11,8 +11,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-mysql/${OL_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${OL_CACHE_FROM}"
|
||||
args:
|
||||
@ -26,8 +26,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-sqlite3/${OL_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${OL_CACHE_FROM}"
|
||||
args:
|
||||
|
@ -11,8 +11,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-pgsql/${OL_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${OL_CACHE_FROM}"
|
||||
args:
|
||||
@ -26,8 +26,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-mysql/${OL_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${OL_CACHE_FROM}"
|
||||
args:
|
||||
@ -43,8 +43,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-sqlite3/${OL_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${OL_CACHE_FROM}"
|
||||
args:
|
||||
|
@ -11,8 +11,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-mysql/${UBUNTU_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${UBUNTU_CACHE_FROM}"
|
||||
args:
|
||||
@ -26,8 +26,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-sqlite3/${UBUNTU_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${UBUNTU_CACHE_FROM}"
|
||||
args:
|
||||
|
@ -11,8 +11,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-pgsql/${UBUNTU_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${UBUNTU_CACHE_FROM}"
|
||||
args:
|
||||
@ -26,8 +26,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-mysql/${UBUNTU_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${UBUNTU_CACHE_FROM}"
|
||||
args:
|
||||
@ -43,8 +43,8 @@ services:
|
||||
build:
|
||||
context: ./Dockerfiles/build-sqlite3/${UBUNTU_OS_TAG_SHORT}
|
||||
additional_contexts:
|
||||
- config_templates=./config_templates/
|
||||
- sources=./sources/
|
||||
- config_templates=./config_templates/
|
||||
cache_from:
|
||||
- "${UBUNTU_CACHE_FROM}"
|
||||
args:
|
||||
|
Loading…
Reference in New Issue
Block a user