docker-spug

所属分类:DevOps
开发工具:Dockerfile
文件大小:0KB
下载次数:0
上传日期:2023-09-29 06:18:17
上 传 者sh-1993
说明:  开源运维平台:面向中小型企业设计的轻量级无Agent的自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、文件在线上传下载、应用发布部署、在线任务计划、配置中心、监控、报警等一系列功能。,
(Open source operation and maintenance platform: a lightweight agentless automatic operation and maintenance platform designed for small and medium-sized enterprises, integrating host management, host batch execution, host online terminal, online file upload and download, application release and deployment, online task planning, configuration center, monitoring, alarm and other functions.,)

文件列表:
Dockerfile (1768, 2023-12-29)
LICENSE (11342, 2023-12-29)
docker-compose.yml (977, 2023-12-29)
entrypoint.sh (884, 2023-12-29)
init_spug (148, 2023-12-29)
nginx.conf (2383, 2023-12-29)
redis.conf (46721, 2023-12-29)
spug.ini (1041, 2023-12-29)
ssh_config (33, 2023-12-29)

# docker-spug ~~~ docker build --build-arg="SPUG_VERSION=3.3.0" -t zhiqiangwang/spug:3.3.0 . ~~~ # Golang Dockerfile ~~~ FROM zhiqiangwang/spug:latest RUN apt update # golang ARG GOLANGURL=https://go.dev/dl/go1.18.10.linux-amd64.tar.gz RUN cd /tmp && wget ${GOLANGURL} -O go.tar.gz && tar -xf go.tar.gz -C /usr/local ENV GOROOT=/usr/local/go ENV GOPATH=/root/go ENV GO111MODULE=auto ENV GOPROXY=https://goproxy.io,direct ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin # 清理缓存 RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN rm -rf /tmp/* ~~~

近期下载者

相关文件


收藏者