10 lines
600 B
Markdown
10 lines
600 B
Markdown
# Image Variants
|
|
|
|
The `%%REPO%%` images come in many flavors, each designed for a specific use case.
|
|
|
|
## `%%REPO%%:<version>`
|
|
|
|
This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of.
|
|
|
|
By default, an H2 database is configured and created when the application first starts. If you are interested in a database engine other than H2, please have a look at other image variants.
|