refactor: Update build command to use BuildStrategy (#88)
This commit is contained in:
parent
5bf3dd3939
commit
0ba78fab32
14 changed files with 818 additions and 482 deletions
|
|
@ -37,7 +37,7 @@ rebase:
|
|||
upgrade:
|
||||
ARG NIGHTLY=false
|
||||
FROM +test-base --NIGHTLY=$NIGHTLY
|
||||
RUN mkdir -p /etc/bluebuild && touch /etc/bluebuild/template.tar.gz
|
||||
RUN mkdir -p /etc/bluebuild && touch /etc/bluebuild/cli_test.tar.gz
|
||||
|
||||
RUN --privileged bluebuild -vv upgrade config/recipe.yml
|
||||
|
||||
|
|
@ -55,3 +55,4 @@ test-base:
|
|||
RUN echo -n "\n\n" | cosign generate-key-pair
|
||||
ENV COSIGN_PRIVATE_KEY=$(cat cosign.key)
|
||||
RUN rm cosign.key
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue