Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change packaging and Docker deployment strategy #8

Merged
merged 1 commit into from
Dec 17, 2023
Merged

Conversation

marko-asplund
Copy link
Owner

Switch from sbt-assembly + sbt-docker to using sbt-native-packager.
The former approach builds a fat jar that results in class file deduplication issues described in:
sbt/sbt-assembly#391

sbt-native-packager is arguably a better approach among other things since it does not rely in building a fat jar.

Switch from sbt-assembly + sbt-docker to using sbt-native-packager
The former approach builds a fat jar that results in class file
deduplication issues described in:
sbt/sbt-assembly#391

sbt-native-packager does not rely in building a fat jar
@marko-asplund marko-asplund merged commit f412450 into master Dec 17, 2023
4 checks passed
@marko-asplund marko-asplund deleted the packaging branch December 17, 2023 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant