mirror of
https://github.com/containers/podman.git
synced 2025-06-09 17:07:51 +08:00
Add OnBuild support for podman build
Only supported for docker formated images. OCI Does not support this flag. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
3
vendor/github.com/projectatomic/buildah/commit.go
generated
vendored
3
vendor/github.com/projectatomic/buildah/commit.go
generated
vendored
@ -52,6 +52,9 @@ type CommitOptions struct {
|
||||
// Squash tells the builder to produce an image with a single layer
|
||||
// instead of with possibly more than one layer.
|
||||
Squash bool
|
||||
|
||||
// OnBuild is a list of commands to be run by images based on this image
|
||||
OnBuild []string
|
||||
}
|
||||
|
||||
// PushOptions can be used to alter how an image is copied somewhere.
|
||||
|
Reference in New Issue
Block a user