This commit is contained in:
“xHuPo” 2025-05-27 11:48:18 +08:00
parent 942a0bd14e
commit 94d71a1e12
8 changed files with 1014 additions and 0 deletions

4
v3.1/Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM swr.cn-east-3.myhuaweicloud.com/turingsyn/alpine:3.21.3
ADD jenkins-cron /app/
RUN chmod +x /app/jenkins-cron
WORKDIR /app