projects
/
demos
/
kafka
/
wordcount
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ed4826
)
popular: 1.3.2 - RocksDB does nor work in Alpine-Linux
popular-1.3.2
author
Kai Moritz
<kai@juplo.de>
Sun, 23 Jun 2024 09:47:09 +0000
(11:47 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 23 Jun 2024 09:47:09 +0000
(11:47 +0200)
Dockerfile
patch
|
blob
|
history
pom.xml
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
cc2eb55
..
795c6ac
100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-1,4
+1,4
@@
-FROM eclipse-temurin:21-jre
-alpine
+FROM eclipse-temurin:21-jre
COPY target/*.jar /opt/app.jar
EXPOSE 8083
ENTRYPOINT ["java", "-jar", "/opt/app.jar"]
diff --git
a/pom.xml
b/pom.xml
index
5d52ccb
..
92a2fe7
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-10,7
+10,7
@@
</parent>
<groupId>de.juplo.kafka.wordcount</groupId>
<artifactId>popular</artifactId>
- <version>1.3.
1
</version>
+ <version>1.3.
2
</version>
<name>Wordcount-Popular-Words</name>
<description>Query stream-processor that gives access to the most popular words</description>
<properties>