Try rechunk again with disabling xattr
This commit is contained in:
@@ -21,20 +21,24 @@ build-image:
|
||||
matrix:
|
||||
- RECIPE:
|
||||
- cp-laptop.yml
|
||||
- jp-desktop-nvidia.yml
|
||||
# - jp-desktop-nvidia.yml
|
||||
- wke-server.yml
|
||||
- wke-worker.yml
|
||||
- jp-laptop.yml
|
||||
TAG: main
|
||||
BB_CACHE_LAYERS: '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
|
||||
BB_BUILD_DRIVER: podman
|
||||
BB_BUILD_SQUASH: 'true'
|
||||
BB_BUILD_RECHUNK:
|
||||
- 'true'
|
||||
- 'false'
|
||||
BB_BUILD_PUSH: 'true'
|
||||
BB_BUILD_RECHUNK: 'true'
|
||||
# - RECIPE: wke-server.yml
|
||||
# TAG: 519-device-or-resource-busy-when-trying-to-rechunk-the-image-in-gitlab-ci
|
||||
# BB_BUILD_DRIVER: podman
|
||||
# BB_BUILD_SQUASH: 'true'
|
||||
# BB_BUILD_RECHUNK:
|
||||
# - 'true'
|
||||
# - 'false'
|
||||
variables:
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
DOCKER_TLS_CERTDIR: /certs
|
||||
|
||||
@@ -3,6 +3,8 @@ modules:
|
||||
# snippets:
|
||||
# - ldconfig
|
||||
- type: initramfs
|
||||
env:
|
||||
DRACUT_NO_XATTR: '1'
|
||||
source: local
|
||||
# - type: script
|
||||
# scripts:
|
||||
|
||||
Reference in New Issue
Block a user