✨ 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:
parent
1914939987
commit
424f1132bd
|
|
@ -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
|
||||
|
|
@ -11,3 +11,7 @@ additionalProperties:
|
|||
website: https://gitlab.cn/
|
||||
github: https://gitlab.cn/
|
||||
document: https://gitlab.cn/docs/jh/
|
||||
memoryRequired: 2560
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue