We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
str
named
Image.save()
1 parent 40f0894 commit d5e3a97Copy full SHA for d5e3a97
1 file changed
stubs/docker/docker/models/images.pyi
@@ -26,7 +26,7 @@ class Image(Model):
26
def tags(self) -> list[str]: ...
27
def history(self) -> list[Any]: ...
28
def remove(self, force: bool = False, noprune: bool = False) -> dict[str, Any]: ...
29
- def save(self, chunk_size: int = 2097152, named: bool = False) -> Iterator[Any]: ...
+ def save(self, chunk_size: int = 2097152, named: str | bool = False) -> Iterator[Any]: ...
30
def tag(self, repository: str, tag: str | None = None, **kwargs) -> bool: ...
31
32
class RegistryData(Model):
0 commit comments