b
Size: a a a
AL
AL
AL
AL
AL
AL
LL
Omnibus GitLab installations
If you installed GitLab by using the Omnibus installation package, the Container Registry may or may not be available by default.
The Container Registry is automatically enabled and available on your GitLab domain, port 5050 if:
You’re using the built-in Let’s Encrypt integration, and
You’re using GitLab 12.5 or later.AL
AL
k
build:Но в этот раз инстанс Gitlab (на физ сервере) подписан сертификатом Sectigo, и на этапе docker login получаю это:
image: docker:stable
stage: build_image
tags:
- kubernetes
variables:
DOCKER_HOST: tcp://localhost:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
services:
- docker:stable-dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- docker build -f Dockerfile --pull --build-arg REVISION=latest --cache-from $CI_REGISTRY_IMAGE -t $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:latest
Error response from daemon: Get https://gitlab.site.kz:5005/v2/: x509: certificate signed by unknown authorityкто сталкивался с подобным?
GG
GG