chore: Add a debian based docker file and docker compose file - #344
Merged
Conversation
Member
|
I think it just needs to be incorporated into the release pipeline and/or CI, just making sure it can be built and reach a health check endpoint. Otherwise, I think it looks good |
Contributor
Author
|
@YOU54F can you check if this is ok, and also let us know how to integrate it with the release process |
Member
|
Yes will take a look, I wonder if we should pull arm rather than having to build 6 image variants, that will drop us down to 2 archs to support, and 2 base images (alpine + debian). Unfortunately we don't get arch specific stats for image pulls, it was initially introduced as part of #30 we will want to add
|
YOU54F
approved these changes
Jul 20, 2026
YOU54F
left a comment
Member
There was a problem hiding this comment.
should be good to go now, although the publishing flow has not been tested, I normally do this on my own org with a fork
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a debian version of the main docker file and a docker compose file to test it.
This is to support #333