bootc-image-builder icon indicating copy to clipboard operation
bootc-image-builder copied to clipboard

invalid UID:GID(-1:-1) is given, but bootc-image-builder command succeed

Open chunfuwen opened this issue 10 months ago • 0 comments

run boot-image builder as below, noticing uid:gid was passed in with invalid options:-1:-1. ` sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v /var/lib/libvirt/images/config.json:/config.json quay.io/centos-bootc/bootc-image-builder:latest --type ami --tls-verify=true --config /config.json quay.io/centos-bootc/centos-bootc:stream9 --chown -1:-1

.... manifest - finished successfullybuild: e222578809d7dabb2fa2b14c7c9036f95a3f0469125e04260a635367fb534216 ostree-deployment: a17d6658e9124089f787c81138b7beb600c3456d153f0c3480acb02f0479e2e1 image: 38f804d72575006bf0891a78b73a90b9f599a441d60ed0ee0e4c7b56aa6b5c3a qcow2: 14562e29b67b1099b1b2246516a0e257bc445bd6dd5a49de2b73de70c025276b vmdk: 6624f99f5df79b84d7482217d639567736b369fe54b3cc1614b47ae8d235f681 ovf: 4870f7a6b6536c66c072411d1866554287b8658e8cc2eff9003acbf5e4a0fe6e archive: 19e0121cd5fbe252811fb0e34b0906949bab783d379efbe6cdee8801fa52f28a Build complete! Results saved i ` Unexpectedly, the bootc-image-builder can succeed, and the permission of output folder remain unchanged

chunfuwen avatar Mar 28 '24 02:03 chunfuwen