feat: add action_dployer specialized image
All checks were successful
Docker Image CI / build (push) Successful in 6s
All checks were successful
Docker Image CI / build (push) Successful in 6s
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user