mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
fix/ee-1909/show-pull-image-error (#6195)
Co-authored-by: sunportainer <ericsun@SG1.local>
This commit is contained in:
parent
a78d8a4ff1
commit
b3e04adee3
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ angular.module('portainer.docker').controller('ContainerController', [
|
|||
return $q.when();
|
||||
}
|
||||
return RegistryService.retrievePorRegistryModelFromRepository(container.Config.Image, endpoint.Id).then((registryModel) => {
|
||||
return ImageService.pullImage(registryModel, true);
|
||||
return ImageService.pullImage(registryModel, false);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue