Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Consider using jib plugin instead of docker-maven-plugin #4

@vkorenev

Description

@vkorenev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions