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
3fba624f
Commit
3fba624f
authored
Jul 08, 2020
by
mo khan
Committed by
Nick Gaskill
Jul 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation on configuring custom bundler registries
parent
413f6f1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
doc/user/compliance/license_compliance/index.md
doc/user/compliance/license_compliance/index.md
+21
-0
No files found.
doc/user/compliance/license_compliance/index.md
View file @
3fba624f
...
@@ -385,6 +385,26 @@ You can supply a custom root certificate to complete TLS verification by using t
...
@@ -385,6 +385,26 @@ You can supply a custom root certificate to complete TLS verification by using t
specifying a
`ca`
setting in a
[
`.bowerrc`
](
https://bower.io/docs/config/#bowerrc-specification
)
specifying a
`ca`
setting in a
[
`.bowerrc`
](
https://bower.io/docs/config/#bowerrc-specification
)
file.
file.
#### Using private Bundler registries
If you have a private Bundler registry you can use the
[
`source`
](
https://bundler.io/man/gemfile.5.html#GLOBAL-SOURCES
)
setting to specify its location.
For example:
```
plaintext
source "https://gems.example.com"
```
#### Custom root certificates for Bundler
You can supply a custom root certificate to complete TLS verification by using the
`ADDITIONAL_CA_CERT_BUNDLE`
[
environment variable
](
#available-variables
)
, or by
specifying a
[
`BUNDLE_SSL_CA_CERT`
](
https://bundler.io/v2.0/man/bundle-config.1.html
)
[
environment variable
](
../../../ci/variables/README.md#custom-environment-variables
)
in the job definition.
### Configuring Conan projects
### Configuring Conan projects
You can configure
[
Conan
](
https://conan.io/
)
projects by adding a
`.conan`
directory to your
You can configure
[
Conan
](
https://conan.io/
)
projects by adding a
`.conan`
directory to your
...
@@ -594,6 +614,7 @@ your code and generate security reports, without requiring internet access.
...
@@ -594,6 +614,7 @@ your code and generate security reports, without requiring internet access.
Additional configuration may be needed for connecting to
Additional configuration may be needed for connecting to
[
private Bower registries
](
#using-private-bower-registries
)
,
[
private Bower registries
](
#using-private-bower-registries
)
,
[
private Bundler registries
](
#using-private-bundler-registries
)
,
[
private Conan registries
](
#using-private-bower-registries
)
,
[
private Conan registries
](
#using-private-bower-registries
)
,
[
private Go registries
](
#using-private-go-registries
)
,
[
private Go registries
](
#using-private-go-registries
)
,
[
private Maven repositories
](
#using-private-maven-repos
)
,
[
private Maven repositories
](
#using-private-maven-repos
)
,
...
...
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