Builder: remove unused field
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
a7942baf76
commit
a46ad5e704
1 changed files with 2 additions and 3 deletions
|
@ -88,9 +88,8 @@ func (m *imageSources) Add(im *imageMount) {
|
|||
|
||||
// imageMount is a reference to an image that can be used as a builder.Source
|
||||
type imageMount struct {
|
||||
image builder.Image
|
||||
source builder.Source
|
||||
layer builder.ROLayer
|
||||
image builder.Image
|
||||
layer builder.ROLayer
|
||||
}
|
||||
|
||||
func newImageMount(image builder.Image, layer builder.ROLayer) *imageMount {
|
||||
|
|
Loading…
Add table
Reference in a new issue