chore: Prepare for the v0.9.0 release

This commit is contained in:
Gerald Pinder 2024-11-25 21:12:13 -05:00
parent cb4acbadeb
commit 2069eb513a
9 changed files with 23 additions and 296 deletions

View file

@ -4,10 +4,6 @@
Only compiler-based builds can use this module as it is built-in to the BlueBuild CLI tool.
:::
:::note
**NOTE:** This module is currently only available with the `use_unstable_cli` option on the GHA or using the `main` image.
:::
The `copy` module is a short-hand method of adding a [`COPY`](https://docs.docker.com/reference/dockerfile/#copy) instruction into the image. This can be used to copy files from images, other stages, or even from the build context.
## Usage

View file

@ -25,7 +25,6 @@ COPY ./modules /modules
# can be added to the ostree commits.
FROM scratch AS stage-bins
COPY --from=gcr.io/projectsigstore/cosign /ko-app/cosign /bins/cosign
COPY --from=docker.io/mikefarah/yq /usr/bin/yq /bins/yq
COPY --from=ghcr.io/blue-build/cli:
{%- if let Some(tag) = recipe.blue_build_tag -%}
{{ tag }}