Use env var substitution

This commit is contained in:
2026-04-10 18:23:55 -04:00
parent 8f19b5eb08
commit 3826a14fd6
15 changed files with 23 additions and 38 deletions
+2 -3
View File
@@ -1,9 +1,8 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: combo-nvidia
base-image: quay.io/fedora-ostree-desktops/kinoite
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/kinoite
image-version: 43
base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/kinoite
image-version: ${FEDORA_VERSION}
description: The base image of Wunker OS with COSMIC and Plasma for Nvidia
modules:
- from-file: base/common.yml
+2 -3
View File
@@ -1,9 +1,8 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: combo
base-image: quay.io/fedora-ostree-desktops/kinoite
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/kinoite
image-version: 43
base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/kinoite
image-version: ${FEDORA_VERSION}
description: The base image of Wunker OS with COSMIC and Plasma
modules:
- from-file: base/common.yml
+2 -3
View File
@@ -1,9 +1,8 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: cosmic-nvidia
base-image: quay.io/fedora-ostree-desktops/base-atomic
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/base-atomic
image-version: 43
base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/base-atomic
image-version: ${FEDORA_VERSION}
description: The base image of Wunker OS with COSMIC for Nvidia
modules:
- from-file: base/common.yml
+2 -3
View File
@@ -1,9 +1,8 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: cosmic
base-image: quay.io/fedora-ostree-desktops/base-atomic
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/base-atomic
image-version: 43
base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/base-atomic
image-version: ${FEDORA_VERSION}
description: The base image of Wunker OS with COSMIC
modules:
- from-file: base/common.yml
+2 -3
View File
@@ -1,9 +1,8 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: kinoite-nvidia
base-image: quay.io/fedora-ostree-desktops/kinoite
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/kinoite
image-version: 43
base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/kinoite
image-version: ${FEDORA_VERSION}
description: The base image of Wunker OS with Plasma for Nvidia
modules:
- from-file: base/common.yml
+2 -3
View File
@@ -1,9 +1,8 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: kinoite
base-image: quay.io/fedora-ostree-desktops/kinoite
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/kinoite
image-version: 43
base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/kinoite
image-version: ${FEDORA_VERSION}
description: The base image of Wunker OS with Plasma
modules:
- from-file: base/common.yml
+2 -3
View File
@@ -1,9 +1,8 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: base-nvidia
base-image: quay.io/fedora-ostree-desktops/base-atomic
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/base-atomic
image-version: 43
base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/base-atomic
image-version: ${FEDORA_VERSION}
description: The base image of Wunker OS
modules:
- from-file: base/common.yml
+2 -3
View File
@@ -1,9 +1,8 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: base
base-image: quay.io/fedora-ostree-desktops/base-atomic
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/base-atomic
image-version: 43
base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/base-atomic
image-version: ${FEDORA_VERSION}
description: The base image of Wunker OS
modules:
- from-file: base/common.yml
+1 -2
View File
@@ -1,8 +1,7 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: cp-laptop
base-image: registry.gitlab.com/wunker-bunker/wunker-os/kinoite
# base-image: harbor.jpnet.dev/wunker-os/kinoite
base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/kinoite
image-version: latest
description: The image of Wunker OS for CP's laptop.
modules:
+1 -2
View File
@@ -1,8 +1,7 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-desktop-nvidia
base-image: registry.gitlab.com/wunker-bunker/wunker-os/combo-nvidia
# base-image: harbor.jpnet.dev/wunker-os/combo-nvidia
base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/combo-nvidia
image-version: latest
description: The image of Wunker OS for JP's desktop gaming.
blue-build-tag: none
+1 -2
View File
@@ -1,8 +1,7 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-laptop
base-image: registry.gitlab.com/wunker-bunker/wunker-os/combo
# base-image: harbor.jpnet.dev/wunker-os/combo
base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/combo
image-version: latest
description: The image of Wunker OS for JP's Laptop.
# stages:
+1 -2
View File
@@ -1,8 +1,7 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: pg-desktop-nvidia
base-image: registry.gitlab.com/wunker-bunker/wunker-os/kinoite-nvidia
# base-image: harbor.jpnet.dev/wunker-os/kinoite-nvidia
base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/kinoite-nvidia
image-version: latest
description: The image of Wunker OS for PG's desktop gaming.
modules:
+1 -2
View File
@@ -1,8 +1,7 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: wke
base-image: registry.gitlab.com/wunker-bunker/wunker-os/base
# base-image: harbor.jpnet.dev/wunker-os/base
base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/base
image-version: latest
description: The image of Wunker OS for RKE2 Worker
alt-tags:
+1 -2
View File
@@ -1,8 +1,7 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: wke
base-image: registry.gitlab.com/wunker-bunker/wunker-os/base
# base-image: harbor.jpnet.dev/wunker-os/base
base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/base
image-version: latest
description: The image of Wunker OS for RKE2 Server
alt-tags:
+1 -2
View File
@@ -1,8 +1,7 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: wke
base-image: registry.gitlab.com/wunker-bunker/wunker-os/base
# base-image: harbor.jpnet.dev/wunker-os/base
base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/base
image-version: latest
description: The image of Wunker OS for RKE2 Worker
alt-tags: