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:
bed1a4e
)
top10: 1.4.2 - RocksDB does nor work in Alpine-Linux
top10
top10-1.4.2
author
Kai Moritz
<kai@juplo.de>
Sun, 23 Jun 2024 09:51:44 +0000
(11:51 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 23 Jun 2024 09:51:44 +0000
(11:51 +0200)
Dockerfile
patch
|
blob
|
history
pom.xml
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
d2c5f05
..
ae0723d
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 8084
ENTRYPOINT ["java", "-jar", "/opt/app.jar"]
diff --git
a/pom.xml
b/pom.xml
index
de4b085
..
cb79013
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-10,7
+10,7
@@
</parent>
<groupId>de.juplo.kafka.wordcount</groupId>
<artifactId>top10</artifactId>
- <version>1.4.
1
</version>
+ <version>1.4.
2
</version>
<name>Wordcount-Top-10</name>
<description>Top-10 stream-processor of the multi-user wordcount-example</description>
<properties>