1//! Helper image constants for volume-copy containers. 2 3/// Returns the helper image reference used for temporary migration containers. 4#[must_use] 5pub const fn helper_image_reference() -> &'static str { 6 "arcbox-migration-helper:latest" 7}