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
Current Dockerfile won't build as it is referencing the old server.properties config flie. Copying a config file inside the docker container is not the most flexible solution, a better one is to provide the config through a mount point or set up the environment via env variables, which is already supported by Viper.
Dockerfile needs to be changed to reflect changes in config settings.
Setup a docker hub page with instructions on how to run the image.
Create a release branch. The default main branch will be merged in release when a new OpenTalaria release is prepared.
Setup CI to publish the docker image from release branch and create a version tag.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Contact Details
No response
Description
Current Dockerfile won't build as it is referencing the old
server.properties
config flie. Copying a config file inside the docker container is not the most flexible solution, a better one is to provide the config through a mount point or set up the environment via env variables, which is already supported by Viper.main
branch will be merged inrelease
when a new OpenTalaria release is prepared.release
branch and create a version tag.Code of Conduct
The text was updated successfully, but these errors were encountered: