feat: add action_dployer specialized image

This commit is contained in:
merlin
2025-11-06 15:41:30 +08:00
commit e937907edf
4 changed files with 81 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM docker.io/alpine/k8s:1.30.4
ENV TZ=Asia/Shanghai \
LANG=C.UTF-8
RUN apk add --no-cache nodejs git
WORKDIR /workspace