Skip to content

Commit

Permalink
Prepare for Zabbix 5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Pustovalov authored and Alexey Pustovalov committed May 17, 2021
1 parent cbf06bb commit 84a0cc3
Show file tree
Hide file tree
Showing 46 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion agent/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN set -eux && \
make \
git && \
cd /tmp/ && \
git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
git clone ${ZBX_SOURCES} --branch master --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
cd /tmp/zabbix-${ZBX_VERSION} && \
zabbix_revision=`git rev-parse --short HEAD` && \
sed -i "s/{ZABBIX_REVISION}/$zabbix_revision/g" include/version.h && \
Expand Down
2 changes: 1 addition & 1 deletion agent/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN set -eux && \
git \
gcc && \
cd /tmp/ && \
git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
git clone ${ZBX_SOURCES} --branch master --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
cd /tmp/zabbix-${ZBX_VERSION} && \
zabbix_revision=`git rev-parse --short HEAD` && \
sed -i "s/{ZABBIX_REVISION}/$zabbix_revision/g" include/version.h && \
Expand Down
2 changes: 1 addition & 1 deletion agent/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN set -eux && \
git \
gcc && \
cd /tmp/ && \
git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
git clone ${ZBX_SOURCES} --branch master --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
cd /tmp/zabbix-${ZBX_VERSION} && \
zabbix_revision=`git rev-parse --short HEAD` && \
sed -i "s/{ZABBIX_REVISION}/$zabbix_revision/g" include/version.h && \
Expand Down
2 changes: 1 addition & 1 deletion agent2/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN set -eux && \
openssl-dev \
zlib-dev && \
cd /tmp/ && \
git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
git clone ${ZBX_SOURCES} --branch master --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
cd /tmp/zabbix-${ZBX_VERSION} && \
zabbix_revision=`git rev-parse --short HEAD` && \
sed -i "s/{ZABBIX_REVISION}/$zabbix_revision/g" src/go/pkg/version/version.go && \
Expand Down
2 changes: 1 addition & 1 deletion agent2/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN set -eux && \
g++ \
golang && \
cd /tmp/ && \
git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
git clone ${ZBX_SOURCES} --branch master --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
cd /tmp/zabbix-${ZBX_VERSION} && \
zabbix_revision=`git rev-parse --short HEAD` && \
sed -i "s/{ZABBIX_REVISION}/$zabbix_revision/g" include/version.h && \
Expand Down
18 changes: 9 additions & 9 deletions docker-compose_v3_alpine_mysql_latest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.5'
services:
zabbix-server:
image: zabbix/zabbix-server-mysql:alpine-5.4-latest
image: zabbix/zabbix-server-mysql:alpine-trunk
ports:
- "10051:10051"
volumes:
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
com.zabbix.os: "alpine"

zabbix-proxy-sqlite3:
image: zabbix/zabbix-proxy-sqlite3:alpine-5.4-latest
image: zabbix/zabbix-proxy-sqlite3:alpine-trunk
profiles:
- all
ports:
Expand Down Expand Up @@ -113,7 +113,7 @@ services:
com.zabbix.os: "alpine"

zabbix-proxy-mysql:
image: zabbix/zabbix-proxy-mysql:alpine-5.4-latest
image: zabbix/zabbix-proxy-mysql:alpine-trunk
profiles:
- all
ports:
Expand Down Expand Up @@ -171,7 +171,7 @@ services:
com.zabbix.os: "alpine"

zabbix-web-apache-mysql:
image: zabbix/zabbix-web-apache-mysql:alpine-5.4-latest
image: zabbix/zabbix-web-apache-mysql:alpine-trunk
profiles:
- all
ports:
Expand Down Expand Up @@ -227,7 +227,7 @@ services:
com.zabbix.os: "alpine"

zabbix-web-nginx-mysql:
image: zabbix/zabbix-web-nginx-mysql:alpine-5.4-latest
image: zabbix/zabbix-web-nginx-mysql:alpine-trunk
ports:
- "80:8080"
- "443:8443"
Expand Down Expand Up @@ -281,7 +281,7 @@ services:
com.zabbix.os: "alpine"

zabbix-agent:
image: zabbix/zabbix-agent:alpine-5.4-latest
image: zabbix/zabbix-agent:alpine-trunk
profiles:
- full
- all
Expand Down Expand Up @@ -321,7 +321,7 @@ services:
com.zabbix.os: "alpine"

zabbix-java-gateway:
image: zabbix/zabbix-java-gateway:alpine-5.4-latest
image: zabbix/zabbix-java-gateway:alpine-trunk
profiles:
- full
- all
Expand Down Expand Up @@ -350,7 +350,7 @@ services:
com.zabbix.os: "alpine"

