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

Comments

Projects
None yet
3 participants
@gopherbot

gopherbot commented Jan 20, 2014

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

This comment has been minimized.

Show comment
Hide comment
@gopherbot

gopherbot Jan 20, 2014

Comment 1 by alexander.larsson:

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

gopherbot commented Jan 20, 2014

Comment 1 by alexander.larsson:

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

This comment has been minimized.

Show comment
Hide comment
@gopherbot

gopherbot Jan 30, 2014

Comment 2 by alexander.larsson:

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

gopherbot commented Jan 30, 2014

Comment 2 by alexander.larsson:

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

This comment has been minimized.

Show comment
Hide comment
@gopherbot

gopherbot Jan 30, 2014

Comment 3 by PaulTag:

Sorely needed!

gopherbot commented Jan 30, 2014

Comment 3 by PaulTag:

Sorely needed!
@davecheney

This comment has been minimized.

Show comment
Hide comment
@davecheney

davecheney Feb 4, 2014

Contributor

Comment 4:

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

Status changed to Started.

Contributor

davecheney commented Feb 4, 2014

Comment 4:

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

Status changed to Started.

@dsymonds

This comment has been minimized.

Show comment
Hide comment
@dsymonds

dsymonds Feb 13, 2014

Member

Comment 5:

This issue was closed by revision 87d58f4.

Status changed to Fixed.

Member

dsymonds commented Feb 13, 2014

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.