Files
kata-containers/tests/test_config.sh
Marco Vedovati 83d883826b osbuilder: Add support for openSUSE rootfs image
Add support for building a rootfs image based on openSUSE Leap.

Fixes: #33

Signed-off-by: Marco Vedovati <mvedovati@suse.com>
2018-10-03 20:23:35 +02:00

18 lines
388 B
Bash

#
# Copyright (c) 2018 SUSE LLC
#
# SPDX-License-Identifier: Apache-2.0
distrosSystemd=(fedora centos ubuntu debian suse)
distrosAgent=(alpine)
if [ $MACHINE_TYPE != "ppc64le" ]; then
distrosSystemd+=(clearlinux)
fi
# "Not testing eurleros on Travis: (timeout, see: https://github.com/kata-containers/osbuilder/issues/46)"
if [ -z "${TRAVIS:-}" ]; then
distrosSystemd+=(euleros)
fi