kernel: Update alpine base image for kernel builds

Since we are rebuilding the kernels might as well update the base

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-10-02 14:26:35 +01:00
parent aea1eadecc
commit 6e540241c8
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f2f4db272c910d136380781a97e475013fabda8b AS kernel-build FROM linuxkit/alpine:4476496e70a41705f9a8f1c9162a4e21a40817fe AS kernel-build
RUN apk add \ RUN apk add \
argp-standalone \ argp-standalone \
automake \ automake \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f2f4db272c910d136380781a97e475013fabda8b AS kernel-build FROM linuxkit/alpine:4476496e70a41705f9a8f1c9162a4e21a40817fe AS kernel-build
RUN apk add \ RUN apk add \
argp-standalone \ argp-standalone \
build-base \ build-base \

View File

@ -1,6 +1,6 @@
ARG IMAGE ARG IMAGE
FROM ${IMAGE} AS ksrc FROM ${IMAGE} AS ksrc
FROM linuxkit/alpine:f2f4db272c910d136380781a97e475013fabda8b AS build FROM linuxkit/alpine:4476496e70a41705f9a8f1c9162a4e21a40817fe AS build
RUN apk add \ RUN apk add \
attr-dev \ attr-dev \
autoconf \ autoconf \