mirror of
https://github.com/containers/skopeo.git
synced 2025-10-22 19:50:00 +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>
9 lines
305 B
Go
Executable File
9 lines
305 B
Go
Executable File
// Copyright 2011 Google Inc. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// The uuid package generates and inspects UUIDs.
|
|
//
|
|
// UUIDs are based on RFC 4122 and DCE 1.1: Authentication and Security Services.
|
|
package uuid
|