Mike Jumper created GUACAMOLE-2076: -------------------------------------- Summary: Docker image startup fails if GUACAMOLE_HOME template is used Key: GUACAMOLE-2076 URL: https://issues.apache.org/jira/browse/GUACAMOLE-2076 Project: Guacamole Issue Type: Bug Components: guacamole-docker Affects Versions: 1.6.0 Reporter: Mike Jumper Fix For: 1.6.0
If the {{GUACAMOLE_HOME}} template functionality is used, such as by mounting the .jar file for a custom extension beneath the default {{/etc/guacamole/extensions}} location, the current Docker image from 1.6.0-RC1 will produce an error: {code:none} find: ‘/etc/guacamole/lib’: No such file or directory {code} This is due to a missing existence check. -- This message was sent by Atlassian Jira (v8.20.10#820010)