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:
5d2525d
)
recorder: 1.2.2 - RocksDB does nor work in Alpine-Linux
recorder
recorder-1.2.2
author
Kai Moritz
<kai@juplo.de>
Sun, 23 Jun 2024 09:49:42 +0000
(11:49 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 23 Jun 2024 09:49:42 +0000
(11:49 +0200)
Dockerfile
patch
|
blob
|
history
pom.xml
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
0791921
..
83f65d0
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 8081
ENTRYPOINT ["java", "-jar", "/opt/app.jar"]
diff --git
a/pom.xml
b/pom.xml
index
5eabf7f
..
d69282d
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-10,7
+10,7
@@
</parent>
<groupId>de.juplo.kafka.wordcount</groupId>
<artifactId>recorder</artifactId>
- <version>1.2.
1
</version>
+ <version>1.2.
2
</version>
<name>Wordcount-Recorder</name>
<description>Recorder-service of the multi-user wordcount-example</description>
<properties>