keepalived 1.4.4

This commit is contained in:
Bertrand Gouny
2018-05-14 21:26:15 +02:00
parent cc0a186387
commit f9c9facb4f
4 changed files with 21 additions and 14 deletions
+3 -1
View File
@@ -4,10 +4,11 @@ FROM osixia/alpine-light-baseimage:0.1.5
MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
# Keepalived version
ARG KEEPALIVED_VERSION=1.4.2
ARG KEEPALIVED_VERSION=1.4.4
# Download, build and install Keepalived
RUN apk --no-cache add \
autoconf \
curl \
gcc \
ipset \
@@ -32,6 +33,7 @@ RUN apk --no-cache add \
&& rm -f keepalived.tar.gz \
&& rm -rf /container/keepalived-sources \
&& apk --no-cache del \
autoconf \
curl \
gcc \
ipset-dev \