opencode-cloud-core 25.1.3

Core library for opencode-cloud - config management, singleton enforcement, and shared utilities
Documentation
1
2
3
4
5
6
7
8
//! Canonical embedded Docker runtime assets shared across crates.
//!
//! Keep these constants as the single source of truth for runtime drift checks
//! and Docker build-context packaging.

pub const OPENCODE_CLOUD_BOOTSTRAP_SH: &[u8] = include_bytes!("files/opencode-cloud-bootstrap.sh");
pub const ENTRYPOINT_SH: &[u8] = include_bytes!("files/entrypoint.sh");
pub const HEALTHCHECK_SH: &[u8] = include_bytes!("files/healthcheck.sh");