parent
a18c8c01e1
commit
3796a1026d
|
|
@ -34,7 +34,7 @@ import (
|
||||||
|
|
||||||
// sourceImage is the image that will be modified by the executor
|
// sourceImage is the image that will be modified by the executor
|
||||||
|
|
||||||
// InitializeSourceImage initializes the source image with the base image
|
// NewSourceImage initializes the source image with the base image
|
||||||
func NewSourceImage(srcImg string) (*img.MutableSource, error) {
|
func NewSourceImage(srcImg string) (*img.MutableSource, error) {
|
||||||
if srcImg == constants.NoBaseImage {
|
if srcImg == constants.NoBaseImage {
|
||||||
return img.NewMutableSource(nil)
|
return img.NewMutableSource(nil)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue