From: Krisztian Lengyel Date: Tue, 21 May 2019 16:21:46 +0000 (-0400) Subject: Use 'community' repository for `wireguard-tools` X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-danm.git;a=commitdiff_plain;h=3c3d3338d10c2c1cb0991ff79eb7909417745f65 Use 'community' repository for `wireguard-tools` Use 'community' repository for `wireguard-tools` as per this change: https://git.alpinelinux.org/aports/commit/community/wireguard-tools/APKBUILD?id=d51e024b16ec968d474c068c921a0bbb281197fe Change-Id: I61ce9597aafcbdfef53c1552be01629c4bb88614 Signed-off-by: Krisztian Lengyel --- diff --git a/docker-build/flannel/Dockerfile b/docker-build/flannel/Dockerfile index f447bdb..45c6e97 100644 --- a/docker-build/flannel/Dockerfile +++ b/docker-build/flannel/Dockerfile @@ -1,11 +1,11 @@ # Copyright 2019 Nokia -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -21,9 +21,9 @@ ARG FLANNEL_ARCHITECTURE ENV FLANNEL_ARCH=$FLANNEL_ARCHITECTURE RUN apk add --no-cache wget iproute2 net-tools ca-certificates iptables strongswan && update-ca-certificates && \ - apk add wireguard-tools --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing + apk add wireguard-tools --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community -RUN mkdir -p /opt/bin && \ +RUN mkdir -p /opt/bin && \ wget -O /opt/bin/flanneld https://github.com/coreos/flannel/releases/download/v${FLANNEL_VERSION}/flanneld-${FLANNEL_ARCH} && \ chmod +x /opt/bin/flanneld && \ wget -O /opt/bin/mk-docker-opts.sh https://github.com/coreos/flannel/blob/v${FLANNEL_VERSION}/dist/mk-docker-opts.sh