From 6cdcb857261019e1dbd154fe6f27a68b124cfb4a Mon Sep 17 00:00:00 2001 From: Denis Kasanic Date: Fri, 20 Sep 2019 13:22:41 +0200 Subject: Fix build failure of base images Upgrade of Alpine linux version of the openjdk:8-jdk-alpine base image obsoleted usage of edge repositories. These repositories were causing build failures. Elasticsearch newly requires an installation of linux-headers package. This package is required to build dependencies for plugin berkshelf. Issue-ID: SDC-2581 Signed-off-by: Denis Kasanic Change-Id: Ib71846d4d449f035cf7633c8ac786553364efef7 --- base_sdc-sanity/Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'base_sdc-sanity') diff --git a/base_sdc-sanity/Dockerfile b/base_sdc-sanity/Dockerfile index 77f0da9..635e2c6 100644 --- a/base_sdc-sanity/Dockerfile +++ b/base_sdc-sanity/Dockerfile @@ -2,7 +2,6 @@ FROM openjdk:8-jdk-alpine # Install Chef RUN set -ex && \ - echo "http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \ apk add --no-cache \ curl \ vim \ -- cgit 1.2.3-korg