All images updated to latest stable base images Alpine 3.12, Ubuntu 20 (focal), CentOS 8

This commit is contained in:
Alexey Pustovalov
2020-08-06 16:22:01 -04:00
parent 2c9656a679
commit 009c55d34f
38 changed files with 214 additions and 378 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.12
LABEL org.opencontainers.image.title="Zabbix server (MySQL)" \
org.opencontainers.image.authors="Alexey Pustovalov <alexey.pustovalov@zabbix.com>" \
@ -40,7 +40,7 @@ RUN set -eux && \
libcurl \
libevent \
libldap \
libssh2 \
libssh-4 \
libxml2 \
mariadb-client \
mariadb-connector-c \
@ -68,7 +68,7 @@ RUN set -eux && \
coreutils \
curl-dev \
libevent-dev \
libssh2-dev \
libssh-dev \
libxml2-dev \
mysql-dev \
net-snmp-dev \
@ -100,7 +100,7 @@ RUN set -eux && \
--with-net-snmp \
--with-openipmi \
--with-openssl \
--with-ssh2 \
--with-ssh \
--with-unixodbc \
--enable-ipv6 \
--silent && \