Pin image to 42.20250828

This commit is contained in:
2025-09-02 16:48:33 -04:00
parent 39b9248179
commit 978f5da690
3 changed files with 5 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ build-image:
- wke-worker.yml - wke-worker.yml
- jp-laptop.yml - jp-laptop.yml
TAG: main TAG: main
# BB_CACHE_LAYERS: 'true' BB_CACHE_LAYERS: 'true'
BB_BUILD_PUSH: 'true' BB_BUILD_PUSH: 'true'
# - RECIPE: jp-desktop-nvidia.yml # - RECIPE: jp-desktop-nvidia.yml
# TAG: 519-device-or-resource-busy-when-trying-to-rechunk-the-image-in-gitlab-ci # TAG: 519-device-or-resource-busy-when-trying-to-rechunk-the-image-in-gitlab-ci

View File

@@ -4,7 +4,8 @@ name: jp-desktop-nvidia
# base-image: ghcr.io/ublue-os/base-nvidia # base-image: ghcr.io/ublue-os/base-nvidia
# image-version: latest # image-version: latest
base-image: ghcr.io/ublue-os/bazzite-nvidia-open base-image: ghcr.io/ublue-os/bazzite-nvidia-open
image-version: stable # image-version: stable
image-version: "42.20250828"
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
nushell-version: none nushell-version: none

View File

@@ -3,7 +3,8 @@
name: jp-laptop name: jp-laptop
# base-image: ghcr.io/ublue-os/kinoite-main # base-image: ghcr.io/ublue-os/kinoite-main
base-image: ghcr.io/ublue-os/bazzite base-image: ghcr.io/ublue-os/bazzite
image-version: stable # image-version: stable
image-version: "42.20250828"
description: The image of Wunker OS for JP's Laptop. description: The image of Wunker OS for JP's Laptop.
stages: stages:
- from-file: common/helix.yml - from-file: common/helix.yml