Xiaofeng Wang

Results 69 comments of Xiaofeng Wang

C10S has the following error. It's the latest `quay.io/centos-bootc/bootc-image-builder:latest` and vcs ref is `405808f27b56528cf30a6dd451906d61c7d2bfc8`. ``` Writing manifest to image destination Generating manifest manifest-anaconda-iso.json No match for argument: gdisk No match...

@chunfuwen If the `--local` follows the local image `localhost/image:tag`, `bootc switch quay.io/image:tag` has to be used before upgrade.

Yes, it's for ppc64le.

Yeah, I was working on this issue yesterday and tried on different platform to see what's different between those platforms. I think I need collect more information for debugging. All...

Right. `sed -i "s/dnf clean all/dnf clean all \&\& rm -rf \/var\/{cache,log} \/var\/lib\/{dnf,rhsm}/g" "$INSTALL_CONTAINERFILE"` fixed this issue. But the persistent log does not work in this case.

CS10, bootc 1.1.3 on libvirt has error `ERROR[0m Installing to filesystem: Creating ostree deployment: Pulling: Creating importer: failed to invoke method OpenImage: failed to invoke method OpenImage: 'overlay' is not...

fedora-bootc:41 and 42 test passed. centos-bootc:stream9 test passed.

The following error happened in AWS `bootc install to-existing-root` test twice today. The third times passed. `ERROR: Installing to filesystem: Creating ostree deployment: Cannot redeploy over extant stateroot default` 1....

The following scenarios are only failed with `podman run --rm --tls-verify=false --privileged --pid=host 192.168.100.1:5000/hidden:kayh bootc install to-existing-root` but passed with `podman run --rm --tls-verify=false --privileged --pid=host -v /:/target -v /dev:/dev...