添加 guacd 镜像.

This commit is contained in:
lijiahangmax
2025-06-25 12:16:33 +08:00
parent f78958532b
commit 5183b7ccb4
6 changed files with 69 additions and 31 deletions

1
docker/guacd/Dockerfile Normal file
View File

@@ -0,0 +1 @@
FROM guacamole/guacd:1.5.5

6
docker/guacd/build.sh Normal file
View File

@@ -0,0 +1,6 @@
#/bin/bash
set -e
version=1.0.0
docker build -t orion-visor-guacd:${version} .
docker tag orion-visor-guacd:${version} registry.cn-hangzhou.aliyuncs.com/orionsec/orion-visor-guacd:${version}
docker tag orion-visor-guacd:${version} registry.cn-hangzhou.aliyuncs.com/orionsec/orion-visor-guacd:latest