Skip to main content

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2022-10-12. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの向上、新機能の向上を図るために、最新バージョンの GitHub Enterprise にアップグレードします。 アップグレードに関するヘルプについては、GitHub Enterprise サポートにお問い合わせく� さい

Viewing packages

You can see details about packages published to a repository, and narrow results by organization or user.

Who can use this feature

You must have at least read permissions to view a package.

GitHub Packages は、GitHub Free、GitHub Pro、Organization の GitHub Free、GitHub Team、GitHub Enterprise Cloud、GitHub Enterprise Server 3.0 以降、GitHub AE で利用できます。 GitHub Enterprise Server インスタンスのアップグレードについて詳しくは、「新しいリリースへのアップグレードについて」を参照してく� さい。また、現在のリリース バージョンからのアップグレード パスについては、アップグレード アシスタント を参照してく� さい。

About package views

Your ability to view a package depends on several factors. By default, you can view all packages you have published.

Repository-scoped packages inherit their permissions and visibility from the repository that owns the package. The registries below only use this type of permissions:

  • Docker registry (docker.pkg.github.com)
  • npm registry
  • RubyGems registry
  • Apache Maven registry
  • NuGet registry

For more information, see "About permissions for GitHub Packages."

パッケージのページでは、GitHubは各バージョンについて公開日などのメタデータを提供しています。 説明やインストール、利用方法などを含むパッケージの詳細を見ることができます。 そのパッケージに関連するあらゆるアセットをダウンロードでき、ダウンロードのアクティビティの情� �を見ることができます。 パッケージ ページの例については、@Codertocat/hello-world-npm を参照してく� さい。

Viewing a repository's packages

You can find and view a package located in a particular repository.

  1. On your GitHub Enterprise Server instance, navigate to the main page of the repository.
  2. ファイルの一覧の右側にある [パッケージ] をクリックします。 リポジトリの概要ページの [パッケージ] リンク
  3. 表示させたいパッケージの名前をクリックしてく� さい。 パッケージ名

Viewing an organization's packages

You can find and view a package located in the repositories of an organization you belong to.

  1. GitHub Enterprise Server の右上隅にあるプロファイル写真をクリックし、 [自分の Organization] をクリックします。 プロファイル メニューの組織
  2. Organizationの名前をクリックしてく� さい。 Organization のリスト内の Organization 名
  3. Under your organization name, click Packages.
  4. 表示させたいパッケージの名前をクリックしてく� さい。 パッケージ名

Viewing your packages

You can find and view any package you've published across all organizations and repositories.

  1. GitHub Enterprise Server の右上隅にあるプロファイル写真をクリックし、 [自分のプロファイル] をクリックします。 プロファイル写真
  2. On the top of the profile page, in the main navigation, click Packages. Project tab
  3. 表示させたいパッケージの名前をクリックしてく� さい。 パッケージ名

Further reading