mirror of
https://github.com/containers/buildah.git
synced 2025-07-31 15:24:26 +03:00
CommitOptions: drop the unused OnBuild field
We don't read the contents of the OnBuild field in CommitOptions, so drop it from the structure definition. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> Closes: #1539 Approved by: rhatdan
This commit is contained in:
committed by
Atomic Bot
parent
5c068beb85
commit
6306386e07
@ -64,10 +64,6 @@ type CommitOptions struct {
|
|||||||
// manifest of the new image will reference the blobs rather than
|
// manifest of the new image will reference the blobs rather than
|
||||||
// on-disk layers.
|
// on-disk layers.
|
||||||
BlobDirectory string
|
BlobDirectory string
|
||||||
|
|
||||||
// OnBuild is a list of commands to be run by images based on this image
|
|
||||||
OnBuild []string
|
|
||||||
|
|
||||||
// OmitTimestamp forces epoch 0 as created timestamp to allow for
|
// OmitTimestamp forces epoch 0 as created timestamp to allow for
|
||||||
// deterministic, content-addressable builds.
|
// deterministic, content-addressable builds.
|
||||||
OmitTimestamp bool
|
OmitTimestamp bool
|
||||||
|
Reference in New Issue
Block a user