1
0
mirror of synced 2025-12-22 19:34:15 -05:00
Files
docs/content/packages/guides/enabling-improved-container-support.md
jmarlena e820d306df Container GITHUB_TOKEN and internal visibility support (#18275)
* First rewrite

* draft commit

* Rework this draft

* Add extra article

* Revert "Add extra article"

This reverts commit 690c1ba67af9c94b62429bddf59b5b6c4d4c7634.

* remove https://

* Fix chart

* Change order

* Apply suggestions from code review

* Rewrite this section

* Don't need this update

* Revised draft

* Apply suggestions from code review

* Some tweaks

* Add new section

* Rework permission description

* Rework new procedure

* Revisions

* Fix this link

* Tiny fixes

* Tweaks

* Apply @hubwriter's input

Co-authored-by: hubwriter <hubwriter@github.com>

* Apply suggestions from code review

Co-authored-by: hubwriter <hubwriter@github.com>

* Create reusable for token security explanation

* Typo

* Add more context

* Revise for consistency

* Missing part of a link

* A bit more context

* fix link

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Found a typo

Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-03-23 10:11:42 -07:00

3.2 KiB

title, intro, product, redirect_from, versions
title intro product redirect_from versions
Enabling improved container support To use {% data variables.product.prodname_github_container_registry %}, you must enable it for your user or organization account. {% data reusables.gated-features.packages %}
/packages/getting-started-with-github-container-registry/enabling-improved-container-support
free-pro-team
*

{% note %}

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 %}."

{% endnote %}

Enabling {% data variables.product.prodname_github_container_registry %} for your personal account

Once {% data variables.product.prodname_github_container_registry %} is enabled for your personal user account, you can publish containers to {% data variables.product.prodname_github_container_registry %} owned by your user account.

To use {% data variables.product.prodname_github_container_registry %} within an organization, the organization owner must enable the feature for organization members.

{% data reusables.feature-preview.feature-preview-setting %} 2. On the left, select "Improved container support", then click Enable. Improved container support

Enabling {% data variables.product.prodname_github_container_registry %} for your organization account

Before organization owners or members can publish container images to {% data variables.product.prodname_github_container_registry %}, an organization owner must enable the feature preview for the organization.

{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} 4. On the left, click Packages. 5. Under "Improved container support", select "Enable improved container support" and click Save. Enable container registry support option and save button 6. Under "Container creation", choose whether you want to enable the creation of public, private, or internal container images. - To enable organization members to create public container images, click Public. - To enable organization members to create private container images that are only visible to other organization members, click Private. You can further customize the visibility of private container images. For more information, see "Configuring access control and visibility for container images." - For {% data variables.product.prodname_ghe_cloud %} only: To enable organization members to create internal container images that are only visible to other organization members, click Internal. Visibility options for container images published by organization members