From 4d9c30ed33f401fbd62d83a90216fbff7470b398 Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Sun, 5 May 2019 17:10:03 +0800 Subject: [PATCH] Revert "Move docker base image from Xenial to Bionic" This reverts commit d284e41dee067f5a9b64983620fe6ca16dd68d89. --- 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 32c14143..c7b00d42 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -1,5 +1,5 @@ -FROM ubuntu:bionic -# FROM arm64=arm64v8/ubuntu:bionic +FROM ubuntu:16.04 +# FROM arm64=aarch64/ubuntu:16.04 # 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 8600de7c..f7a1aa81 100644 --- a/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper +++ b/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper @@ -1,5 +1,5 @@ -FROM ubuntu:bionic -# FROM arm64=arm64v8/ubuntu:bionic +FROM ubuntu:xenial +# FROM arm64=arm64v8/ubuntu:xenial ENV DAPPER_RUN_ARGS --privileged ENV DAPPER_OUTPUT dist diff --git a/scripts/installer/kexec/Dockerfile.dapper b/scripts/installer/kexec/Dockerfile.dapper index 3cc5ba4a..179ed7ab 100644 --- a/scripts/installer/kexec/Dockerfile.dapper +++ b/scripts/installer/kexec/Dockerfile.dapper @@ -1,5 +1,5 @@ -FROM ubuntu:bionic -# FROM arm64=arm64v8/ubuntu:bionic +FROM ubuntu:16.04 +# FROM arm64=aarch64/ubuntu:16.04 arm=armhf/ubuntu:16.04 # get the apt-cacher proxy set ARG APTPROXY=