mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
remove potential tag when pulling new image (#1053)
This commit is contained in:
committed by
Pascal Vizeli
parent
bce144e197
commit
7e5a960c98
@@ -78,6 +78,7 @@ class DockerInterface(CoreSysAttributes):
|
||||
Need run inside executor.
|
||||
"""
|
||||
image = image or self.image
|
||||
image = image.partition(':')[0] # remove potential tag
|
||||
|
||||
try:
|
||||
_LOGGER.info("Pull image %s tag %s.", image, tag)
|
||||
|
||||
Reference in New Issue
Block a user