Skip to content

Commit 9569b16

Browse files
author
Mark Phelps
authored
Update docs around what image formats are supported by GHCR (#806)
1 parent 399816f commit 9569b16

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

content/packages/getting-started-with-github-container-registry/about-github-container-registry.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,24 @@ versions:
88

99
{% note %}
1010

11-
**Note:** {% data variables.product.prodname_github_container_registry %} is currently in public beta and subject to change. Currently, {% data variables.product.prodname_github_container_registry %} only supports Docker image formats. During the beta, storage and bandwidth is free.
11+
**Note:** {% data variables.product.prodname_github_container_registry %} is currently in public beta and subject to change. During the beta, storage and bandwidth are free.
1212

1313
{% endnote %}
1414

15-
1615
{% data reusables.package_registry.container-registry-feature-highlights %}
1716

1817
To share context about your package's use, you can link a repository to your container image on {% data variables.product.prodname_dotcom %}. For more information, see "[Connecting a repository to a container image](/packages/managing-container-images-with-github-container-registry/connecting-a-repository-to-a-container-image)."
1918

2019
### Supported formats
2120

22-
The {% data variables.product.prodname_container_registry %} currently only supports Docker images.
21+
The {% data variables.product.prodname_container_registry %} currently supports the following container image formats:
22+
23+
* [Docker Image Manifest V2, Schema 2](https://docs.docker.com/registry/spec/manifest-v2-2/)
24+
* [Open Container Initiative (OCI) Specifications](https://github.com/opencontainers/image-spec)
25+
26+
#### Manifest Lists/Image Indexes
2327

28+
{% data variables.product.prodname_github_container_registry %} also supports [Docker Manifest List](https://docs.docker.com/registry/spec/manifest-v2-2/#manifest-list)/[OCI Image Index](https://github.com/opencontainers/image-spec/blob/79b036d80240ae530a8de15e1d21c7ab9292c693/image-index.md) formats which are defined in the Docker V2, Schema 2 and OCI image specifications.
2429

2530
### Visibility and access permissions for container images
2631

content/packages/managing-container-images-with-github-container-registry/deleting-a-container-image.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ To delete a container image, you must have admin permissions to the container im
1616

1717
When deleting public packages, be aware that you may break projects that depend on your package.
1818

19-
20-
2119
### Reserved package versions and names
2220

2321
{% data reusables.package_registry.package-immutability %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% note %}
22

3-
**Note:** {% data variables.product.prodname_github_container_registry %} is currently in public beta and subject to change. Currently, {% data variables.product.prodname_github_container_registry %} only supports Docker image formats. During the beta, storage and bandwidth is free. For more information, see "[About {% data variables.product.prodname_github_container_registry %}](/packages/getting-started-with-github-container-registry/about-github-container-registry)."
3+
**Note:** {% data variables.product.prodname_github_container_registry %} is currently in public beta and subject to change. During the beta, storage and bandwidth are free. For more information, see "[About {% data variables.product.prodname_github_container_registry %}](/packages/getting-started-with-github-container-registry/about-github-container-registry)."
44

55
{% endnote %}

0 commit comments

Comments
 (0)