rise-deploy 0.16.4

A simple and powerful CLI for deploying containerized applications
1
2
3
4
5
6
7
8
/// Parsed OCI image reference
#[allow(dead_code)]
pub struct ImageReference {
    pub registry: String,
    pub namespace: String,
    pub image: String,
    pub tag: String,
}