mirror of
https://github.com/containers/skopeo.git
synced 2025-10-22 03:24:25 +00:00
This change includes the docker-archive: transport, allowing for entirely local manipulation of Docker images. Signed-off-by: Aleksa Sarai <asarai@suse.de>
4 lines
155 B
Go
4 lines
155 B
Go
// Package tarfile is an internal implementation detail of some transports.
|
|
// Do not use outside of the github.com/containers/image repo!
|
|
package tarfile
|