zabbix-snmptraps:
image: zabbix/zabbix-snmptraps:alpine-5.4-latest
image: zabbix/zabbix-snmptraps:alpine-trunk
profiles:
- full
- all
Expand Down Expand Up @@ -379,7 +379,7 @@ services:
com.zabbix.os: "alpine"

zabbix-web-service:
image: zabbix/zabbix-web-service:alpine-5.4-latest
image: zabbix/zabbix-web-service:alpine-trunk
profiles:
- full
- all
Expand Down
18 changes: 9 additions & 9 deletions docker-compose_v3_alpine_pgsql_latest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.5'
services:
zabbix-server:
image: zabbix/zabbix-server-pgsql:alpine-5.4-latest
image: zabbix/zabbix-server-pgsql:alpine-trunk
ports:
- "10051:10051"
volumes:
Expand Down Expand Up @@ -63,7 +63,7 @@ services:
com.zabbix.os: "alpine"

zabbix-proxy-sqlite3:
image: zabbix/zabbix-proxy-sqlite3:alpine-5.4-latest
image: zabbix/zabbix-proxy-sqlite3:alpine-trunk
profiles:
- all
ports:
Expand Down Expand Up @@ -112,7 +112,7 @@ services:
com.zabbix.os: "alpine"

zabbix-proxy-mysql:
image: zabbix/zabbix-proxy-mysql:alpine-5.4-latest
image: zabbix/zabbix-proxy-mysql:alpine-trunk
profiles:
- all
ports:
Expand Down Expand Up @@ -167,7 +167,7 @@ services:
com.zabbix.os: "alpine"

zabbix-web-apache-pgsql:
image: zabbix/zabbix-web-apache-pgsql:alpine-5.4-latest
image: zabbix/zabbix-web-apache-pgsql:alpine-trunk
profiles:
- all
ports:
Expand Down Expand Up @@ -223,7 +223,7 @@ services:
com.zabbix.os: "alpine"

zabbix-web-nginx-pgsql:
image: zabbix/zabbix-web-nginx-pgsql:alpine-5.4-latest
image: zabbix/zabbix-web-nginx-pgsql:alpine-trunk
ports:
- "80:8080"
- "443:8443"
Expand Down Expand Up @@ -277,7 +277,7 @@ services:
com.zabbix.os: "alpine"

zabbix-agent:
image: zabbix/zabbix-agent:alpine-5.4-latest
image: zabbix/zabbix-agent:alpine-trunk
profiles:
- full
- all
Expand Down Expand Up @@ -317,7 +317,7 @@ services:
com.zabbix.os: "alpine"

zabbix-java-gateway:
image: zabbix/zabbix-java-gateway:alpine-5.4-latest
image: zabbix/zabbix-java-gateway:alpine-trunk
profiles:
- full
- all
Expand Down Expand Up @@ -346,7 +346,7 @@ services:
com.zabbix.os: "alpine"

zabbix-snmptraps:
image: zabbix/zabbix-snmptraps:alpine-5.4-latest
image: zabbix/zabbix-snmptraps:alpine-trunk
profiles:
- full
- all
Expand Down Expand Up @@ -375,7 +375,7 @@ services:
com.zabbix.os: "alpine"

zabbix-web-service:
image: zabbix/zabbix-web-service:alpine-5.4-latest
image: zabbix/zabbix-web-service:alpine-trunk
profiles:
- full
- all
Expand Down
18 changes: 9 additions & 9 deletions docker-compose_v3_centos_mysql_latest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.5'
services:
zabbix-server:
image: zabbix/zabbix-server-mysql:centos-5.4-latest
image: zabbix/zabbix-server-mysql:centos-trunk
ports:
- "10051:10051"
volumes:
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
com.zabbix.os: "centos"

zabbix-proxy-sqlite3:
image: zabbix/zabbix-proxy-sqlite3:centos-5.4-latest
image: zabbix/zabbix-proxy-sqlite3:centos-trunk
profiles:
- all
ports:
Expand Down Expand Up @@ -113,7 +113,7 @@ services:
com.zabbix.os: "centos"

zabbix-proxy-mysql:
image: zabbix/zabbix-proxy-mysql:centos-5.4-latest
image: zabbix/zabbix-proxy-mysql:centos-trunk
profiles:
- all
ports:
Expand Down Expand Up @@ -171,7 +171,7 @@ services:
com.zabbix.os: "centos"

