1
0
Fork 0

feat(gitlab): update to version 18.4.0 and add system requirements

- upgrade gitlab-jh from version 18.3.1-jh.0 to 18.4.0-jh.0
- system requirementsadd memory requirement specification (2560 MB)
- system requirements add architecture support for both amd64 and arm64
- update docker-compose configuration with new version
This commit is contained in:
pooneyy 2025-10-07 23:28:13 +08:00
parent 1914939987
commit 424f1132bd
No known key found for this signature in database
4 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: "3.6"
services:
gitlab-jh:
image: registry.gitlab.cn/omnibus/gitlab-jh:18.3.1-jh.0
image: registry.gitlab.cn/omnibus/gitlab-jh:18.4.0-jh.0
container_name: ${CONTAINER_NAME}
hostname: localhost
restart: always

View File

@ -11,3 +11,7 @@ additionalProperties:
website: https://gitlab.cn/
github: https://gitlab.cn/
document: https://gitlab.cn/docs/jh/
memoryRequired: 2560
architectures:
- amd64
- arm64

View File

@ -11,3 +11,7 @@ additionalProperties:
website: https://about.gitlab.com/
github: https://about.gitlab.com/
document: https://docs.gitlab.com/user/get_started/
memoryRequired: 2560
architectures:
- amd64
- arm64