From 4cbfd8c20255998ad2b253144b7559f237d07992 Mon Sep 17 00:00:00 2001 From: "Kennelly, Martin" Date: Mon, 25 Jan 2021 11:23:17 +0000 Subject: [PATCH] Fix alpine 3.13 APK proxy build issue Alpine 3.13 set APK repositories to https instead of http. APK does not work with https proxy because of libfetch issue. Set alpine to 3.12 until issue is resolved. Signed-off-by: Kennelly, Martin --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index f7386aba4..ceaf0ceb6 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -11,7 +11,7 @@ RUN apk add --update --virtual build-dependencies build-base linux-headers && \ make build && \ cd /tmp/ddptool && make -FROM alpine +FROM alpine:3.12 RUN apk add hwdata-pci COPY --from=builder /usr/src/sriov-network-device-plugin/build/sriovdp /usr/bin/ COPY --from=builder /tmp/ddptool/ddptool /usr/bin/