Skip to content

Commit

Permalink
Fixed dependency for snmptraps container
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Jan 14, 2025
1 parent e538eca commit 13b3bd8
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions docker-compose_v3_alpine_mysql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ services:
args:
OS_BASE_IMAGE: ${ALPINE_BASE_IMAGE}
image: zabbix-snmptraps:${ZABBIX_ALPINE_IMAGE_TAG}${ZABBIX_LOCAL_IMAGE_TAG_POSTFIX}
depends_on:
- zabbix-build-mysql
labels:
com.zabbix.os: "${ALPINE_OS_TAG}"

Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_alpine_pgsql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ services:
args:
OS_BASE_IMAGE: ${ALPINE_BASE_IMAGE}
image: zabbix-snmptraps:${ZABBIX_ALPINE_IMAGE_TAG}${ZABBIX_LOCAL_IMAGE_TAG_POSTFIX}
depends_on:
- zabbix-build-pgsql
labels:
com.zabbix.os: "${ALPINE_OS_TAG}"

Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_centos_mysql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ services:
args:
OS_BASE_IMAGE: ${CENTOS_BASE_IMAGE}
image: zabbix-snmptraps:${ZABBIX_CENTOS_IMAGE_TAG}${ZABBIX_LOCAL_IMAGE_TAG_POSTFIX}
depends_on:
- zabbix-build-mysql
labels:
com.zabbix.os: "${CENTOS_OS_TAG}"

Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_centos_pgsql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ services:
args:
OS_BASE_IMAGE: ${CENTOS_BASE_IMAGE}
image: zabbix-snmptraps:${ZABBIX_CENTOS_IMAGE_TAG}${ZABBIX_LOCAL_IMAGE_TAG_POSTFIX}
depends_on:
- zabbix-build-pgsql
labels:
com.zabbix.os: "${CENTOS_OS_TAG}"

Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_ol_mysql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ services:
args:
OS_BASE_IMAGE: ${OL_BASE_IMAGE}
image: zabbix-snmptraps:${ZABBIX_OL_IMAGE_TAG}${ZABBIX_LOCAL_IMAGE_TAG_POSTFIX}
depends_on:
- zabbix-build-mysql
labels:
com.zabbix.os: "${OL_OS_TAG}"

Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_ol_pgsql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ services:
args:
OS_BASE_IMAGE: ${OL_BASE_IMAGE}
image: zabbix-snmptraps:${ZABBIX_OL_IMAGE_TAG}${ZABBIX_LOCAL_IMAGE_TAG_POSTFIX}
depends_on:
- zabbix-build-pgsql
labels:
com.zabbix.os: "${OL_OS_TAG}"

Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_ubuntu_mysql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ services:
args:
OS_BASE_IMAGE: ${UBUNTU_BASE_IMAGE}
image: zabbix-snmptraps:${ZABBIX_UBUNTU_IMAGE_TAG}${ZABBIX_LOCAL_IMAGE_TAG_POSTFIX}
depends_on:
- zabbix-build-mysql
labels:
com.zabbix.os: "${UBUNTU_OS_TAG}"

Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_ubuntu_pgsql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ services:
args:
OS_BASE_IMAGE: ${UBUNTU_BASE_IMAGE}
image: zabbix-snmptraps:${ZABBIX_UBUNTU_IMAGE_TAG}${ZABBIX_LOCAL_IMAGE_TAG_POSTFIX}
depends_on:
- zabbix-build-pgsql
labels:
com.zabbix.os: "${UBUNTU_OS_TAG}"

Expand Down

0 comments on commit 13b3bd8

Please sign in to comment.