pub const DEFAULT_BASE_IMAGE: &str = "ubuntu:24.04";Available on crate feature
deployment only.Expand description
Default base image for the runtime stage.
Pulled from Docker Hub (no registry prefix). To use a curated GHCR base,
set deployment.base_image in the YAML cascade to e.g.
ghcr.io/hyperi-io/dfe-base:ubuntu-24.04 once that image exists.