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/02/02 21:35:46 UTC

[GitHub] [guacamole-client] benrubson commented on a change in pull request #469: GUACAMOLE-890: Security: Allow image to run as non-root user

benrubson commented on a change in pull request #469: GUACAMOLE-890: Security: Allow image to run as non-root user
URL: https://github.com/apache/guacamole-client/pull/469#discussion_r373877109
 
 

 ##########
 File path: Dockerfile
 ##########
 @@ -25,7 +25,7 @@
 # such as `--build-arg TOMCAT_JRE=jre8-alpine`
 #
 ARG TOMCAT_VERSION=8.5
-ARG TOMCAT_JRE=jre8
+ARG TOMCAT_JRE=jdk8
 
 Review comment:
   As discussed above with @manolan1, and also based on his comment in the [issue itself](https://issues.apache.org/jira/browse/GUACAMOLE-890), this is a more uptodate / supported Tomcat image, which also helps with non-root user, as it contains some of the fixes we need (especially the permissions on the `temp` folder).

----------------------------------------------------------------
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