1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-08 17:08:36 +01:00

Add portainer as container orchestra (#3889)

This commit is contained in:
Pascal Vizeli
2022-09-22 17:12:37 +02:00
committed by GitHub
parent 2a6fc512e7
commit 262fd05c6d
@@ -20,6 +20,7 @@ _LOGGER: logging.Logger = logging.getLogger(__name__)
UNHEALTHY_IMAGES = [
"watchtower",
"ouroboros",
"portainer",
]
IGNORE_IMAGES = ["sha256"]