mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
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
This commit is contained in:
6
vendor/github.com/openshift/imagebuilder/doc.go
generated
vendored
Normal file
6
vendor/github.com/openshift/imagebuilder/doc.go
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
// 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
|
Reference in New Issue
Block a user