Explorar el Código

updated to zabbix 3.2

tags/v1.1.0^0
Robin Thoni hace 5 años
padre
commit
bf47c90c03
Se han modificado 3 ficheros con 1240 adiciones y 1041 borrados
  1. 3
    1
      frontend/Dockerfile
  2. 1234
    1039
      postgresql/docker-entrypoint-initdb.d/01_init.sql
  3. 3
    1
      zabbix/Dockerfile

+ 3
- 1
frontend/Dockerfile Ver fichero

@@ -7,7 +7,9 @@ RUN apt-get update && apt-get -y install\
7 7
         wget &&\
8 8
         apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
9 9
 
10
-RUN wget http://repo.zabbix.com/zabbix/3.0/debian/pool/main/z/zabbix-release/zabbix-release_3.0-1+jessie_all.deb -O /tmp/zabbix.deb &&\
10
+ARG ZABBIX_VERSION=3.2
11
+
12
+RUN wget http://repo.zabbix.com/zabbix/${ZABBIX_VERSION}/debian/pool/main/z/zabbix-release/zabbix-release_${ZABBIX_VERSION}-1+jessie_all.deb -O /tmp/zabbix.deb &&\
11 13
     dpkg -i /tmp/zabbix.deb
12 14
 
13 15
 RUN apt-get update && apt-get -y install\

+ 1234
- 1039
postgresql/docker-entrypoint-initdb.d/01_init.sql
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 3
- 1
zabbix/Dockerfile Ver fichero

@@ -6,7 +6,9 @@ RUN apt-get update && apt-get -y install\
6 6
         wget &&\
7 7
         apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
8 8
 
9
-RUN wget http://repo.zabbix.com/zabbix/3.0/debian/pool/main/z/zabbix-release/zabbix-release_3.0-1+jessie_all.deb -O /tmp/zabbix.deb &&\
9
+ARG ZABBIX_VERSION=3.2
10
+
11
+RUN wget http://repo.zabbix.com/zabbix/${ZABBIX_VERSION}/debian/pool/main/z/zabbix-release/zabbix-release_${ZABBIX_VERSION}-1+jessie_all.deb -O /tmp/zabbix.deb &&\
10 12
     dpkg -i /tmp/zabbix.deb
11 13
 
12 14
 RUN apt-get update && apt-get -y install\

Loading…
Cancelar
Guardar