[CRIU] [PATCH] dockerfile: use a newer version of Alpine
Andrei Vagin
avagin at virtuozzo.com
Wed Mar 15 18:27:18 PDT 2017
Applied
On Wed, Feb 22, 2017 at 08:49:27PM +0300, Andrei Vagin wrote:
> From: Andrei Vagin <avagin at virtuozzo.com>
>
> We see the "No space left on device" error on the current version,
> so let's try to use a newer version of Alpine, maybe this error
> has been fixed there.
>
> Signed-off-by: Andrei Vagin <avagin at virtuozzo.com>
> ---
> scripts/build/Dockerfile.alpine | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/build/Dockerfile.alpine b/scripts/build/Dockerfile.alpine
> index cd401d4..86738a74 100644
> --- a/scripts/build/Dockerfile.alpine
> +++ b/scripts/build/Dockerfile.alpine
> @@ -1,4 +1,4 @@
> -FROM alpine:3.4
> +FROM alpine:3.5
> ARG CC=gcc
> RUN apk update && apk add \
> build-base \
> --
> 2.7.4
>
More information about the CRIU
mailing list