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 # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: combo-nvidia name: combo-nvidia
base-image: quay.io/fedora-ostree-desktops/kinoite base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/kinoite
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/kinoite image-version: ${FEDORA_VERSION}
image-version: 43
description: The base image of Wunker OS with COSMIC and Plasma for Nvidia description: The base image of Wunker OS with COSMIC and Plasma for Nvidia
modules: modules:
- from-file: base/common.yml - 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 # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: combo name: combo
base-image: quay.io/fedora-ostree-desktops/kinoite base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/kinoite
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/kinoite image-version: ${FEDORA_VERSION}
image-version: 43
description: The base image of Wunker OS with COSMIC and Plasma description: The base image of Wunker OS with COSMIC and Plasma
modules: modules:
- from-file: base/common.yml - 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 # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: cosmic-nvidia name: cosmic-nvidia
base-image: quay.io/fedora-ostree-desktops/base-atomic base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/base-atomic
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/base-atomic image-version: ${FEDORA_VERSION}
image-version: 43
description: The base image of Wunker OS with COSMIC for Nvidia description: The base image of Wunker OS with COSMIC for Nvidia
modules: modules:
- from-file: base/common.yml - 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 # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: cosmic name: cosmic
base-image: quay.io/fedora-ostree-desktops/base-atomic base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/base-atomic
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/base-atomic image-version: ${FEDORA_VERSION}
image-version: 43
description: The base image of Wunker OS with COSMIC description: The base image of Wunker OS with COSMIC
modules: modules:
- from-file: base/common.yml - 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 # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: kinoite-nvidia name: kinoite-nvidia
base-image: quay.io/fedora-ostree-desktops/kinoite base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/kinoite
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/kinoite image-version: ${FEDORA_VERSION}
image-version: 43
description: The base image of Wunker OS with Plasma for Nvidia description: The base image of Wunker OS with Plasma for Nvidia
modules: modules:
- from-file: base/common.yml - 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 # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: kinoite name: kinoite
base-image: quay.io/fedora-ostree-desktops/kinoite base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/kinoite
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/kinoite image-version: ${FEDORA_VERSION}
image-version: 43
description: The base image of Wunker OS with Plasma description: The base image of Wunker OS with Plasma
modules: modules:
- from-file: base/common.yml - 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 # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: base-nvidia name: base-nvidia
base-image: quay.io/fedora-ostree-desktops/base-atomic base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/base-atomic
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/base-atomic image-version: ${FEDORA_VERSION}
image-version: 43
description: The base image of Wunker OS description: The base image of Wunker OS
modules: modules:
- from-file: base/common.yml - 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 # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: base name: base
base-image: quay.io/fedora-ostree-desktops/base-atomic base-image: ${BB_REGISTRY:-quay.io}/fedora-ostree-desktops/base-atomic
# base-image: harbor.jpnet.dev/fedora-ostree-desktops/base-atomic image-version: ${FEDORA_VERSION}
image-version: 43
description: The base image of Wunker OS description: The base image of Wunker OS
modules: modules:
- from-file: base/common.yml - 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 # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: cp-laptop name: cp-laptop
base-image: registry.gitlab.com/wunker-bunker/wunker-os/kinoite base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/kinoite
# base-image: harbor.jpnet.dev/wunker-os/kinoite
image-version: latest image-version: latest
description: The image of Wunker OS for CP's laptop. description: The image of Wunker OS for CP's laptop.
modules: modules:
+1 -2
View File
@@ -1,8 +1,7 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-desktop-nvidia name: jp-desktop-nvidia
base-image: registry.gitlab.com/wunker-bunker/wunker-os/combo-nvidia base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/combo-nvidia
# base-image: harbor.jpnet.dev/wunker-os/combo-nvidia
image-version: latest image-version: latest
description: The image of Wunker OS for JP's desktop gaming. description: The image of Wunker OS for JP's desktop gaming.
blue-build-tag: none blue-build-tag: none
+1 -2
View File
@@ -1,8 +1,7 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-laptop name: jp-laptop
base-image: registry.gitlab.com/wunker-bunker/wunker-os/combo base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/combo
# base-image: harbor.jpnet.dev/wunker-os/combo
image-version: latest image-version: latest
description: The image of Wunker OS for JP's Laptop. description: The image of Wunker OS for JP's Laptop.
# stages: # stages:
+1 -2
View File
@@ -1,8 +1,7 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: pg-desktop-nvidia name: pg-desktop-nvidia
base-image: registry.gitlab.com/wunker-bunker/wunker-os/kinoite-nvidia base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/kinoite-nvidia
# base-image: harbor.jpnet.dev/wunker-os/kinoite-nvidia
image-version: latest image-version: latest
description: The image of Wunker OS for PG's desktop gaming. description: The image of Wunker OS for PG's desktop gaming.
modules: modules:
+1 -2
View File
@@ -1,8 +1,7 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: wke name: wke
base-image: registry.gitlab.com/wunker-bunker/wunker-os/base base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/base
# base-image: harbor.jpnet.dev/wunker-os/base
image-version: latest image-version: latest
description: The image of Wunker OS for RKE2 Worker description: The image of Wunker OS for RKE2 Worker
alt-tags: alt-tags:
+1 -2
View File
@@ -1,8 +1,7 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: wke name: wke
base-image: registry.gitlab.com/wunker-bunker/wunker-os/base base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/base
# base-image: harbor.jpnet.dev/wunker-os/base
image-version: latest image-version: latest
description: The image of Wunker OS for RKE2 Server description: The image of Wunker OS for RKE2 Server
alt-tags: alt-tags:
+1 -2
View File
@@ -1,8 +1,7 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: wke name: wke
base-image: registry.gitlab.com/wunker-bunker/wunker-os/base base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/base
# base-image: harbor.jpnet.dev/wunker-os/base
image-version: latest image-version: latest
description: The image of Wunker OS for RKE2 Worker description: The image of Wunker OS for RKE2 Worker
alt-tags: alt-tags: