File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
# #
15
15
16
- # One Container for OVS / netplugin / netmaster
16
+ # One Container for OVS / netplugin / netmaster
17
17
18
- FROM ubuntu:16.04
18
+ FROM alpine:3.6
19
+ LABEL maintainer "Cisco Contiv (https://contiv.github.io)"
19
20
20
- # Make sure to Modify the Proxy Server values if required
21
+ # Make sure to Modify the Proxy Server values if required
21
22
# ENV export http_proxy=http://proxy.localhost.com:8080
22
23
# ENV export https_proxy=https://proxy.localhost.com:8080
23
24
24
- RUN apt-get update \
25
- && apt-get install -y openvswitch-switch=2.5.2-0ubuntu0.16.04.1 \
26
- net-tools \
27
- iptables \
28
- && rm -rf /var/lib/apt/lists/*
25
+ RUN mkdir -p /etc/openvswitch \
26
+ && echo 'http://dl-cdn.alpinelinux.org/alpine/v3.4/main' >> /etc/apk/repositories \
27
+ && apk --no-cache add openvswitch=2.5.0-r0 iptables ca-certificates openssl curl bash
29
28
30
29
COPY ./bin /contiv/bin/
31
30
COPY ./scripts /contiv/scripts/
You can’t perform that action at this time.
0 commit comments