cloudstateio / kotlin-support

Cloudstate Kotlin Support
https://cloudstate.io/docs/user/lang/kotlin/index.html
Apache License 2.0
8 stars 5 forks source link

Move the tck shopping-cart docker image to a cloudstate owned repository #9

Closed sleipnir closed 4 years ago

sleipnir commented 4 years ago

Currently, the main cloudstate tck will run the kotlin tck image on an external dockerhub repo.

sleipnir commented 4 years ago

ping @viktorklang

viktorklang commented 4 years ago

@sleipnir I think we should turn that around and have the TCK run on each language support build instead of the Cloudstate build itself. /cc @jroper

sleipnir commented 4 years ago

Yes. That would be nice, the point is that it may be necessary to change the TCK implementation itself so that user support doesn’t need Scala and Sbt dependencies, not that I don’t like those, but it wouldn’t make much sense to have them on projects based on other stacks like Go, C#, etc.

viktorklang commented 4 years ago

@sleipnir We should look into creating a native-image of the TCK so the user only needs to invoke it with the right parameters/config.

sleipnir commented 4 years ago

Cool

sleipnir commented 4 years ago

Related issue in Cloudstate repository is https://github.com/cloudstateio/cloudstate/issues/216

sleipnir commented 4 years ago

Kotlin docker hub links https://hub.docker.com/r/cloudstateio/samples-kotlin-chat https://hub.docker.com/r/cloudstateio/samples-kotlin-pingpong https://hub.docker.com/r/cloudstateio/samples-kotlin-shopping-cart