Revert "See what caching with squash does"
This reverts commit 00495706e0.
This commit is contained in:
@@ -20,11 +20,11 @@ build-image:
|
|||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RECIPE:
|
- RECIPE:
|
||||||
# - cp-laptop.yml
|
- cp-laptop.yml
|
||||||
- jp-desktop-nvidia.yml
|
- jp-desktop-nvidia.yml
|
||||||
# - jp-laptop.yml
|
- jp-laptop.yml
|
||||||
# - wke-server.yml
|
- wke-server.yml
|
||||||
# - wke-worker.yml
|
- wke-worker.yml
|
||||||
variables:
|
variables:
|
||||||
DOCKER_HOST: tcp://docker:2376
|
DOCKER_HOST: tcp://docker:2376
|
||||||
DOCKER_TLS_CERTDIR: /certs
|
DOCKER_TLS_CERTDIR: /certs
|
||||||
@@ -38,4 +38,4 @@ build-image:
|
|||||||
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)
|
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)
|
||||||
script:
|
script:
|
||||||
- sleep 5
|
- sleep 5
|
||||||
- bluebuild build -S sigstore -B podman --squash -p ./recipes/$RECIPE
|
- bluebuild build -S sigstore -p ./recipes/$RECIPE
|
||||||
|
|||||||
@@ -2,29 +2,13 @@
|
|||||||
# 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: quay.io/fedora/fedora-kinoite
|
base-image: quay.io/fedora/fedora-kinoite
|
||||||
image-version: 42
|
image-version: 41
|
||||||
description: The bootc image of Wunker OS for JP's desktop gaming.
|
description: The bootc image of Wunker OS for JP's desktop gaming.
|
||||||
alt-tags:
|
alt-tags:
|
||||||
- bootc
|
- bootc
|
||||||
# stages:
|
# stages:
|
||||||
# - from-file: common/helix.yml
|
# - from-file: common/helix.yml
|
||||||
modules:
|
modules:
|
||||||
- type: os-release
|
|
||||||
# source: local
|
|
||||||
source: ghcr.io/blue-build/modules/os-release:os-release
|
|
||||||
properties:
|
|
||||||
NAME: WunkerOS
|
|
||||||
ID: wunker_os
|
|
||||||
PRETTY_NAME: Wunker OS for Nvidia
|
|
||||||
- type: dnf
|
|
||||||
repos:
|
|
||||||
copr:
|
|
||||||
- ublue-os/akmods
|
|
||||||
- type: akmods
|
|
||||||
source: ghcr.io/franute/modules/akmods:nvidia-akmods
|
|
||||||
nvidia-driver: open
|
|
||||||
install:
|
|
||||||
- xone
|
|
||||||
- from-file: common/jp-desktop.yml
|
- from-file: common/jp-desktop.yml
|
||||||
# - from-file: common/helix.yml
|
# - from-file: common/helix.yml
|
||||||
- from-file: common/post-build.yml
|
- from-file: common/post-build.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user