Try rechunk again with disabling xattr

This commit is contained in:
2025-09-01 12:37:50 -04:00
parent de048ca3b8
commit 48d8b82880
2 changed files with 13 additions and 7 deletions

View File

@@ -21,20 +21,24 @@ build-image:
matrix: matrix:
- RECIPE: - RECIPE:
- cp-laptop.yml - cp-laptop.yml
- jp-desktop-nvidia.yml # - jp-desktop-nvidia.yml
- wke-server.yml - wke-server.yml
- 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: wke-server.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
BB_BUILD_DRIVER: podman BB_BUILD_PUSH: 'true'
BB_BUILD_SQUASH: 'true' BB_BUILD_RECHUNK: 'true'
BB_BUILD_RECHUNK: # - RECIPE: wke-server.yml
- 'true' # TAG: 519-device-or-resource-busy-when-trying-to-rechunk-the-image-in-gitlab-ci
- 'false' # BB_BUILD_DRIVER: podman
# BB_BUILD_SQUASH: 'true'
# BB_BUILD_RECHUNK:
# - 'true'
# - 'false'
variables: variables:
DOCKER_HOST: tcp://docker:2376 DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: /certs DOCKER_TLS_CERTDIR: /certs

View File

@@ -3,6 +3,8 @@ modules:
# snippets: # snippets:
# - ldconfig # - ldconfig
- type: initramfs - type: initramfs
env:
DRACUT_NO_XATTR: '1'
source: local source: local
# - type: script # - type: script
# scripts: # scripts: