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 proxy (SQLite3)" \
org.opencontainers.image.authors="Alexey Pustovalov <alexey.pustovalov@zabbix.com>" \
@@ -36,7 +36,7 @@ RUN set -eux && \
libcurl \
libevent \
libldap \
libssh2 \
libssh \
libxml2 \
net-snmp-agent-libs \
openipmi-libs \
@@ -64,7 +64,7 @@ RUN set -eux && \
coreutils \
curl-dev \
libevent-dev \
libssh2-dev \
libssh-dev \
libxml2-dev \
net-snmp-dev \
openipmi-dev \
@@ -96,7 +96,7 @@ RUN set -eux && \
--with-net-snmp \
--with-openipmi \
--with-openssl \
--with-ssh2 \
--with-ssh \
--with-unixodbc \
--enable-ipv6 \
--silent && \