-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: moved jlink build inside the Docker image build, so building t…
…he Docker image works on any host OS Problem was that jlink produces OS-specific artifacts, so you couldn't make a functional Docker image on Windows. Final Docker image size has also been reduced, roughly from 240MB to 170MB, by using Alpine as the new base image. Support for Debian Stretch ended on the 30th of June 2022.
- Loading branch information
1 parent
e425c60
commit 81d0883
Showing
3 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.git | ||
.gradle | ||
build | ||
log | ||
mongo_data | ||
pswgcommon/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters