How to Change Extended Attributes of Files in Docker Images Across Different Architectures and Save Changes?
I’m working with Docker images across different architectures (x86_64 and ARM). I need to change the extended attributes (xattrs) of some exacutable files within these Docker images and save these changes when I dont know what each image supports.