Skip to content

Commit

Permalink
install/v2plugin/Dockerfile: remove glibc package
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
  • Loading branch information
unclejack authored and chrisplo committed Nov 29, 2017
1 parent e44ca0b commit a20b5a0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions install/v2plugin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Docker v2plugin container with OVS / netplugin / netmaster

FROM alpine:3.5
FROM alpine:3.6
LABEL maintainer "Cisco Contiv (https://contiv.github.io)"

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

# copy in binaries and scripts
ARG TAR_FILE
Expand Down

0 comments on commit a20b5a0

Please sign in to comment.