-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
docker pull failed to register layer: lsetxattr security.capability #6816
Comments
I've set it on openwrt use the official package, but can't run it on openwrt docker, I think it's platform dependent, I can use it to pull other images run containers fine, but can't pull adguardhome image. OpenWrt 23.05.0 r23497-6637af95aa / LuCI openwrt-23.05 branch git-24.048.61449-c66fc92 |
Here's the cuase CONFIG_KERNEL_EXT4_FS_SECURITY is not the default setting for OpenWrt's kernels |
Have the same problem. Want to run a Caddy Container in openwrt. Does not work. Same failure. |
For anyone who's kernel does not have CONFIG_KERNEL_EXT4_FS_SECURITY option set, such as OpenWrt, use this image |
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Linux, ARM64
Installation
Docker
Setup
On one machine
AdGuard Home version
latest
Action
docker pull adguard/adguardhome:latest
Expected result
pull the image
Actual result
failed to register layer: lsetxattr security.capability /opt/adguardhome/AdGuardHome: operation not supported
Additional information and/or screenshots
The text was updated successfully, but these errors were encountered: