Add Dockerfiles for alpine-based images #504
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Description
Opening this PR to support Alpine-based Corretto images, based on the associated upstream Amazon maintained Corretto Alpine images.
I added installed packages through apk to match the debian images, however I don't think these should be included and should be left to users to extend the image if they want additional utilities like curl on the image, particularly since it increases the complexity for maintaining this project. If that isn't controversial, I'll happily amend my commit to not add any additional packages.
Closes #269
Testing
I've tested building all versions of the images, as well as using Maven to build Java projects for Java 8 and 17. Worked as expected for me.