mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 04:18:53 +00:00
rootfs: Fix spurious error
In some DMZ'ed or CI systems the repos are not up to date and multistrap fails to find the ubuntu-keyring package. Update the repos to fix this; Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
@@ -40,6 +40,10 @@ packages=libtdx-attest=1.20\*
|
|||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# This fixes the spurious error
|
||||||
|
# E: Can't find a source to download version '2021.03.26' of 'ubuntu-keyring:amd64'
|
||||||
|
apt update
|
||||||
|
|
||||||
if ! multistrap -a "$DEB_ARCH" -d "$rootfs_dir" -f "$multistrap_conf"; then
|
if ! multistrap -a "$DEB_ARCH" -d "$rootfs_dir" -f "$multistrap_conf"; then
|
||||||
build_dbus $rootfs_dir
|
build_dbus $rootfs_dir
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user