File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
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
- && apk --no-cache add openvswitch=2.5.0-r0 iptables ca-certificates openssl curl \
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
8
+ && apk --no-cache add openvswitch=2.5.0-r0 iptables ca-certificates openssl curl
12
9
13
10
# copy in binaries and scripts
14
11
ARG TAR_FILE
You can’t perform that action at this time.
0 commit comments