File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Docker v2plugin container with OVS / netplugin / netmaster
2
2
3
- FROM alpine:3.5
3
+ FROM alpine:3.6
4
4
LABEL maintainer "Cisco Contiv (https://contiv.github.io)"
5
5
6
6
RUN mkdir -p /run/docker/plugins /etc/openvswitch /var/run/contiv/log \
7
7
&& echo 'http://dl-cdn.alpinelinux.org/alpine/v3.4/main' >> /etc/apk/repositories \
8
8
&& apk --no-cache add openvswitch=2.5.0-r0 iptables ca-certificates openssl curl \
9
9
&& 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
12
12
13
13
# copy in binaries and scripts
14
14
ARG TAR_FILE
You can’t perform that action at this time.
0 commit comments