-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
64 changed files
with
120 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,9 @@ ENV TERM=xterm \ | |
|
||
LABEL description="Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications" \ | ||
maintainer="[email protected]" \ | ||
name="zabbix/zabbix-agent-trunk" \ | ||
name="zabbix/zabbix-agent-70" \ | ||
release="${RELEASE}" \ | ||
run="podman run --name zabbix-agent -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent-trunk:${ZBX_VERSION}" \ | ||
run="podman run --name zabbix-agent -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent-70:${ZBX_VERSION}" \ | ||
summary="Zabbix agent" \ | ||
url="https://www.zabbix.com/" \ | ||
vendor="Zabbix SIA" \ | ||
|
@@ -31,7 +31,7 @@ LABEL description="Zabbix agent is deployed on a monitoring target to actively m | |
io.openshift.tags="zabbix,zabbix-agent" \ | ||
org.label-schema.build-date="${BUILD_DATE}" \ | ||
org.label-schema.description="Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications" \ | ||
org.label-schema.docker.cmd="podman run --name zabbix-agent -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent-trunk:${ZBX_VERSION}" \ | ||
org.label-schema.docker.cmd="podman run --name zabbix-agent -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent-70:${ZBX_VERSION}" \ | ||
org.label-schema.license="AGPL v3.0" \ | ||
org.label-schema.name="zabbix-agent-rhel" \ | ||
org.label-schema.schema-version="1.0" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,9 @@ ENV TERM=xterm \ | |
|
||
LABEL description="Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications" \ | ||
maintainer="[email protected]" \ | ||
name="zabbix/zabbix-agent2-trunk" \ | ||
name="zabbix/zabbix-agent2-70" \ | ||
release="${RELEASE}" \ | ||
run="docker run --name zabbix-agent2 --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent2-trunk:${ZBX_VERSION}" \ | ||
run="docker run --name zabbix-agent2 --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent2-70:${ZBX_VERSION}" \ | ||
summary="Zabbix agent" \ | ||
url="https://www.zabbix.com/" \ | ||
vendor="Zabbix SIA" \ | ||
|
@@ -31,7 +31,7 @@ LABEL description="Zabbix agent 2 is deployed on a monitoring target to actively | |
io.openshift.tags="zabbix,zabbix-agent" \ | ||
org.label-schema.build-date="${BUILD_DATE}" \ | ||
org.label-schema.description="Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications" \ | ||
org.label-schema.docker.cmd="docker run --name zabbix-agent2 --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent2-trunk:${ZBX_VERSION}" \ | ||
org.label-schema.docker.cmd="docker run --name zabbix-agent2 --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent2-70:${ZBX_VERSION}" \ | ||
org.label-schema.license="AGPL v3.0" \ | ||
org.label-schema.name="zabbix-agent2-rhel" \ | ||
org.label-schema.schema-version="1.0" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ ENV TERM=xterm \ | |
|
||
LABEL description="Prepared environment to build Zabbix components" \ | ||
maintainer="[email protected]" \ | ||
name="zabbix/zabbix-build-base-trunk" \ | ||
name="zabbix/zabbix-build-base-70" \ | ||
release="${RELEASE}" \ | ||
summary="Zabbix build base" \ | ||
url="https://www.zabbix.com/" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ FROM ${BUILD_BASE_IMAGE} AS builder | |
ARG MAJOR_VERSION | ||
ARG ZBX_VERSION | ||
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git | ||
ARG GIT_BRANCH=master | ||
ARG GIT_BRANCH | ||
|
||
LABEL org.opencontainers.image.authors="Alexey Pustovalov <[email protected]>" \ | ||
org.opencontainers.image.description="Zabbix build base for MySQL based images" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ FROM ${BUILD_BASE_IMAGE} AS builder | |
ARG MAJOR_VERSION | ||
ARG ZBX_VERSION | ||
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git | ||
ARG GIT_BRANCH=master | ||
ARG GIT_BRANCH | ||
|
||
LABEL org.opencontainers.image.authors="Alexey Pustovalov <[email protected]>" \ | ||
org.opencontainers.image.description="Zabbix build base for MySQL based images" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ FROM ${BUILD_BASE_IMAGE} AS builder | |
ARG MAJOR_VERSION | ||
ARG ZBX_VERSION | ||
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git | ||
ARG GIT_BRANCH=master | ||
ARG GIT_BRANCH | ||
|
||
LABEL org.opencontainers.image.authors="Alexey Pustovalov <[email protected]>" \ | ||
org.opencontainers.image.description="Zabbix build base for MySQL based images" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,11 @@ ARG MAJOR_VERSION | |
ARG RELEASE | ||
ARG ZBX_VERSION | ||
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git | ||
ARG GIT_BRANCH=master | ||
ARG GIT_BRANCH | ||
|
||
LABEL description="Zabbix build base for MySQL based images" \ | ||
maintainer="[email protected]" \ | ||
name="zabbix/zabbix-build-mysql-trunk" \ | ||
name="zabbix/zabbix-build-mysql-70" \ | ||
release="${RELEASE}" \ | ||
summary="Zabbix build base (MySQL)" \ | ||
url="https://www.zabbix.com/" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ FROM ${BUILD_BASE_IMAGE} AS builder | |
ARG MAJOR_VERSION | ||
ARG ZBX_VERSION | ||
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git | ||
ARG GIT_BRANCH=master | ||
ARG GIT_BRANCH | ||
|
||
LABEL org.opencontainers.image.authors="Alexey Pustovalov <[email protected]>" \ | ||
org.opencontainers.image.description="Zabbix build base for MySQL based images" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ FROM ${BUILD_BASE_IMAGE} AS builder | |
ARG MAJOR_VERSION | ||
ARG ZBX_VERSION | ||
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git | ||
ARG GIT_BRANCH=master | ||
ARG GIT_BRANCH | ||
|
||
LABEL org.opencontainers.image.authors="Alexey Pustovalov <[email protected]>" \ | ||
org.opencontainers.image.description="Zabbix build base for PostgreSQL based images" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ FROM ${BUILD_BASE_IMAGE} AS builder | |
ARG MAJOR_VERSION | ||
ARG ZBX_VERSION | ||
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git | ||
ARG GIT_BRANCH=master | ||
ARG GIT_BRANCH | ||
|
||
LABEL org.opencontainers.image.authors="Alexey Pustovalov <[email protected]>" \ | ||
org.opencontainers.image.description="Zabbix build base for PostgreSQL based images" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ FROM ${BUILD_BASE_IMAGE} AS builder | |
ARG MAJOR_VERSION | ||
ARG ZBX_VERSION | ||
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git | ||
ARG GIT_BRANCH=master | ||
ARG GIT_BRANCH | ||
|
||
LABEL org.opencontainers.image.authors="Alexey Pustovalov <[email protected]>" \ | ||
org.opencontainers.image.description="Zabbix build base for PostgreSQL based images" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,11 @@ ARG MAJOR_VERSION | |
ARG RELEASE | ||
ARG ZBX_VERSION | ||
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git | ||
ARG GIT_BRANCH=master | ||
ARG GIT_BRANCH | ||
|
||
LABEL description="Zabbix build base for PostgreSQL based images" \ | ||
maintainer="[email protected]" \ | ||
name="zabbix/zabbix-build-pgsql-trunk" \ | ||
name="zabbix/zabbix-build-pgsql-70" \ | ||
release="${RELEASE}" \ | ||
summary="Zabbix build base (PostgreSQL)" \ | ||
url="https://www.zabbix.com/" \ | ||
|
Oops, something went wrong.