Create new jp-minis image

This commit is contained in:
Gerald Pinder
2025-04-29 18:30:53 -04:00
parent c3704da249
commit 72adaaba5b
3 changed files with 19 additions and 11 deletions

View File

@@ -15,21 +15,15 @@ build-image:
stage: build stage: build
interruptible: true interruptible: true
image: ghcr.io/blue-build/cli:main image: ghcr.io/blue-build/cli:main
# image: ghcr.io/blue-build/cli:257-support-versioned-modules
services: services:
- docker:dind - docker:dind
parallel: parallel:
matrix: matrix:
- RECIPE: - RECIPE:
- cp-laptop.yml - cp-laptop.yml
# - jp-truenas.yml
- jp-desktop-nvidia.yml - jp-desktop-nvidia.yml
- jp-laptop.yml - jp-laptop.yml
# - jp-desktop-nvidia-bootc.yml - jp-minis.yml
# - jp-laptop-bootc.yml
# - RECIPE:
# BB_BUILD_RECHUNK: "true"
# BB_BUILD_RECHUNK_CLEAR_PLAN: "true"
variables: variables:
DOCKER_HOST: tcp://docker:2376 DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: /certs DOCKER_TLS_CERTDIR: /certs

View File

@@ -37,10 +37,10 @@ modules:
- go - go
- git-lfs - git-lfs
- google-cloud-cli - google-cloud-cli
# - erlang - erlang
# - erlang-doc - erlang-doc
# - elixir - elixir
# - elixir-doc - elixir-doc
- zlib-devel - zlib-devel
- glab - glab
- hugo - hugo

14
recipes/jp-minis.yml Normal file
View File

@@ -0,0 +1,14 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-minis
# base-image: ghcr.io/ublue-os/kinoite-nvidia
base-image: quay.io/fedora/fedora-bootc
image-version: 42
description: The image of Wunker OS for JP's Minisforum PCs.
modules:
- from-file: common/common.yml
- from-file: common/dev-packages-bootc.yml
- from-file: common/updates.yml
- from-file: common/bluebuild-logo.yml
- from-file: common/jp-chezmoi.yml
- from-file: common/post-build.yml