diff --git a/docker/types.go b/docker/types.go index e2ce4d2..03969ec 100644 --- a/docker/types.go +++ b/docker/types.go @@ -306,7 +306,8 @@ func (c *Container) GetPrimaryTech() (apps.AppTech, error) { } } - return tech, errors.New("wrong number of path parts") + // Probably single technology image in case the output is empty + return tech, nil } // GetTechs returns all techs available in the container