Skip to content

Commit dbb4f2e

Browse files
committed
install/v2plugin/Dockerfile: refactor
Signed-off-by: Cristian Staretu <[email protected]>
1 parent 1f1fcbe commit dbb4f2e

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

install/v2plugin/Dockerfile

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
1+
##
2+
#Copyright 2017 Cisco Systems Inc. All rights reserved.
3+
#
4+
#Licensed under the Apache License, Version 2.0 (the "License");
5+
#you may not use this file except in compliance with the License.
6+
#You may obtain a copy of the License at
7+
#http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
#Unless required by applicable law or agreed to in writing, software
10+
#distributed under the License is distributed on an "AS IS" BASIS,
11+
#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
#See the License for the specific language governing permissions and
13+
#limitations under the License.
14+
##
15+
116
# Docker v2plugin container with OVS / netplugin / netmaster
217

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

6-
RUN mkdir -p /run/docker/plugins /etc/openvswitch /var/run/contiv/log \
21+
RUN mkdir -p /run/docker/plugins /etc/openvswitch /var/log/contiv \
722
&& 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
23+
&& apk --no-cache add openvswitch=2.5.0-r0 iptables ca-certificates openssl curl bash
1224

1325
COPY netplugin netmaster netctl startcontiv.sh /
1426

0 commit comments

Comments
 (0)