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
9d37d31e
Commit
9d37d31e
authored
Sep 16, 2021
by
Niklas
Committed by
Nick Gaskill
Sep 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc Consistency: administration/packages
parent
3dea9d44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
17 deletions
+12
-17
doc/administration/packages/dependency_proxy.md
doc/administration/packages/dependency_proxy.md
+1
-1
doc/administration/packages/index.md
doc/administration/packages/index.md
+11
-16
No files found.
doc/administration/packages/dependency_proxy.md
View file @
9d37d31e
...
@@ -7,7 +7,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
...
@@ -7,7 +7,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# GitLab Dependency Proxy administration **(FREE SELF)**
# GitLab Dependency Proxy administration **(FREE SELF)**
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/7934) in [GitLab Premium](https://about.gitlab.com/pricing/) 11.11.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/7934) in [GitLab Premium](https://about.gitlab.com/pricing/) 11.11.
> - [Moved](https://gitlab.com/gitlab-org/gitlab/-/issues/273655)
to [GitLab Free](https://about.gitlab.com/pricing/) in GitLab
13.6.
> - [Moved](https://gitlab.com/gitlab-org/gitlab/-/issues/273655)
from GitLab Premium to GitLab Free in
13.6.
GitLab can be used as a dependency proxy for a variety of common package managers.
GitLab can be used as a dependency proxy for a variety of common package managers.
...
...
doc/administration/packages/index.md
View file @
9d37d31e
...
@@ -14,22 +14,17 @@ The Packages feature allows GitLab to act as a repository for the following:
...
@@ -14,22 +14,17 @@ The Packages feature allows GitLab to act as a repository for the following:
The Package Registry supports the following formats:
The Package Registry supports the following formats:
<div
class=
"row"
>
| Package type | GitLab version |
<div
class=
"col-md-9"
>
|-------------------------------------------------------------------|----------------|
<table
align=
"left"
style=
"width:50%"
>
|
[
Composer
](
../../user/packages/composer_repository/index.md
)
| 13.2+ |
<tr
style=
"background:#dfdfdf"
><th>
Package type
</th><th>
GitLab version
</th></tr>
|
[
Conan
](
../../user/packages/conan_repository/index.md
)
| 12.6+ |
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/composer_repository/index.html"
>
Composer
</a></td><td>
13.2+
</td></tr>
|
[
Go
](
../../user/packages/go_proxy/index.md
)
| 13.1+ |
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/conan_repository/index.html"
>
Conan
</a></td><td>
12.6+
</td></tr>
|
[
Maven
](
../../user/packages/maven_repository/index.md
)
| 11.3+ |
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/go_proxy/index.html"
>
Go
</a></td><td>
13.1+
</td></tr>
|
[
npm
](
../../user/packages/npm_registry/index.md
)
| 11.7+ |
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/maven_repository/index.html"
>
Maven
</a></td><td>
11.3+
</td></tr>
|
[
NuGet
](
../../user/packages/nuget_repository/index.md
)
| 12.8+ |
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/npm_registry/index.html"
>
npm
</a></td><td>
11.7+
</td></tr>
|
[
PyPI
](
../../user/packages/pypi_repository/index.md
)
| 12.10+ |
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/nuget_repository/index.html"
>
NuGet
</a></td><td>
12.8+
</td></tr>
|
[
Generic packages
](
../../user/packages/generic_packages/index.md
)
| 13.5+ |
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/pypi_repository/index.html"
>
PyPI
</a></td><td>
12.10+
</td></tr>
|
[
Helm Charts
](
../../user/packages/helm_repository/index.md
)
| 14.1+ |
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/generic_packages/index.html"
>
Generic packages
</a></td><td>
13.5+
</td></tr>
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/helm_repository/index.html"
>
Helm Charts
</a></td><td>
14.1+
</td></tr>
</table>
</div>
</div>
## Accepting contributions
## Accepting contributions
...
...
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