From d284e41dee067f5a9b64983620fe6ca16dd68d89 Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Sun, 5 May 2019 10:58:48 +0800 Subject: [PATCH] Move docker base image from Xenial to Bionic --- Dockerfile.dapper | 4 ++-- scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper | 4 ++-- scripts/installer/kexec/Dockerfile.dapper | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile.dapper b/Dockerfile.dapper index c7b00d42..32c14143 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -1,5 +1,5 @@ -FROM ubuntu:16.04 -# FROM arm64=aarch64/ubuntu:16.04 +FROM ubuntu:bionic +# FROM arm64=arm64v8/ubuntu:bionic # get the apt-cacher proxy set ARG APTPROXY= diff --git a/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper b/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper index f7a1aa81..8600de7c 100644 --- a/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper +++ b/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper @@ -1,5 +1,5 @@ -FROM ubuntu:xenial -# FROM arm64=arm64v8/ubuntu:xenial +FROM ubuntu:bionic +# FROM arm64=arm64v8/ubuntu:bionic ENV DAPPER_RUN_ARGS --privileged ENV DAPPER_OUTPUT dist diff --git a/scripts/installer/kexec/Dockerfile.dapper b/scripts/installer/kexec/Dockerfile.dapper index 179ed7ab..3cc5ba4a 100644 --- a/scripts/installer/kexec/Dockerfile.dapper +++ b/scripts/installer/kexec/Dockerfile.dapper @@ -1,5 +1,5 @@ -FROM ubuntu:16.04 -# FROM arm64=aarch64/ubuntu:16.04 arm=armhf/ubuntu:16.04 +FROM ubuntu:bionic +# FROM arm64=arm64v8/ubuntu:bionic # get the apt-cacher proxy set ARG APTPROXY=