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:
parent
5c068beb85
commit
6306386e07
|
@ -64,10 +64,6 @@ type CommitOptions struct {
|
|||
// manifest of the new image will reference the blobs rather than
|
||||
// on-disk layers.
|
||||
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
|
||||
// deterministic, content-addressable builds.
|
||||
OmitTimestamp bool
|
||||
|
|
Loading…
Reference in New Issue