BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
e6ec9413
Commit
e6ec9413
authored
Jun 06, 2017
by
Sean Packham
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docs/registry-self-sign' into 'master'
Add info on using self-signed certs with Registry Closes #18239 See merge request !11938
parents
de12e4e2
b60aa77a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
11 deletions
+20
-11
container_registry.md
doc/administration/container_registry.md
+20
-11
No files found.
doc/administration/container_registry.md
View file @
e6ec9413
# GitLab Container Registry administration
> [Introduced][ce-4040] in GitLab 8.8.
---
> **Notes:**
-
[
Introduced
][
ce-4040
]
in GitLab 8.8.
-
Container Registry manifest
`v1`
support was added in GitLab 8.9 to support
Docker versions earlier than 1.10.
-
This document is about the admin guide. To learn how to use GitLab Container
...
...
@@ -514,8 +511,8 @@ configurable in future releases.
## Configure Container Registry notifications
You can configure the Container Registry to send webhook notifications in
response to events happening within the registry.
You can configure the Container Registry to send webhook notifications in
response to events happening within the registry.
Read more about the Container Registry notifications config options in the
[
Docker Registry notifications documentation
][
notifications-config
]
.
...
...
@@ -568,12 +565,25 @@ notifications:
backoff: 1000
```
## Changelog
## Using self-signed certificates with Container Registry
If you're using a self-signed certificate with your Container Registry, you
might encounter issues during the CI jobs like the following:
```
Error response from daemon: Get registry.example.com/v1/users/: x509: certificate signed by unknown authority
```
**GitLab 8.8 ([source docs][8-8-docs])**
The Docker daemon running the command expects a cert signed by a recognized CA,
thus the error above.
-
GitLab Container Registry feature was introduced.
While GitLab doesn't support using self-signed certificates with Container
Registry out of the box, it is possible to make it work if you follow
[
Docker's documentation
][
docker-insecure
]
. You may find some additional
information in
[
issue 18239
][
ce-18239
]
.
[
ce-18239
]:
https://gitlab.com/gitlab-org/gitlab-ce/issues/18239
[
docker-insecure
]:
https://docs.docker.com/registry/insecure/#using-self-signed-certificates
[
reconfigure gitlab
]:
restart_gitlab.md#omnibus-gitlab-reconfigure
[
restart gitlab
]:
restart_gitlab.md#installations-from-source
[
wildcard certificate
]:
https://en.wikipedia.org/wiki/Wildcard_certificate
...
...
@@ -589,4 +599,4 @@ notifications:
[
existing-domain
]:
#configure-container-registry-under-an-existing-gitlab-domain
[
new-domain
]:
#configure-container-registry-under-its-own-domain
[
notifications-config
]:
https://docs.docker.com/registry/notifications/
[
registry-notifications-config
]:
https://docs.docker.com/registry/configuration/#notifications
\ No newline at end of file
[
registry-notifications-config
]:
https://docs.docker.com/registry/configuration/#notifications
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment