Skip to content

Commit

Permalink
Merge pull request #66 from YarikRevich/fix/kafka-starter
Browse files Browse the repository at this point in the history
Fix: kafka starter deployment
  • Loading branch information
YarikRevich authored Oct 6, 2024
2 parents 30e9369 + e7c74eb commit 66d97d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,10 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>2.8.0</version>
<version>3.4.3</version>
<configuration>
<from>
<image>openjdk:23-jdk</image>
<image>openjdk:22-jdk</image>
</from>
<to>
<image>${jib.to.image}</image>
Expand Down
3 changes: 1 addition & 2 deletions script/aws/deployment/kafka/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:8u292-slim-buster as kafka

WORKDIR /opt

ARG kafkaversion=3.6.1
ARG kafkaversion=3.6.2
ARG scalaversion=2.12

ENV KRAFT_CREATE_TOPICS=
Expand All @@ -22,7 +22,6 @@ COPY ./*.sh .

EXPOSE 9092 9093


FROM debian:bullseye-slim as python

WORKDIR /opt
Expand Down

0 comments on commit 66d97d7

Please sign in to comment.