You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Mike Jumper (Jira)" <ji...@apache.org> on 2020/01/18 00:16:00 UTC

[jira] [Created] (GUACAMOLE-928) FreeRDP plugins not copied within Docker build

Mike Jumper created GUACAMOLE-928:
-------------------------------------

             Summary: FreeRDP plugins not copied within Docker build
                 Key: GUACAMOLE-928
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-928
             Project: Guacamole
          Issue Type: Bug
          Components: guacd-docker, RDP
    Affects Versions: 1.1.0
            Reporter: Mike Jumper
             Fix For: 1.1.0


The changes introduced via GUACAMOLE-249 allow the guacamole-server build to automatically detect the correct location for FreeRDP plugins. This removes the need for users to manually create symbolic links after building guacamole-server, but causes issues with the Docker image build due to the way a separate builder image is used.

The guacd Docker 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 above. With the FreeRDP plugins being installed _outside_ {{/usr/local/guacamole}}, the plugins are not copied from the builder image, and support for RDPDR, RDPSND, etc. cannot be loaded when the final image is used.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)