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:19:22 -04:00
parent 5bcb06e8c7
commit 45e2969dc7
38 changed files with 216 additions and 303 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 && \