feat: Support versioned modules
This commit is contained in:
parent
74bd05643f
commit
2d150e3c93
7 changed files with 135 additions and 19 deletions
|
|
@ -75,6 +75,7 @@ pub const XDG_RUNTIME_DIR: &str = "XDG_RUNTIME_DIR";
|
|||
// Misc
|
||||
pub const BUILD_SCRIPTS_IMAGE_REF: &str = "ghcr.io/blue-build/cli/build-scripts";
|
||||
pub const BLUE_BULID_IMAGE_REF: &str = "ghcr.io/blue-build/cli";
|
||||
pub const BLUE_BUILD_MODULE_IMAGE_REF: &str = "ghcr.io/blue-build/modules";
|
||||
pub const COSIGN_IMAGE: &str = "ghcr.io/sigstore/cosign/cosign:v2.4.1";
|
||||
pub const NUSHELL_IMAGE: &str = "ghcr.io/blue-build/nushell-image";
|
||||
pub const OCI_ARCHIVE: &str = "oci-archive";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue