You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2020/01/16 20:31:32 UTC

[GitHub] [guacamole-server] mike-jumper opened a new pull request #246: GUACAMOLE-249: Keep all build artifacts of Docker image within /usr/local/guacamole, including FreeRDP plugins.

mike-jumper opened a new pull request #246: GUACAMOLE-249: Keep all build artifacts of Docker image within /usr/local/guacamole, including FreeRDP plugins.
URL: https://github.com/apache/guacamole-server/pull/246
 
 
   The change introduced by #245 actually causes issues with the Docker image build due to the way a separate builder image is used. The image build process expects that absolutely all build artifacts will be installed beneath `/usr/local/guacamole`, but this is no longer the case by default due to the automatic detection of FreeRDP plugin location.
   
   This change overrides the FreeRDP plugin location detection that is part of the guacamole-server build, keeping things together for the sake of the Docker image build and relying instead on the rest of the build to add any symbolic links needed for FreeRDP to find the plugins.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [guacamole-server] necouchman merged pull request #246: GUACAMOLE-928: Keep all build artifacts of Docker image within /usr/local/guacamole, including FreeRDP plugins.

Posted by GitBox <gi...@apache.org>.
necouchman merged pull request #246: GUACAMOLE-928: Keep all build artifacts of Docker image within /usr/local/guacamole, including FreeRDP plugins.
URL: https://github.com/apache/guacamole-server/pull/246
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [guacamole-server] mike-jumper commented on issue #246: GUACAMOLE-928: Keep all build artifacts of Docker image within /usr/local/guacamole, including FreeRDP plugins.

Posted by GitBox <gi...@apache.org>.
mike-jumper commented on issue #246: GUACAMOLE-928: Keep all build artifacts of Docker image within /usr/local/guacamole, including FreeRDP plugins.
URL: https://github.com/apache/guacamole-server/pull/246#issuecomment-575842835
 
 
   Created a separate JIRA issue for this regression (and any others), rather than continue using GUACAMOLE-249.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services