mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 04:18:53 +00:00
Add script and config to build a rootfs based in Clear Linux OS. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
9 lines
219 B
Bash
9 lines
219 B
Bash
#
|
|
# Copyright (c) 2017 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#Use "latest" to always pull the last Clear Linux Release
|
|
OS_VERSION=${OS_VERSION:-latest}
|
|
PACKAGES="systemd iptables-bin libudev0-shim"
|