Skip to content

Commit 03e98d8

Browse files
committed
install/v2plugin/Dockerfile: updated to use alpine 3.6 and glibc 2.26
Signed-off-by: Bill Robinson <[email protected]>
1 parent dc27f2c commit 03e98d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/v2plugin/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Docker v2plugin container with OVS / netplugin / netmaster
22

3-
FROM alpine:3.5
3+
FROM alpine:3.6
44
LABEL maintainer "Cisco Contiv (https://contiv.github.io)"
55

66
RUN mkdir -p /run/docker/plugins /etc/openvswitch /var/run/contiv/log \
77
&& echo 'http://dl-cdn.alpinelinux.org/alpine/v3.4/main' >> /etc/apk/repositories \
88
&& apk --no-cache add openvswitch=2.5.0-r0 iptables ca-certificates openssl curl \
99
&& wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/andyshinn/alpine-pkg-glibc/master/sgerrand.rsa.pub \
10-
&& wget https://github.com/andyshinn/alpine-pkg-glibc/releases/download/2.23-r1/glibc-2.23-r1.apk \
11-
&& apk --no-cache add glibc-2.23-r1.apk
10+
&& wget https://github.com/andyshinn/alpine-pkg-glibc/releases/download/2.26-r0/glibc-2.26-r0.apk \
11+
&& apk --no-cache add glibc-2.26-r0.apk
1212

1313
# copy in binaries and scripts
1414
ARG TAR_FILE

0 commit comments

Comments
 (0)