Skip to content
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

archive/tar: Add support for extended attributes #7154

Closed
gopherbot opened this issue Jan 20, 2014 · 5 comments
Closed

archive/tar: Add support for extended attributes #7154

gopherbot opened this issue Jan 20, 2014 · 5 comments

Comments

@gopherbot
Copy link

by alexander.larsson:

archive/tar currently has no support for extended attributes (xattrs). Docker is using
tar files and needs to support extended attributes.

Both Gnu tar and star uses the "SCHILY.xattr.<xattr-name>" pax header
inside a posix format archive for this.
@gopherbot
Copy link
Author

Comment 1 by alexander.larsson:

Added a patch here:
https://golang.org/cl/54570043/

@gopherbot
Copy link
Author

Comment 2 by alexander.larsson:

For futher info, here is how this would be used in docker:
moby/moby#3845

@gopherbot
Copy link
Author

Comment 3 by PaulTag:

Sorely needed!

@davecheney
Copy link
Contributor

Comment 4:

Labels changed: added release-none, repo-main.

Status changed to Started.

@dsymonds
Copy link
Contributor

Comment 5:

This issue was closed by revision 87d58f4.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants