1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-11 09:55:58 +00:00
kata-containers/tools/packaging/release
stevenhorsman c5ff513e0b shellcheck: Fix shellcheck SC2068
> Double quote array expansions to avoid re-splitting elements

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
2025-03-04 09:35:46 +00:00
..
generate_vendor.sh tools: Add a generate_vendor.sh script 2022-03-29 12:36:36 +02:00
README.md releases: Adjust documentation to the new workflow 2024-03-18 12:57:02 +01:00
release.sh shellcheck: Fix shellcheck SC2068 2025-03-04 09:35:46 +00: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.