humaton / releng

Forked from releng 5 years ago
Clone

6fb8b3a Use buildah to generate the manifest list.

2 files Authored by cverna 2 years ago, Committed by cverna 2 years ago,
    Use buildah to generate the manifest list.
    
    This commit replaces how we build the manifest list for
    the fedora base image container. This now uses buildah
    manifest command instead of a custom script.
    
    We use buildah since the manifest create command support
    passing multiple argument compared to podman manifest create
    which takes only 2 arguments.
    
    Fixes #9880
    
    Signed-off-by: Clement Verna <cverna@tutanota.com>