Skip to content

Commit 3c039a6

Browse files
committed
merge conflicts, merge conflicts, merge conflicts
1 parent e56b1b8 commit 3c039a6

3 files changed

Lines changed: 24 additions & 7 deletions

File tree

content/admin/configuration/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ versions:
4040
{% topic_link_in_list /managing-connections-between-github-enterprise-server-and-github-enterprise-cloud %}
4141
{% link_in_list /connecting-github-enterprise-server-to-github-enterprise-cloud %}
4242
{% link_in_list /enabling-unified-search-between-github-enterprise-server-and-githubcom %}
43-
{% link_in_list /enabling-unified-contributions-between-github-enterprise-server-and-githubcom %}
43+
{% link_in_list /enabling-unified-contributions-between-github-enterprise-server-and-githubcom %}
4444
<!-- if currentVersion ver_gt "enterprise-server@2.16" -->
4545
{% link_in_list /enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server %}
4646
{% link_in_list /enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud %}
@@ -49,3 +49,11 @@ versions:
4949
{% topic_link_in_list /configuring-advanced-security-features %}
5050
{% link_in_list /configuring-code-scanning-for-your-appliance %}
5151
<!-- endif -->
52+
53+
{% if currentVersion ver_gt "enterprise-server@2.21" %}
54+
{% note %}
55+
56+
**Note:** To configure {% data variables.product.prodname_actions %} or {% data variables.product.prodname_registry %} for your enterprise, see "[Managing GitHub Actions for your enterprise](/admin/github-actions)" or "[Managing GitHub Packages for your enterprise](admin/packages)."
57+
58+
{% endnote %}
59+
{% endif %}

content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ versions:
1717

1818
### About Docker and {% data variables.product.prodname_registry %}
1919

20-
{% warning %}
21-
22-
**Note:** The {% data variables.product.prodname_registry %} Docker registry will be superseded by {% data variables.product.prodname_github_container_registry %}{% if currentVersion != "free-pro-team@latest" %} in a future {% data variables.product.product_name %} release{% endif %}.{% if currentVersion == "free-pro-team@latest" %} To learn how to migrate your existing Docker images and any workflows using them, see "[Migrating to {% data variables.product.prodname_github_container_registry %} for Docker images](/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images)" and "[Getting started with {% data variables.product.prodname_github_container_registry %}](/packages/getting-started-with-github-container-registry)."{% endif %}
23-
24-
{% endwarning %}
20+
{% data reusables.package_registry.docker_registry_deprecation_status %}
2521

2622
When installing or publishing a docker image, {% data variables.product.prodname_registry %} does not currently support foreign layers, such as Windows images.
2723

@@ -33,7 +29,9 @@ Before you can use the Docker registry on {% data variables.product.prodname_reg
3329

3430
### Authenticating to {% data variables.product.prodname_registry %}
3531

36-
{% data reusables.package_registry.authenticate-packages %}
32+
{% data reusables.package_registry.docker_registry_deprecation_status %}
33+
34+
{% data reusables.package_registry.authenticate-packages }}
3735

3836
#### Authenticating with a personal access token
3937

@@ -69,6 +67,8 @@ For more information, see "[Docker login](https://docs.docker.com/engine/referen
6967

7068
### Publishing a package
7169

70+
{% data reusables.package_registry.docker_registry_deprecation_status %}
71+
7272
{% data variables.product.prodname_registry %} supports multiple top-level Docker images per repository. A repository can have any number of image tags. You may experience degraded service publishing or installing Docker images larger than 10GB, layers are capped at 5GB each. For more information, see "[Docker tag](https://docs.docker.com/engine/reference/commandline/tag/)" in the Docker documentation.
7373

7474
{% data reusables.package_registry.lowercase-name-field %}
@@ -120,6 +120,8 @@ For more information, see "[Docker login](https://docs.docker.com/engine/referen
120120

121121
#### Example publishing a Docker image
122122

123+
{% data reusables.package_registry.docker_registry_deprecation_status %}
124+
123125
You can publish version 1.0 of the `monalisa` image to the `octocat/octo-app` repository using an image ID.
124126

125127
{% if currentVersion == "free-pro-team@latest" %}
@@ -178,6 +180,8 @@ $ docker push docker.<em>HOSTNAME</em>/octocat/octo-app/monalisa:1.0
178180

179181
### Installing a package
180182

183+
{% data reusables.package_registry.docker_registry_deprecation_status %}
184+
181185
You can use the `docker pull` command to install a docker image from {% data variables.product.prodname_registry %}, replacing *OWNER* with the name of the user or organization account that owns the repository, *REPOSITORY* with the name of the repository containing your project, *IMAGE_NAME* with name of the package or image,{% if currentVersion != "free-pro-team@latest" %}*HOSTNAME* with the host name of your {% data variables.product.prodname_ghe_server %} instance, {% endif %} and *TAG_NAME* with tag for the image you want to install. {% data reusables.package_registry.lowercase-name-field %}
182186

183187

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% warning %}
2+
3+
**Note:** The {% data variables.product.prodname_registry %} Docker registry will be superseded by {% data variables.productprodname_github_container_registry %}{% if currentVersion != "free-pro-team@latest" %} in a future {% data variables.product.product.product_name %} release{% endif %}.{% if currentVersion == "free-pro-team@latest" %} To learn how to migrate your existing Docker images and any workflows using them, see "[Migrating to {% data variables.product.prodname_github_container_registry %} for Docker images](/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images)" and "[Getting started with {% data variables.product.prodname_github_container_registry %}](/packages/getting-started-with-github-container-registry)."{% endif %}
4+
5+
{% endwarning %}

0 commit comments

Comments
 (0)