From 38a58cb820186e69eeaed7df84e792cee7b2447b Mon Sep 17 00:00:00 2001 From: adosztal Date: Sun, 22 Apr 2018 08:10:07 +0200 Subject: [PATCH] Switched Docker Hub repo --- appliances/network_automation.gns3a | 2 +- appliances/python-go-perl-php.gns3a | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appliances/network_automation.gns3a b/appliances/network_automation.gns3a index 5481604..b0607cf 100644 --- a/appliances/network_automation.gns3a +++ b/appliances/network_automation.gns3a @@ -12,7 +12,7 @@ "symbol": "linux_guest.svg", "docker": { "adapters": 1, - "image": "gns3/network_automation:latest", + "image": "adosztal/network_automation:latest", "console_type": "telnet" } } diff --git a/appliances/python-go-perl-php.gns3a b/appliances/python-go-perl-php.gns3a index 0a31376..0e22988 100644 --- a/appliances/python-go-perl-php.gns3a +++ b/appliances/python-go-perl-php.gns3a @@ -11,6 +11,6 @@ "maintainer_email": "developers@gns3.net", "docker": { "adapters": 1, - "image": "gns3/python-go-perl-php:latest" + "image": "adosztal/python-go-perl-php:latest" } }