mirror of
https://github.com/containers/skopeo.git
synced 2025-09-08 18:19:37 +00:00
Vendor containers/storage, and its dependencies github.com/pborman/uuid and github.com/mistifyio/go-zfs, which we didn't already use. Update the build Dockerfile to install their dependencies. Add scriptlets that try to detect whether or not we need to use the "libdm_no_deferred_remove" and/or "btrfs_noversion" build tags. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
10 lines
280 B
Go
10 lines
280 B
Go
/*
|
|
Package asm provides the API for streaming assembly and disassembly of tar
|
|
archives.
|
|
|
|
Using the `github.com/vbatts/tar-split/tar/storage` for Packing/Unpacking the
|
|
metadata for a stream, as well as an implementation of Getting/Putting the file
|
|
entries' payload.
|
|
*/
|
|
package asm
|