Skip to content

Distributions

adamkobor edited this page Aug 23, 2020 · 3 revisions

If you want to use Kuvasz, you have to get a Docker image from the official repository. You'll find two types of them for a given version: with or without a "-native" suffix. The difference between them is that the "regular" ones are based on gcr.io/distroless/java:11 and the "native" ones contain native binaries, built with GraalVM.

While the native images are less resource-hungry, and guarantee a faster startup time, they are considered experimental. You can find the known issues of these native images here.

Clone this wiki locally