更新gitlabdockerfile

This commit is contained in:
KennyLee 2021-01-19 09:37:07 +08:00
parent c98d49c02a
commit 7d4f242105
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM gitlab/gitlab-ce:10.8.3-ce.0
FROM gitlab/gitlab-ce
MAINTAINER kennylee <kennylee26@gmail.com>

View File

@ -9,12 +9,13 @@
### 注意事项
* 容器首次启动可能比较久。
* 由于gitlab默认使用hostname为访问的路径所以在docker环境下不适合所以构造容器时指定了`hostname`并且在相应的在gitlab启动参数中添加该配置。但除非该hostname是有对于的dns作为解析。不然使用者应当的本地hosts文件中添加使用映射地址和ip。
* 由于gitlab默认使用hostname为访问的路径所以在docker环境下不适合构造容器时指定了`hostname`并且在相应的在gitlab启动参数中添加该配置。但除非该hostname是有对于的dns作为解析。不然使用者应当的本地hosts文件中添加使用映射地址和ip。
* 尝试单独升级git版本失败原因是gitlab使用的内部的git版本具体路径是 `/opt/gitlab/embedded/bin/git`
### 文档参考
* [gitlab官方dockerfile](https://hub.docker.com/r/gitlab/gitlab-ce/~/dockerfile/)
* [git官方帮助文档](https://about.gitlab.com/getting-help/)
* [GitLab Docker images](https://docs.gitlab.com/13.7/omnibus/docker/README.html)

View File

@ -1,7 +1,7 @@
version: '2'
services:
app:
image: registry.cn-hangzhou.aliyuncs.com/kennylee/nexus3:3.9.0-01
image: registry.cn-hangzhou.aliyuncs.com/kennylee/nexus3:3.28.1
ports:
- 8081:8081
container_name: nexus3