We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please, before opening a bug:
Describe the bug Using a custom imagestore for podman causes a distrobox-create error.
imagestore
distrobox-create
To Reproduce Modify imagestore key to a custom path in ~/.config/containers/storage.conf:
~/.config/containers/storage.conf
[storage] driver = "overlay" runroot = "$XDG_RUNTIME_DIR/containers/storage" graphroot = "/data/user/myuser/appdata/container/storage" imagestore = "/data/public/sys/appdata/container/storage" [storage.options] additionalimagestores = [ ] pull_options = {enable_partial_images = "true", use_hard_links = "false", ostree_repos=""} [storage.options.overlay] mountopt = "nodev"
Expected behavior Normal podman containers are created flawlessly using these settings but distrobox throws the error in the logs.
Logs distrobox-create.log user-permissions.log
DEBU[0000] Failed to create container app_debian(02615635d6e04be2ca9112ec3be29e6c65c2a966efb31ee2ad3d4bac8da23fe7): creating an ID-mapped copy of layer "71c320da7f9dae2fbc14935a898f280044728f42b6e80364b69859ea4e3e63e3": error during chown: storage-chown-by-maps: lchown bin: read-only file system: exit status 1 Error: creating container storage: creating an ID-mapped copy of layer "71c320da7f9dae2fbc14935a898f280044728f42b6e80364b69859ea4e3e63e3": error during chown: storage-chown-by-maps: lchown bin: read-only file system: exit status 1
Desktop (please complete the following information):
Additional context The FS is BTRFS. With no custom imagestore for podman, distrobox-create works like a charm.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please, before opening a bug:
Describe the bug
Using a custom
imagestore
for podman causes adistrobox-create
error.To Reproduce
Modify
imagestore
key to a custom path in~/.config/containers/storage.conf
:Expected behavior
Normal podman containers are created flawlessly using these settings but distrobox throws the error in the logs.
Logs
distrobox-create.log
user-permissions.log
Desktop (please complete the following information):
Additional context
The FS is BTRFS. With no custom
imagestore
for podman,distrobox-create
works like a charm.The text was updated successfully, but these errors were encountered: