You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% 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)."
Copy file name to clipboardExpand all lines: content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,7 @@ versions:
17
17
18
18
### About Docker and {% data variables.product.prodname_registry %}
19
19
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 %}
25
21
26
22
When installing or publishing a docker image, {% data variables.product.prodname_registry %} does not currently support foreign layers, such as Windows images.
27
23
@@ -33,7 +29,9 @@ Before you can use the Docker registry on {% data variables.product.prodname_reg
33
29
34
30
### Authenticating to {% data variables.product.prodname_registry %}
35
31
36
-
{% data reusables.package_registry.authenticate-packages %}
32
+
{% data reusables.package_registry.docker_registry_deprecation_status %}
33
+
34
+
{% data reusables.package_registry.authenticate-packages }}
37
35
38
36
#### Authenticating with a personal access token
39
37
@@ -69,6 +67,8 @@ For more information, see "[Docker login](https://docs.docker.com/engine/referen
69
67
70
68
### Publishing a package
71
69
70
+
{% data reusables.package_registry.docker_registry_deprecation_status %}
71
+
72
72
{% 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.
73
73
74
74
{% data reusables.package_registry.lowercase-name-field %}
@@ -120,6 +120,8 @@ For more information, see "[Docker login](https://docs.docker.com/engine/referen
120
120
121
121
#### Example publishing a Docker image
122
122
123
+
{% data reusables.package_registry.docker_registry_deprecation_status %}
124
+
123
125
You can publish version 1.0 of the `monalisa` image to the `octocat/octo-app` repository using an image ID.
{% data reusables.package_registry.docker_registry_deprecation_status %}
184
+
181
185
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 %}
**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 %}
0 commit comments