zabbix-web-apache-mysql:
image: zabbix/zabbix-web-apache-mysql:centos-5.4-latest
image: zabbix/zabbix-web-apache-mysql:centos-trunk
profiles:
- all
ports:
Expand Down Expand Up @@ -227,7 +227,7 @@ services:
com.zabbix.os: "centos"

zabbix-web-nginx-mysql:
image: zabbix/zabbix-web-nginx-mysql:centos-5.4-latest
image: zabbix/zabbix-web-nginx-mysql:centos-trunk
ports:
- "80:8080"
- "443:8443"
Expand Down Expand Up @@ -281,7 +281,7 @@ services:
com.zabbix.os: "centos"

zabbix-agent:
image: zabbix/zabbix-agent:centos-5.4-latest
image: zabbix/zabbix-agent:centos-trunk
profiles:
- full
- all
Expand Down Expand Up @@ -321,7 +321,7 @@ services:
com.zabbix.os: "centos"

zabbix-java-gateway:
image: zabbix/zabbix-java-gateway:centos-5.4-latest
image: zabbix/zabbix-java-gateway:centos-trunk
profiles:
- full
- all
Expand Down Expand Up @@ -350,7 +350,7 @@ services:
com.zabbix.os: "centos"

zabbix-snmptraps:
image: zabbix/zabbix-snmptraps:centos-5.4-latest
image: zabbix/zabbix-snmptraps:centos-trunk
profiles:
- full
- all
Expand Down Expand Up @@ -379,7 +379,7 @@ services:
com.zabbix.os: "centos"

zabbix-web-service:
image: zabbix/zabbix-web-service:centos-5.4-latest
image: zabbix/zabbix-web-service:centos-trunk
profiles:
- full
- all
Expand Down
18 changes: 9 additions & 9 deletions docker-compose_v3_centos_pgsql_latest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.5'
services:
zabbix-server:
image: zabbix/zabbix-server-pgsql:centos-5.4-latest
image: zabbix/zabbix-server-pgsql:centos-trunk
ports:
- "10051:10051"
volumes:
Expand Down Expand Up @@ -63,7 +63,7 @@ services:
com.zabbix.os: "centos"

zabbix-proxy-sqlite3:
image: zabbix/zabbix-proxy-sqlite3:centos-5.4-latest
image: zabbix/zabbix-proxy-sqlite3:centos-trunk
profiles:
- all
ports:
Expand Down Expand Up @@ -112,7 +112,7 @@ services:
com.zabbix.os: "centos"

zabbix-proxy-mysql:
image: zabbix/zabbix-proxy-mysql:centos-5.4-latest
image: zabbix/zabbix-proxy-mysql:centos-trunk
profiles:
- all
ports:
Expand Down Expand Up @@ -167,7 +167,7 @@ services:
com.zabbix.os: "centos"

zabbix-web-apache-pgsql:
image: zabbix/zabbix-web-apache-pgsql:centos-5.4-latest
image: zabbix/zabbix-web-apache-pgsql:centos-trunk
profiles:
- all
ports:
Expand Down Expand Up @@ -223,7 +223,7 @@ services:
com.zabbix.os: "centos"

zabbix-web-nginx-pgsql:
image: zabbix/zabbix-web-nginx-pgsql:centos-5.4-latest
image: zabbix/zabbix-web-nginx-pgsql:centos-trunk
ports:
- "80:8080"
- "443:8443"
Expand Down Expand Up @@ -277,7 +277,7 @@ services:
com.zabbix.os: "centos"

zabbix-agent:
image: zabbix/zabbix-agent:centos-5.4-latest
image: zabbix/zabbix-agent:centos-trunk
profiles:
- full
- all
Expand Down Expand Up @@ -317,7 +317,7 @@ services:
com.zabbix.os: "centos"

zabbix-java-gateway:
image: zabbix/zabbix-java-gateway:centos-5.4-latest
image: zabbix/zabbix-java-gateway:centos-trunk
profiles:
- full
- all
Expand Down Expand Up @@ -346,7 +346,7 @@ services:
com.zabbix.os: "centos"

zabbix-snmptraps:
image: zabbix/zabbix-snmptraps:centos-5.4-latest
image: zabbix/zabbix-snmptraps:centos-trunk
profiles:
- full
- all
Expand Down Expand Up @@ -375,7 +375,7 @@ services:
com.zabbix.os: "centos"

zabbix-web-service:
image: zabbix/zabbix-web-service:centos-5.4-latest
image: zabbix/zabbix-web-service:centos-trunk
profiles:
- full
- all
Expand Down
Loading

0 comments on commit 84a0cc3

Please sign in to comment.