[CRIU] [PATCH 3/4] Dockerfile.x86_64: use Ubuntu Trusty

Kir Kolyshkin kir at openvz.org
Tue Oct 25 21:46:39 PDT 2016


Let's use Ubuntu Trusty Tahr (aka 14.04) for x86_64 QEMU build, as
1. this is the version that is used for other QEMU arches;
2. Ubuntu Wily, used before, is EOL as of July 28, 2016.

Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 scripts/build/Dockerfile.x86_64.hdr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build/Dockerfile.x86_64.hdr b/scripts/build/Dockerfile.x86_64.hdr
index df13bde..2f13609 100644
--- a/scripts/build/Dockerfile.x86_64.hdr
+++ b/scripts/build/Dockerfile.x86_64.hdr
@@ -1,4 +1,4 @@
-FROM ubuntu:wily
+FROM ubuntu:trusty
 
 RUN apt-get update -qq && apt-get install -qq \
                 gcc-multilib \
-- 
2.7.4



More information about the CRIU mailing list