Skip to content

Minimal reproducible example for Spring Boot issue #43716

License

Notifications You must be signed in to change notification settings

gbaso/spring-boot-43716

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-43716

Minimal reproducible example for Spring Boot issue #43716

Minimal reproducible example

Build the image:

./mvnw clean spring-boot:build-image

This will create a distroless-like image kafka-streams-joiner:0.0.1-SNAPSHOT

Start kafka:

docker compose up kafka -d

Start the java container:

docker compose up joiner

It will fail, because C++ libraries are not present:

java.lang.UnsatisfiedLinkError: /tmp/librocksdbjni613869755614965871.so: libstdc++.so.6: cannot open shared object file: No such file or directory

Clean up running containers:

docker compose down

About

Minimal reproducible example for Spring Boot issue #43716

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages