File tree 1 file changed +18
-6
lines changed
1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
16
# Docker v2plugin container with OVS / netplugin / netmaster
2
17
3
- FROM alpine:3.5
18
+ FROM alpine:3.6
4
19
LABEL maintainer "Cisco Contiv (https://contiv.github.io)"
5
20
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 \
7
22
&& 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
12
24
13
25
COPY netplugin netmaster netctl startcontiv.sh /
14
26
You can’t perform that action at this time.
0 commit comments