feat: Allow fresh rechunking of image

This commit is contained in:
Gerald Pinder 2024-12-14 16:25:06 -05:00
parent 1157ac7d74
commit 50ed183cde
7 changed files with 33 additions and 8 deletions

View file

@ -22,6 +22,8 @@ pub const BB_PRIVATE_KEY: &str = "BB_PRIVATE_KEY";
pub const BB_REGISTRY: &str = "BB_REGISTRY";
pub const BB_REGISTRY_NAMESPACE: &str = "BB_REGISTRY_NAMESPACE";
pub const BB_USERNAME: &str = "BB_USERNAME";
pub const BB_BUILD_RECHUNK: &str = "BB_BUILD_RECHUNK";
pub const BB_BUILD_RECHUNK_CLEAR_PLAN: &str = "BB_BUILD_RECHUNK_CLEAR_PLAN";
// Docker vars
pub const DOCKER_HOST: &str = "DOCKER_HOST";