From 438b54c708d7b65fc76144015533d24cba5fafc9 Mon Sep 17 00:00:00 2001 From: ranjanmangla1 Date: Sun, 9 Jul 2023 00:42:18 +0530 Subject: [PATCH 1/3] added docker as partner in layer5.io/partners Signed-off-by: ranjanmangla1 --- src/assets/images/partners/docker.svg | 1 + src/sections/Partners/partners.js | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 src/assets/images/partners/docker.svg diff --git a/src/assets/images/partners/docker.svg b/src/assets/images/partners/docker.svg new file mode 100644 index 000000000000..6b5e601c7ecf --- /dev/null +++ b/src/assets/images/partners/docker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/sections/Partners/partners.js b/src/sections/Partners/partners.js index 96de49921d4a..70f8b95fd6ac 100644 --- a/src/sections/Partners/partners.js +++ b/src/sections/Partners/partners.js @@ -14,7 +14,7 @@ import { ReactComponent as PartnerIstio } from "../../assets/images/partners/ist import { ReactComponent as Partner12 } from "../../assets/images/partners/vmware-colorMode.svg"; import { ReactComponent as Partner14 } from "../../assets/images/partners/metabit-trading-logo-colorMode.svg"; - +import { ReactComponent as Partner15 } from "../../assets/images/partners/docker.svg" export const partners = [ { @@ -141,7 +141,12 @@ export const partners = [ //imageRoute: "https://www.metabit-trading.com/home", moreInfo: "Metabit Trading is a technology-driven quantitative investment firm harnessing the power of artificial intelligence and machine learning.", + }, { + name: "Docker", + imageLink: , + type: "technology", + partnerId: "docker", + desc: "Docker Layer5 enhances the Docker experience with Meshery as an application and infrastructure management platform that simplifies the deployment and operation of cloud native applications and service meshes. Using Layer5’s solutions along with Docker, developers can easily import their Docker Compose apps, configure and deploy them to Kubernetes and any service mesh, and visually design their cloud native infrastructure using MeshMap", + moreInfo: "Docker Layer5 enhances the Docker experience with Meshery as an application and infrastructure management platform that simplifies the deployment and operation of cloud native applications and service meshes. Using Layer5’s solutions along with Docker, developers can easily import their Docker Compose apps, configure and deploy them to Kubernetes and any service mesh, and visually design their cloud native infrastructure using MeshMap" } - - ]; From 736413b648a0544e5ee35890a4a6ce396be8e4ed Mon Sep 17 00:00:00 2001 From: Ranjan Mangla Date: Tue, 11 Jul 2023 08:42:33 +0530 Subject: [PATCH 2/3] docker as partner description changed Signed-off-by: Ranjan Mangla --- src/sections/Partners/partners.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sections/Partners/partners.js b/src/sections/Partners/partners.js index 70f8b95fd6ac..e4a2ba5d15f4 100644 --- a/src/sections/Partners/partners.js +++ b/src/sections/Partners/partners.js @@ -146,7 +146,7 @@ export const partners = [ imageLink: , type: "technology", partnerId: "docker", - desc: "Docker Layer5 enhances the Docker experience with Meshery as an application and infrastructure management platform that simplifies the deployment and operation of cloud native applications and service meshes. Using Layer5’s solutions along with Docker, developers can easily import their Docker Compose apps, configure and deploy them to Kubernetes and any service mesh, and visually design their cloud native infrastructure using MeshMap", - moreInfo: "Docker Layer5 enhances the Docker experience with Meshery as an application and infrastructure management platform that simplifies the deployment and operation of cloud native applications and service meshes. Using Layer5’s solutions along with Docker, developers can easily import their Docker Compose apps, configure and deploy them to Kubernetes and any service mesh, and visually design their cloud native infrastructure using MeshMap" + desc: "Layer5 and Docker have partnered together to bring Kubernetes and cloud native management capabilities to the Docker platform through Meshery. As part of the partnership, Layer5 has joined the Docker Extension Program, enabling users to easily deploy and manage service meshes within their Docker environments. With this collaboration, developers can leverage the power of both Docker and Layer5's expertise in service mesh technologies to enhance their containerized applications' performance, security, and observability. By integrating Meshery with Docker, users gain seamless access to advanced features for managing complex microservices architectures effectively.", + moreInfo: "Layer5 and Docker have partnered together to bring Kubernetes and cloud native management capabilities to the Docker platform through Meshery. As part of the partnership, Layer5 has joined the Docker Extension Program, enabling users to easily deploy and manage service meshes within their Docker environments. With this collaboration, developers can leverage the power of both Docker and Layer5's expertise in service mesh technologies to enhance their containerized applications' performance, security, and observability. By integrating Meshery with Docker, users gain seamless access to advanced features for managing complex microservices architectures effectively." } ]; From 35db948fc6020932a032fb8f0e2a4c1c7ea45ed2 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Tue, 18 Jul 2023 12:38:25 -0500 Subject: [PATCH 3/3] Update src/sections/Partners/partners.js Signed-off-by: Lee Calcote --- src/sections/Partners/partners.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sections/Partners/partners.js b/src/sections/Partners/partners.js index e4a2ba5d15f4..9258e08ac799 100644 --- a/src/sections/Partners/partners.js +++ b/src/sections/Partners/partners.js @@ -146,7 +146,7 @@ export const partners = [ imageLink: , type: "technology", partnerId: "docker", - desc: "Layer5 and Docker have partnered together to bring Kubernetes and cloud native management capabilities to the Docker platform through Meshery. As part of the partnership, Layer5 has joined the Docker Extension Program, enabling users to easily deploy and manage service meshes within their Docker environments. With this collaboration, developers can leverage the power of both Docker and Layer5's expertise in service mesh technologies to enhance their containerized applications' performance, security, and observability. By integrating Meshery with Docker, users gain seamless access to advanced features for managing complex microservices architectures effectively.", - moreInfo: "Layer5 and Docker have partnered together to bring Kubernetes and cloud native management capabilities to the Docker platform through Meshery. As part of the partnership, Layer5 has joined the Docker Extension Program, enabling users to easily deploy and manage service meshes within their Docker environments. With this collaboration, developers can leverage the power of both Docker and Layer5's expertise in service mesh technologies to enhance their containerized applications' performance, security, and observability. By integrating Meshery with Docker, users gain seamless access to advanced features for managing complex microservices architectures effectively." + desc: "Layer5 and Docker have partnered together to bring Kubernetes and cloud native management capabilities to the Docker platform through Meshery. As part of the partnership, Layer5 has joined the Docker Extension Program, enabling users to easily deploy and manage cloud native infrastructure within their Docker environments. With this collaboration, developers can leverage the power of both Docker and Layer5's expertise in service mesh technologies to enhance their containerized applications' performance, security, and observability. By integrating Meshery with Docker, users gain seamless access to advanced features for managing complex microservices architectures effectively.", + moreInfo: "Layer5 and Docker have partnered together to bring Kubernetes and cloud native management capabilities to the Docker platform through Meshery. As part of the partnership, Layer5 has joined the Docker Extension Program, enabling users to easily deploy and manage cloud native infrastructure within their Docker environments. With this collaboration, developers can leverage the power of both Docker and Layer5's expertise in cloud native technologies to enhance their containerized applications' performance, security, and observability. By integrating Meshery with Docker, users gain seamless access to advanced features for managing complex microservices architectures effectively." } ];