parent
4d29510e09
commit
37c128627d
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ COPY ./modules /modules
|
|||
FROM scratch AS stage-bins
|
||||
COPY --from={{ blue_build_utils::constants::COSIGN_IMAGE }} /ko-app/cosign /bins/cosign
|
||||
{%- if recipe.should_install_bluebuild() %}
|
||||
COPY --from={{ blue_build_utils::constants::BLUE_BULID_IMAGE_REF }}:{{ recipe.get_bluebuild_version() }} \
|
||||
COPY --from={{ blue_build_utils::constants::BLUE_BUILD_IMAGE_REF }}:{{ recipe.get_bluebuild_version() }} \
|
||||
/out/bluebuild /bins/bluebuild
|
||||
{%- endif %}
|
||||
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ pub const SUDO_ASKPASS: &str = "SUDO_ASKPASS";
|
|||
// Misc
|
||||
pub const BLUE_BUILD: &str = "bluebuild";
|
||||
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_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.5.3";
|
||||
pub const NUSHELL_IMAGE: &str = "ghcr.io/blue-build/nushell-image";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue