From 213a07f03248c5f978e2e5748206abbf4cc53b14 Mon Sep 17 00:00:00 2001
From: Ian Wienand <iwienand@redhat.com>
Date: Tue, 21 Jul 2020 11:51:19 +1000
Subject: [PATCH] Dockerfile: update vhd-util install for Ubuntu Focal

The openstack-ci-core vhd-util packages have been rebuilt against
Ubuntu Focal.  It is the same version of the tools, albiet with some
minor fixes for some string issues/null dereferences the newer gcc
picks up.  This now includes an ARM64 build of the tool as well.

Change-Id: I54d4a842d0c6ff83e4cb8498b8587e7515bf18cf
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index e04d63417..5252aea36 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -62,7 +62,7 @@ RUN echo "nodepool ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/nodepool-sudo \
 COPY tools/openstack-ci-core-ppa.asc /etc/apt/trusted.gpg.d/
 
 RUN \
-  echo "deb http://ppa.launchpad.net/openstack-ci-core/vhd-util/ubuntu bionic main" >> /etc/apt/sources.list \
+  echo "deb http://ppa.launchpad.net/openstack-ci-core/vhd-util/ubuntu focal main" >> /etc/apt/sources.list \
   && echo "deb http://ppa.launchpad.net/openstack-ci-core/debootstrap/ubuntu focal main" >> /etc/apt/sources.list \
   && apt-get update \
   && apt-get install -y \