Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
edb90f6d
Commit
edb90f6d
authored
Sep 30, 2021
by
Bo Carbonell
Committed by
Nick Gaskill
Sep 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs to include gotcha note
parent
63e1db26
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
doc/administration/packages/container_registry.md
doc/administration/packages/container_registry.md
+13
-0
No files found.
doc/administration/packages/container_registry.md
View file @
edb90f6d
...
@@ -151,6 +151,19 @@ otherwise conflicts occur.
...
@@ -151,6 +151,19 @@ otherwise conflicts occur.
If your certificate provider provides the CA Bundle certificates, append them to the TLS certificate file.
If your certificate provider provides the CA Bundle certificates, append them to the TLS certificate file.
An administrator may want the container registry listening on an arbitrary port such as
`5678`
.
However, the registry and application server are behind an AWS application load balancer that only
listens on ports
`80`
and
`443`
. The admin may simply remove the port number for
`registry_external_url`
, so HTTP or HTTPS is assumed. Then, the rules apply that map the load
balancer to the registry from ports
`80`
or
`443`
to the arbitrary port. This is important if users
rely on the
`docker login`
example in the container registry. Here's an example:
```
ruby
registry_external_url
'https://registry-gitlab.example.com'
registry_nginx
[
'redirect_http_to_https'
]
=
true
registry_nginx
[
'listen_port'
]
=
5678
```
**Installations from source**
**Installations from source**
1.
Open
`/home/git/gitlab/config/gitlab.yml`
, find the
`registry`
entry and
1.
Open
`/home/git/gitlab/config/gitlab.yml`
, find the
`registry`
entry and
...
...
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