mirror of
https://github.com/containers/skopeo.git
synced 2026-07-14 22:28:37 +00:00
Vendor openshift/imagebuilder and its dependencies, and pick up new dependencies on golang.org/x/text and github.com/opencontainers/selinux. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> Closes: #59 Approved by: rhatdan
7 lines
235 B
Go
7 lines
235 B
Go
// Package builder uses code from github.com/docker/docker/builder/* to implement
|
|
// a Docker builder that does not create individual layers, but instead creates a
|
|
// single layer.
|
|
//
|
|
// TODO: full windows support
|
|
package imagebuilder
|