-
Notifications
You must be signed in to change notification settings - Fork 679
GUACAMOLE-1374: Migrate to LOG_LEVEL and modular Docker build. #575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Testing the build now.
Just one comment from me, plus the one that @mattieb mentioned above, and this should be ready to merge. |
…d for 3.x and default for all versions).
…s (not necessarily tested, especially 32-bit).
0fca110
to
d9ff15e
Compare
Went ahead and added |
This change migrates to a Docker build leveraging multiple modular stages that cover each of guacamole-server's dependencies, avoiding unnecessary recompilation of dependencies that are not changing (something that is slowing down rebuilds for testing quite a bit, particularly if any download from GitHub times out).
For consistency's sake, I've also added a
LOG_LEVEL
variable to replaceGUACD_LOG_LEVEL
, in line with the guacamole-client image.