Fix logos with bad background transparency

This commit is contained in:
Anthony Lapenna
2016-09-15 10:23:57 +12:00
parent 09dd9b276a
commit 630cf609f8

View File

@@ -30,7 +30,7 @@
{ {
"title": "MySQL", "title": "MySQL",
"description": "The most popular open-source database", "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", "image": "mysql:latest",
"env": [ "env": [
{ {
@@ -53,7 +53,7 @@
{ {
"title": "Elasticsearch", "title": "Elasticsearch",
"description": "Open-source search and analytics engine", "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", "image": "elasticsearch:latest",
"ports": [ "ports": [
"9200/tcp", "9200/tcp",
@@ -74,7 +74,7 @@
{ {
"title": "Jenkins", "title": "Jenkins",
"description": "Open-source continuous integration tool", "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", "image": "jenkins:latest",
"ports": [ "ports": [
"8080/tcp", "8080/tcp",