necouchman 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_r373877309
########## 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: Hmmm...okay...this is going to increase the size of this Docker image pretty substantially, I would imagine, so I'm a little skeptical that this is the right thing to do. Sorry I missed it in the other conversation... ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
