v1.1.0: Alpine 轻量级 Docker 开发环境 + 敏感凭证清理

This commit is contained in:
lxy
2026-07-27 13:59:18 +08:00
parent feb76081a0
commit ccca0fa62b
51 changed files with 6125 additions and 993 deletions
+10
View File
@@ -0,0 +1,10 @@
# ws-lab-x-dev - Lab 通用开发环境
FROM workpod-alpine:latest
LABEL org.opencontainers.image.title="ws-lab-x-dev" \
org.opencontainers.image.description="Lab 通用开发环境" \
org.opencontainers.image.version="1.0.0"
EXPOSE 22 7681
ENTRYPOINT ["/entrypoint.sh"]