Files
kata-containers/tools/packaging/release
stevenhorsman 76fc847c78 release: correct .cargo/config.toml reference in generate_vendor.sh
The script was creating .cargo/config.toml but referencing .cargo/config
in the vendor_dir_list, causing tar to fail with 'Cannot stat' error.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
Generated-By: IBM Bob
2026-05-19 18:23:53 +01:00
..

Release information

Introduction

This directory contains information of the process and tools used for creating Kata Containers releases.

Create a Kata Containers release

See the release documentation.

Release tools

release.sh

This script is used by GitHub actions in the release file from the kata-containers/kata-containers repository to handle the various steps of the release process.

generate_vendor.sh

This script is used by release.sh to generate a tarball with all the cargo vendored code.