-
Steps to reproduce
Expected behaviorImage downloads successfully and container starts up Actual behaviorfailed to register layer: lsetxattr security.capability /usr/bin/caddy: operation not supported Host OSOpenWrt 23.05.3, Docker 26.1.0 Nextcloud AIO versionnot related Current channelnextcloud/all-in-one:latest Other valuable infoBased on my research, my guess would be that something is trying to access xattr related functionality although OpenWrt doesn't include these in the default kernel. Maybe we could identify the component that's using it... This is a snippet around the end....
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Hi, I found this: https://www.google.com/search?q=failed%20to%20register%20layer%3A%20lsetxattr%20security.capability |
Beta Was this translation helpful? Give feedback.
-
If you were having this problem in a EXT4 filesystem, it has been fixed in the latest snapshot. For more information, see PR below: |
Beta Was this translation helpful? Give feedback.
-
I'm still having this issue. Just install openwrt yesterday on my rpi4.
|
Beta Was this translation helpful? Give feedback.
-
same issue in 23.05.5 |
Beta Was this translation helpful? Give feedback.
-
It seems to be fixed only for the SNAPSHOT versions of OpenWrt. Please, see the latest responses from the following thread: If you need to use the release 23.05.5, try to configure docker on a BTRFS filesystem: |
Beta Was this translation helpful? Give feedback.
If you were having this problem in a EXT4 filesystem, it has been fixed in the latest snapshot.
For more information, see PR below:
openwrt/openwrt#16181