Skip to main content

arcbox_migration/
helper_image.rs

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}