Create truenas image

This commit is contained in:
Gerald Pinder
2024-09-23 12:34:59 -04:00
parent cf0dbddb07
commit 8622af1fa0
6 changed files with 23 additions and 15 deletions

View File

@@ -20,11 +20,11 @@ build-image:
parallel:
matrix:
- RECIPE:
# - jp-desktop.yml
- jp-desktop-nvidia.yml
- jp-laptop.yml
- jp-laptop-cosmic.yml
- cp-laptop.yml
- jp-truenas.yml
variables:
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: /certs
@@ -37,13 +37,4 @@ build-image:
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)
script:
- sleep 5
# - bluebuild build -vv -B docker -p ./recipes/*.yml
- bluebuild build -B docker -S sigstore -p ./recipes/$RECIPE
# after_script:
# - docker system df
# - docker system prune -f
# - |
# docker images --format '{{.ID}} {{.CreatedSince}}' | grep -E 'weeks|months' | while read -r line; do
# image_id=$(echo $line | awk '{print $1}')
# docker rmi -f $image_id
# done