Files
skopeo/vendor/github.com/openshift/imagebuilder/doc.go
Nalin Dahyabhai a532522624 Vendor openshift/imagebuilder
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
2017-04-13 21:42:51 +00:00

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