ktorio / ktor-build-plugins

Ktor Plugins for Build Systems
Apache License 2.0
56 stars 10 forks source link

Add option to add custom base image #106

Closed DanielBerge closed 6 months ago

DanielBerge commented 10 months ago

This pull request introduces the ability to specify a custom base image for the Docker image build process. It adds a new property customBaseImage to the dockerExtension which allows the user to provide an image that will be used instead of the default JRE image.