From 9d9dd9249c581693364a2535802bc08f0323e437 Mon Sep 17 00:00:00 2001 From: Carlos Goncalves Date: Thu, 12 Dec 2019 20:22:22 +0100 Subject: [PATCH] Fix yumdownloader cache dir TMPDIR env is not being honored as cache dir in EL 8. Change-Id: I8281675ec5f0951b3e190a8d6727744a1a5cd8d7 --- diskimage_builder/elements/yum-minimal/root.d/08-yum-chroot | 1 + 1 file changed, 1 insertion(+) diff --git a/diskimage_builder/elements/yum-minimal/root.d/08-yum-chroot b/diskimage_builder/elements/yum-minimal/root.d/08-yum-chroot index a6a28217..7050b403 100755 --- a/diskimage_builder/elements/yum-minimal/root.d/08-yum-chroot +++ b/diskimage_builder/elements/yum-minimal/root.d/08-yum-chroot @@ -119,6 +119,7 @@ function _install_repos { TMPDIR=${temp_tmp} yumdownloader --verbose \ --releasever=$DIB_RELEASE \ --setopt=reposdir=$repo \ + --setopt=cachedir=$temp_tmp \ --destdir=$WORKING \ ${packages} && rc=$? || rc=$? rm -rf ${temp_tmp}