Skip to content

Commit 392c852

Browse files
committed
Prepare for Zabbix 7.2 release
1 parent 9367ed8 commit 392c852

File tree

42 files changed

+69
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+69
-69
lines changed

Dockerfiles/agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Please see [the Docker installation documentation](https://docs.docker.com/insta
227227

228228
## Documentation
229229

230-
Documentation for this image is stored in the [`agent/` directory](https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/agent) of the [`zabbix/zabbix-docker` GitHub repo](https://github.com/zabbix/zabbix-docker/). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/zabbix/zabbix-docker/blob/trunk/README.md) before attempting a pull request.
230+
Documentation for this image is stored in the [`agent/` directory](https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/agent) of the [`zabbix/zabbix-docker` GitHub repo](https://github.com/zabbix/zabbix-docker/). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/zabbix/zabbix-docker/blob/7.2/README.md) before attempting a pull request.
231231

232232
## Issues
233233

Dockerfiles/agent/rhel/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ ENV TERM=xterm \
1818

1919
LABEL description="Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications" \
2020
maintainer="alexey.pustovalov@zabbix.com" \
21-
name="zabbix/zabbix-agent-trunk" \
21+
name="zabbix/zabbix-agent-72" \
2222
release="${RELEASE}" \
23-
run="podman run --name zabbix-agent -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent-trunk:${ZBX_VERSION}" \
23+
run="podman run --name zabbix-agent -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent-72:${ZBX_VERSION}" \
2424
summary="Zabbix agent" \
2525
url="https://www.zabbix.com/" \
2626
vendor="Zabbix SIA" \
@@ -31,7 +31,7 @@ LABEL description="Zabbix agent is deployed on a monitoring target to actively m
3131
io.openshift.tags="zabbix,zabbix-agent" \
3232
org.label-schema.build-date="${BUILD_DATE}" \
3333
org.label-schema.description="Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications" \
34-
org.label-schema.docker.cmd="podman run --name zabbix-agent -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent-trunk:${ZBX_VERSION}" \
34+
org.label-schema.docker.cmd="podman run --name zabbix-agent -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent-72:${ZBX_VERSION}" \
3535
org.label-schema.license="AGPL v3.0" \
3636
org.label-schema.name="zabbix-agent-rhel" \
3737
org.label-schema.schema-version="1.0" \

Dockerfiles/agent/rhel/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h3 id="-var-lib-zabbix-enc-"><code>/var/lib/zabbix/enc</code></h3>
111111
<p>The volume is used to store TLS related files. These file names are specified using <code>ZBX_TLSCAFILE</code>, <code>ZBX_TLSCRLFILE</code>, <code>ZBX_TLSKEY_FILE</code> and <code>ZBX_TLSPSKFILE</code> variables.</p>
112112
<h1 id="user-feedback">User Feedback</h1>
113113
<h2 id="documentation">Documentation</h2>
114-
<p>Documentation for this image is stored in the <a href="https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/agent"><code>agent/</code> directory</a> of the <a href="https://github.com/zabbix/zabbix-docker/"><code>zabbix/zabbix-docker</code> GitHub repo</a>. Be sure to familiarize yourself with the <a href="https://github.com/zabbix/zabbix-docker/blob/trunk/README.md">repository&#39;s <code>README.md</code> file</a> before attempting a pull request.</p>
114+
<p>Documentation for this image is stored in the <a href="https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/agent"><code>agent/</code> directory</a> of the <a href="https://github.com/zabbix/zabbix-docker/"><code>zabbix/zabbix-docker</code> GitHub repo</a>. Be sure to familiarize yourself with the <a href="https://github.com/zabbix/zabbix-docker/blob/7.2/README.md">repository&#39;s <code>README.md</code> file</a> before attempting a pull request.</p>
115115
<h2 id="issues">Issues</h2>
116116
<p>If you have any problems with or questions about this image, please contact us through a <a href="https://github.com/zabbix/zabbix-docker/issues">GitHub issue</a>.</p>
117117
<h3 id="known-issues">Known issues</h3>

Dockerfiles/agent2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Please see [the Docker installation documentation](https://docs.docker.com/insta
217217

218218
## Documentation
219219

220-
Documentation for this image is stored in the [`agent2/` directory](https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/agent2) of the [`zabbix/zabbix-docker` GitHub repo](https://github.com/zabbix/zabbix-docker/). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/zabbix/zabbix-docker/blob/trunk/README.md) before attempting a pull request.
220+
Documentation for this image is stored in the [`agent2/` directory](https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/agent2) of the [`zabbix/zabbix-docker` GitHub repo](https://github.com/zabbix/zabbix-docker/). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/zabbix/zabbix-docker/blob/7.2/README.md) before attempting a pull request.
221221

222222
## Issues
223223

Dockerfiles/agent2/rhel/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ ENV TERM=xterm \
1818

1919
LABEL description="Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications" \
2020
maintainer="alexey.pustovalov@zabbix.com" \
21-
name="zabbix/zabbix-agent2-trunk" \
21+
name="zabbix/zabbix-agent2-72" \
2222
release="${RELEASE}" \
23-
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}" \
23+
run="docker run --name zabbix-agent2 --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent2-72:${ZBX_VERSION}" \
2424
summary="Zabbix agent" \
2525
url="https://www.zabbix.com/" \
2626
vendor="Zabbix SIA" \
@@ -31,7 +31,7 @@ LABEL description="Zabbix agent 2 is deployed on a monitoring target to actively
3131
io.openshift.tags="zabbix,zabbix-agent" \
3232
org.label-schema.build-date="${BUILD_DATE}" \
3333
org.label-schema.description="Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications" \
34-
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}" \
34+
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-72:${ZBX_VERSION}" \
3535
org.label-schema.license="AGPL v3.0" \
3636
org.label-schema.name="zabbix-agent2-rhel" \
3737
org.label-schema.schema-version="1.0" \

Dockerfiles/agent2/rhel/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h3 id="-var-lib-zabbix-buffer-"><code>/var/lib/zabbix/buffer</code></h3>
103103
<p>The volume is used to store the file, where Zabbix Agent2 should keep SQLite database. To enable the feature specify <code>ZBX_ENABLEPERSISTENTBUFFER=true</code>. Available since 5.0.0.</p>
104104
<h1 id="user-feedback">User Feedback</h1>
105105
<h2 id="documentation">Documentation</h2>
106-
<p>Documentation for this image is stored in the <a href="https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/agent2"><code>agent2/</code> directory</a> of the <a href="https://github.com/zabbix/zabbix-docker/"><code>zabbix/zabbix-docker</code> GitHub repo</a>. Be sure to familiarize yourself with the <a href="https://github.com/zabbix/zabbix-docker/blob/trunk/README.md">repository&#39;s <code>README.md</code> file</a> before attempting a pull request.</p>
106+
<p>Documentation for this image is stored in the <a href="https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/agent2"><code>agent2/</code> directory</a> of the <a href="https://github.com/zabbix/zabbix-docker/"><code>zabbix/zabbix-docker</code> GitHub repo</a>. Be sure to familiarize yourself with the <a href="https://github.com/zabbix/zabbix-docker/blob/7.2/README.md">repository&#39;s <code>README.md</code> file</a> before attempting a pull request.</p>
107107
<h2 id="issues">Issues</h2>
108108
<p>If you have any problems with or questions about this image, please contact us through a <a href="https://github.com/zabbix/zabbix-docker/issues">GitHub issue</a>.</p>
109109
<h3 id="known-issues">Known issues</h3>

Dockerfiles/build-base/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Images are updated when new releases are published. The image with ``latest`` ta
3232

3333
# How to use this image
3434

35-
The image is required to build Zabbix components. It is base image for [MySQL](https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/build-mysql), [PostgreSQL](https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/build-pgsql) and [SQLite3](https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/build-sqlite3) base images. While the image contains only required packages, MySQL, PostgreSQL and SQLite3 base images compile Zabbix component and prepare them for usage.
35+
The image is required to build Zabbix components. It is base image for [MySQL](https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/build-mysql), [PostgreSQL](https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/build-pgsql) and [SQLite3](https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/build-sqlite3) base images. While the image contains only required packages, MySQL, PostgreSQL and SQLite3 base images compile Zabbix component and prepare them for usage.
3636

3737
# The image variants
3838

@@ -66,7 +66,7 @@ Please see [the Docker installation documentation](https://docs.docker.com/insta
6666

6767
## Documentation
6868

69-
Documentation for this image is stored in the [`build-base/` directory](https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/build-base) of the [`zabbix/zabbix-docker` GitHub repo](https://github.com/zabbix/zabbix-docker/). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/zabbix/zabbix-docker/blob/master/README.md) before attempting a pull request.
69+
Documentation for this image is stored in the [`build-base/` directory](https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/build-base) of the [`zabbix/zabbix-docker` GitHub repo](https://github.com/zabbix/zabbix-docker/). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/zabbix/zabbix-docker/blob/master/README.md) before attempting a pull request.
7070

7171
## Issues
7272

Dockerfiles/build-base/rhel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV TERM=xterm \
1111

1212
LABEL description="Prepared environment to build Zabbix components" \
1313
maintainer="alexey.pustovalov@zabbix.com" \
14-
name="zabbix/zabbix-build-base-trunk" \
14+
name="zabbix/zabbix-build-base-72" \
1515
release="${RELEASE}" \
1616
summary="Zabbix build base" \
1717
url="https://www.zabbix.com/" \

Dockerfiles/build-mysql/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Images are updated when new releases are published. The image with ``latest`` ta
3434

3535
The image is used to build / compile Zabbix components. Components are prepared for usage in any other images.
3636

37-
The image uses [Zabbix build base](https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/build-base) image with prepared build environment as base image and build / compile Zabbix components only.
37+
The image uses [Zabbix build base](https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/build-base) image with prepared build environment as base image and build / compile Zabbix components only.
3838

3939
# The image variants
4040

@@ -68,7 +68,7 @@ Please see [the Docker installation documentation](https://docs.docker.com/insta
6868

6969
## Documentation
7070

71-
Documentation for this image is stored in the [`build-base/` directory](https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/build-base) of the [`zabbix/zabbix-docker` GitHub repo](https://github.com/zabbix/zabbix-docker/). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/zabbix/zabbix-docker/blob/master/README.md) before attempting a pull request.
71+
Documentation for this image is stored in the [`build-base/` directory](https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/build-base) of the [`zabbix/zabbix-docker` GitHub repo](https://github.com/zabbix/zabbix-docker/). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/zabbix/zabbix-docker/blob/master/README.md) before attempting a pull request.
7272

7373
## Issues
7474

Dockerfiles/build-mysql/rhel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG CFLAGS
1717

1818
LABEL description="Zabbix build base for MySQL based images" \
1919
maintainer="alexey.pustovalov@zabbix.com" \
20-
name="zabbix/zabbix-build-mysql-trunk" \
20+
name="zabbix/zabbix-build-mysql-72" \
2121
release="${RELEASE}" \
2222
summary="Zabbix build base (MySQL)" \
2323
url="https://www.zabbix.com/" \

Dockerfiles/build-pgsql/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Images are updated when new releases are published. The image with ``latest`` ta
3434

3535
The image is used to build / compile Zabbix components. Components are prepared for usage in any other images.
3636

37-
The image uses [Zabbix build base](https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/build-base) image with prepared build environment as base image and build / compile Zabbix components only.
37+
The image uses [Zabbix build base](https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/build-base) image with prepared build environment as base image and build / compile Zabbix components only.
3838

3939
# The image variants
4040

@@ -68,7 +68,7 @@ Please see [the Docker installation documentation](https://docs.docker.com/insta
6868

6969
## Documentation
7070

71-
Documentation for this image is stored in the [`build-base/` directory](https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/build-base) of the [`zabbix/zabbix-docker` GitHub repo](https://github.com/zabbix/zabbix-docker/). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/zabbix/zabbix-docker/blob/master/README.md) before attempting a pull request.
71+
Documentation for this image is stored in the [`build-base/` directory](https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/build-base) of the [`zabbix/zabbix-docker` GitHub repo](https://github.com/zabbix/zabbix-docker/). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/zabbix/zabbix-docker/blob/master/README.md) before attempting a pull request.
7272

7373
## Issues
7474

Dockerfiles/build-pgsql/rhel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG CFLAGS
1717

1818
LABEL description="Zabbix build base for PostgreSQL based images" \
1919
maintainer="alexey.pustovalov@zabbix.com" \
20-
name="zabbix/zabbix-build-pgsql-trunk" \
20+
name="zabbix/zabbix-build-pgsql-72" \
2121
release="${RELEASE}" \
2222
summary="Zabbix build base (PostgreSQL)" \
2323
url="https://www.zabbix.com/" \

Dockerfiles/build-sqlite3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Images are updated when new releases are published. The image with ``latest`` ta
3434

3535
The image is used to build / compile Zabbix components. Components are prepared for usage in any other images.
3636

37-
The image uses [Zabbix build base](https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/build-base) image with prepared build environment as base image and build / compile Zabbix components only.
37+
The image uses [Zabbix build base](https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/build-base) image with prepared build environment as base image and build / compile Zabbix components only.
3838

3939
It contains limited prepared Zabbix components while MySQL and PostgreSQL build base images contain all possible components:
4040
* zabbix-agent
@@ -74,7 +74,7 @@ Please see [the Docker installation documentation](https://docs.docker.com/insta
7474

7575
## Documentation
7676

77-
Documentation for this image is stored in the [`build-base/` directory](https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/build-base) of the [`zabbix/zabbix-docker` GitHub repo](https://github.com/zabbix/zabbix-docker/). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/zabbix/zabbix-docker/blob/master/README.md) before attempting a pull request.
77+
Documentation for this image is stored in the [`build-base/` directory](https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/build-base) of the [`zabbix/zabbix-docker` GitHub repo](https://github.com/zabbix/zabbix-docker/). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/zabbix/zabbix-docker/blob/master/README.md) before attempting a pull request.
7878

7979
## Issues
8080

Dockerfiles/build-sqlite3/rhel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG CFLAGS
1717

1818
LABEL description="Zabbix build base for SQLite3 based images" \
1919
maintainer="alexey.pustovalov@zabbix.com" \
20-
name="zabbix/zabbix-build-sqlite3-trunk" \
20+
name="zabbix/zabbix-build-sqlite3-72" \
2121
release="${RELEASE}" \
2222
summary="Zabbix build base (SQLite3)" \
2323
url="https://www.zabbix.com/" \

Dockerfiles/java-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Please see [the Docker installation documentation](https://docs.docker.com/insta
120120

121121
## Documentation
122122

123-
Documentation for this image is stored in the [`java-gateway/` directory](https://github.com/zabbix/zabbix-docker/tree/trunk/Dockerfiles/java-gateway) of the [`zabbix/zabbix-docker` GitHub repo](https://github.com/zabbix/zabbix-docker/). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/zabbix/zabbix-docker/blob/trunk/README.md) before attempting a pull request.
123+
Documentation for this image is stored in the [`java-gateway/` directory](https://github.com/zabbix/zabbix-docker/tree/7.2/Dockerfiles/java-gateway) of the [`zabbix/zabbix-docker` GitHub repo](https://github.com/zabbix/zabbix-docker/). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/zabbix/zabbix-docker/blob/7.2/README.md) before attempting a pull request.
124124

125125
## Issues
126126

Dockerfiles/java-gateway/rhel/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ ENV TERM=xterm \
1818

1919
LABEL description="Zabbix Java Gateway performs native support for monitoring JMX applications" \
2020
maintainer="alexey.pustovalov@zabbix.com" \
21-
name="zabbix/zabbix-java-gateway-trunk" \
21+
name="zabbix/zabbix-java-gateway-72" \
2222
release="${RELEASE}" \
23-
run="docker run --name zabbix-java-gateway -p 10052:10052 -d registry.connect.redhat.com/zabbix/zabbix-java-gateway-trunk:${ZBX_VERSION}" \
23+
run="docker run --name zabbix-java-gateway -p 10052:10052 -d registry.connect.redhat.com/zabbix/zabbix-java-gateway-72:${ZBX_VERSION}" \
2424
summary="Zabbix Java Gateway" \
2525
url="https://www.zabbix.com/" \
2626
vendor="Zabbix SIA" \
@@ -31,7 +31,7 @@ LABEL description="Zabbix Java Gateway performs native support for monitoring JM
3131
io.openshift.tags="gateway,zabbix-java,java" \
3232
org.label-schema.build-date="${BUILD_DATE}" \
3333
org.label-schema.description="Zabbix Java Gateway performs native support for monitoring JMX applications" \
34-
org.label-schema.docker.cmd="docker run --name zabbix-java-gateway -p 10052:10052 -d registry.connect.redhat.com/zabbix/zabbix-java-gateway-trunk:${ZBX_VERSION}" \
34+
org.label-schema.docker.cmd="docker run --name zabbix-java-gateway -p 10052:10052 -d registry.connect.redhat.com/zabbix/zabbix-java-gateway-72:${ZBX_VERSION}" \
3535
org.label-schema.license="AGPL v3.0" \
3636
org.label-schema.name="zabbix-java-gateway-rhel" \
3737
org.label-schema.schema-version="1.0" \

0 commit comments

Comments
 (0)