Skip to content

Commit

Permalink
Merge pull request #1602 from DSD-DBS/guacamole-update
Browse files Browse the repository at this point in the history
build: Update Guacamole to 1.5.5
  • Loading branch information
MoritzWeber0 authored Jun 6, 2024
2 parents ad73fe4 + 0a0eb23 commit 60c1fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/templates/guacamole/guacd.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
{{ if .Values.docker.images.guacamole.guacd }}
image: {{ .Values.docker.images.guacamole.guacd }}
{{ else }}
image: {{ .Values.docker.registry.external }}/guacamole/guacd:1.5.2
image: {{ .Values.docker.registry.external }}/guacamole/guacd:1.5.5
{{ end }}
command: ["/bin/sh", "-c", "mkdir -p /home/guacd/logs; /opt/guacamole/sbin/guacd -b 0.0.0.0 -L $GUACD_LOG_LEVEL -f > >(tee -a /home/guacd/logs/stdout.log) 2> >(tee -a /home/guacd/logs/stderr.log >&2)"]
ports:
Expand Down
2 changes: 1 addition & 1 deletion images/guacamole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY ext /tmp/ext
WORKDIR /tmp/ext
RUN zip -r /tmp/guacamole-capellacollab.jar .

FROM guacamole/guacamole:1.5.2
FROM guacamole/guacamole:1.5.5

USER root

Expand Down

0 comments on commit 60c1fa8

Please sign in to comment.