https://github.com/box-builder/tarutil
provides helpers to handle tar archives
https://github.com/box-builder/tarutil
Last synced: 5 months ago
JSON representation
provides helpers to handle tar archives
- Host: GitHub
- URL: https://github.com/box-builder/tarutil
- Owner: box-builder
- License: apache-2.0
- Created: 2017-03-12T13:28:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T18:35:40.000Z (almost 9 years ago)
- Last Synced: 2024-06-20T12:01:12.206Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tarutil
[](https://godoc.org/github.com/box-builder/tarutil)
[](http://jenkins.hollensbe.org:8080/job/tarutil-master/)
[](https://goreportcard.com/report/github.com/box-builder/tarutil)
This library is a collection of Go utilities to handle tar archives.
This library contains only code which can unpack tar archives with
AUFS whiteouts.
The layer unpacking code is based on Docker's pkg/archive.