Files
baude a824186ac9 Use buildah commit and bud in podman
Vendor in buildah and use as much of commit and bug as possible for podman
build and commit.

Resolves #586
Signed-off-by: baude <bbaude@redhat.com>

Closes: #681
Approved by: mheon
2018-04-27 20:51:07 +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