fix: Add logic for inspecting multi-manifest images

This commit is contained in:
Gerald Pinder 2024-11-25 23:40:51 -05:00
parent 816a6a5ddd
commit 2b7305c5d0
6 changed files with 105 additions and 39 deletions

View file

@ -84,7 +84,7 @@ validate:
FROM +test-base
RUN --no-cache bluebuild -v validate recipes/recipe.yml
RUN --no-cache bluebuild -v validate recipes/recipe-39.yml
RUN --no-cache bluebuild -v validate recipes/recipe-gts.yml
RUN --no-cache bluebuild -v validate recipes/recipe-arm64.yml
RUN --no-cache bluebuild -v validate recipes/recipe-invalid.yml && exit 1 || exit 0
RUN --no-cache bluebuild -v validate recipes/recipe-invalid-module.yml && exit 1 || exit 0