From 4eb690d78275c8bf4f28bcc5fc7746fa4c389451 Mon Sep 17 00:00:00 2001 From: DementevNikita <53081563+DementevNikita@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:20:20 +0300 Subject: [PATCH] Fix kafka-ui image name in docker-compose file (#210) * Fix kafka-ui image name in docker-compose file * fix docker image name in pom.xml docker build section * fix indentation --- docker/kafka-ui.yaml | 2 +- kafka-ui-api/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/kafka-ui.yaml b/docker/kafka-ui.yaml index 9740be15d1..50a2e0697a 100644 --- a/docker/kafka-ui.yaml +++ b/docker/kafka-ui.yaml @@ -4,7 +4,7 @@ services: kafka-ui: container_name: kafka-ui - image: kafka-ui:latest + image: provectuslabs/kafka-ui:latest ports: - 8080:8080 depends_on: diff --git a/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml index 3df0f29bb9..3f8d23a809 100644 --- a/kafka-ui-api/pom.xml +++ b/kafka-ui-api/pom.xml @@ -280,7 +280,7 @@ ${git.revision} - kafka-ui + provectuslabs/kafka-ui ${project.build.finalName}.jar ${project.artifactId}.jar @@ -295,4 +295,4 @@ - \ No newline at end of file +