You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
Both this project and examples in cloudstateio/kotlin-support use Maven to build and push container images. However, they use different Maven plugins for that.
It might be good to use the same plugin in both places. jib-maven-plugin might be a better choice since it does not require Docker to be installed.
It might be good to unify the Maven build phase for pushing the image as well. The build phase for kotlin-support was changed to deploy by cloudstateio/kotlin-support#18. However, this project builds and pushes the image at the package phase.
The text was updated successfully, but these errors were encountered:
cloudstate/kotlin-support no longer uses maven build. However, it might be still good to switch to jib plugin in this project.
vkorenev
changed the title
Unify Maven plugin to build and push container images with kotlin-support
Consider using jib plugin instead of docker-maven-plugin
May 1, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Both this project and examples in cloudstateio/kotlin-support use Maven to build and push container images. However, they use different Maven plugins for that.
It might be good to use the same plugin in both places. jib-maven-plugin might be a better choice since it does not require Docker to be installed.
It might be good to unify the Maven build phase for pushing the image as well. The build phase for
kotlin-support
was changed todeploy
by cloudstateio/kotlin-support#18. However, this project builds and pushes the image at thepackage
phase.The text was updated successfully, but these errors were encountered: