# cros-container-guest-tools **Repository Path**: mirrors_chromium_googlesource/cros-container-guest-tools ## Basic Information - **Project Name**: cros-container-guest-tools - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cros-container-guest-tools ## Overview These are the guest packages for setting up a container to integrate with Chrome OS. This includes build scripts that are run in Google's internal continuous integration service. ## Building The guest packages can be built with Bazel. ```sh bazelisk build //cros-debs:debs ``` ## Releasing `promote\_apt.sh MILESTONE` and `promote\_container.sh MILESTONE` in scripts are used to promote containers from staging to live. NOTE: Whatever is the latest in staging is what gets promoted to live so make sure it's what was tested.