mirror of
https://github.com/containers/podman.git
synced 2025-05-20 00:27:03 +08:00

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
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
|