随笔分类 - devops
摘要:1、获取gitlab镜像 # gitlab-ce为稳定版本,不填写版本默认pull最新latest版本 docker pull gitlab/gitlab-ce 2、运行gitlab docker run -d \ -p 443:443 \ -p 80:80 \ -p 222:22 \ --name
阅读全文
摘要:一、Jenkins安装说明: 官网:https://www.jenkins.io/zh/download/ 清华大学开源镜像站:https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat/ Jenkins是开源CI&CD软件领导者, 提供超过1000个插件
阅读全文
摘要:GitLab相关功能服务说明: nginx:作为Web服务器和反向代理,用于访问GitLab的Web界面。可以关闭,但会导致无法通过Web界面访问GitLab。 prometheus_monitoring:提供监控和报警功能,收集和分析GitLab的性能指标。可以关闭,不影响基本代码存放功能。 re
阅读全文
摘要:报错问题如下: Failed to connect to repository : Command "git ls-remote -h git@IP地址:python/django.git HEAD" returned status code 128:stdout:stderr: No ECDSA
阅读全文