1
0
mirror of synced 2026-01-06 06:02:35 -05:00

[DO NOT MERGE] GitHub Enterprise Server 3.0 release candidate megabranch (#16479)

This commit is contained in:
Melanie Yarbrough
2021-01-13 22:16:05 -05:00
committed by GitHub
parent 76c5bb1b53
commit c2336bb11e
268 changed files with 526246 additions and 878 deletions

View File

@@ -22,12 +22,19 @@ You can integrate {% data variables.product.prodname_registry %} with {% data va
{% data variables.product.prodname_registry %} offers different package registries for commonly used packages, such as for Node, RubyGems, Apache Maven, Gradle, and Nuget.
<!--This diagram excludes ghcr.io since it's not released for GHES yet.-->
{% if currentVersion ver_gt "enterprise-server@2.21" %}
![Diagram showing the GitHub Packages hosting urls for npm, RubyGems, Apache Maven, Gradle, Nuget, and Docker](/assets/images/help/package-registry/ghes-packages-diagram.png)
{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
{% data variables.product.prodname_registry %} also offers a {% data variables.product.prodname_container_registry %} designed to support the unique needs of container images. For more information, see "[About {% data variables.product.prodname_github_container_registry %}](/packages/guides/about-github-container-registry)."
{% data reusables.package_registry.container-registry-beta %}
![Diagram showing Node, RubyGems, Apache Maven, Gradle, Nuget, and the container registry with their hosting urls](/assets/images/help/package-registry/packages-overview-diagram.png)
![Diagram showing the GitHub Packages hosting urls for npm, RubyGems, Apache Maven, Gradle, Nuget, and Docker](/assets/images/help/package-registry/packages-overview-diagram.png)
{% endif %}