feat: create docker-compose file for mender-client-qemu#1164
Open
joelguittet wants to merge 1 commit into
Open
feat: create docker-compose file for mender-client-qemu#1164joelguittet wants to merge 1 commit into
joelguittet wants to merge 1 commit into
Conversation
4f1a871 to
83fde27
Compare
83fde27 to
ba1d0cc
Compare
Separating the client allow to not download the mender-client-qemu image by default when mender-server is starting. Signed-off-by: Joel Guittet <joelguittet@gmail.com>
ba1d0cc to
dc763f6
Compare
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.
Separating the client allow to not download the mender-client-qemu image by default when mender-server is starting.
The mender-client-qemu image is about 1.3GB so it's significant.
If this proposal makes sense for you then I can create a pull request for the main branch too.