This commit is contained in:
“xHuPo” 2025-05-22 11:43:23 +08:00
parent 16c053bacb
commit 55f3e2b3c6
9 changed files with 580 additions and 0 deletions

4
v3/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