Try rechunk again with disabling xattr
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user