From 630cf609f84810e502255fd85ea7ff04d1802bf1 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 15 Sep 2016 10:23:57 +1200 Subject: [PATCH] Fix logos with bad background transparency --- templates.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates.json b/templates.json index 3f2c566..532857e 100644 --- a/templates.json +++ b/templates.json @@ -30,7 +30,7 @@ { "title": "MySQL", "description": "The most popular open-source database", - "logo": "https://hub.docker.com/public/images/official/mysql.png", + "logo": "https://www.mysql.fr/common/logos/logo-mysql-170x115.png", "image": "mysql:latest", "env": [ { @@ -53,7 +53,7 @@ { "title": "Elasticsearch", "description": "Open-source search and analytics engine", - "logo": "https://hub.docker.com/public/images/official/elasticsearch.png", + "logo": "https://www.geeketfier.fr/archives/wp-content/uploads/elasticsearch-logo-icon-lg.png", "image": "elasticsearch:latest", "ports": [ "9200/tcp", @@ -74,7 +74,7 @@ { "title": "Jenkins", "description": "Open-source continuous integration tool", - "logo": "https://hub.docker.com/public/images/official/jenkins.png", + "logo": "https://wiki.jenkins-ci.org/download/attachments/2916393/logo.png", "image": "jenkins:latest", "ports": [ "8080/tcp",