|  | @@ -43,10 +43,7 @@ func getter() interface{} {
 | 
											
												
													
														|  |  // New creates a backend that can manage containers
 |  |  // New creates a backend that can manage containers
 | 
											
												
													
														|  |  func New(ctx context.Context) (backend.Service, error) {
 |  |  func New(ctx context.Context) (backend.Service, error) {
 | 
											
												
													
														|  |  	currentContext := apicontext.CurrentContext(ctx)
 |  |  	currentContext := apicontext.CurrentContext(ctx)
 | 
											
												
													
														|  | -	contextStore, err := store.New()
 |  | 
 | 
											
												
													
														|  | -	if err != nil {
 |  | 
 | 
											
												
													
														|  | -		return nil, err
 |  | 
 | 
											
												
													
														|  | -	}
 |  | 
 | 
											
												
													
														|  | 
 |  | +	contextStore := store.ContextStore(ctx)
 | 
											
												
													
														|  |  	metadata, err := contextStore.Get(currentContext, getter)
 |  |  	metadata, err := contextStore.Get(currentContext, getter)
 | 
											
												
													
														|  |  	if err != nil {
 |  |  	if err != nil {
 | 
											
												
													
														|  |  		return nil, errors.Wrap(err, "wrong context type")
 |  |  		return nil, errors.Wrap(err, "wrong context type")
 |