Warnings:
- It is critical that you set the restrictive access policies you need for your storage bucket, because GitHub does not apply specific object permissions or additional access control lists (ACLs) to your storage bucket configuration. For example, if you make your bucket public, data in the bucket will be accessible on the public internet.
- We recommend using a dedicated bucket for GitHub Packages, separate from the bucket you use for GitHub Actions storage.
- Make sure to configure the bucket you'll want to use in the future. We do not recommend changing your storage after you start using GitHub Packages.
Prerequisites
Before you can enable and configure GitHub Packages on 您的 GitHub Enterprise Server 实例, you need to prepare your MinIO storage bucket. To help you quickly set up a MinIO bucket and navigate MinIO's customization options, see the "Quickstart for configuring your MinIO storage bucket for GitHub Packages."
Ensure your MinIO external storage access key ID and secret have these permissions:
s3:PutObjects3:GetObjects3:ListBucketMultipartUploadss3:ListMultipartUploadPartss3:AbortMultipartUploads3:DeleteObjects3:ListBucket
Enabling GitHub Packages with MinIO external storage
Although MinIO does not currently appear in the user interface under "Package Storage", MinIO is still supported by GitHub Packages on GitHub Enterprise. Also, note that MinIO's object storage is compatible with the S3 API and you can enter MinIO's bucket details in place of AWS S3 details.
-
从 GitHub Enterprise Server 上的管理帐户,点击任何页面右上角的 。

-
在左侧边栏中,单击 管理控制台。

-
在左边栏中,单击 Packages(包)。

-
在 "GitHub Packages" 下,选择 Enable GitHub Packages(启用 GitHub Packages)。

-
Under "Packages Storage", select Amazon S3.
-
Enter your MinIO storage bucket's details in the AWS storage settings.
- AWS Service URL: The hosting URL for your MinIO bucket.
- AWS S3 Bucket: The name of your S3-compatible MinIO bucket dedicated to GitHub Packages.
- AWS S3 Access Key and AWS S3 Secret Key: Enter the MinIO access key ID and secret key to access your bucket.

-
在左侧边栏下,单击 Save settings(保存设置)。

-
等待配置运行完毕。
Next steps
作为下一步,您可以自定义您想要提供给最终用户的 your GitHub Enterprise Server instance 软件包生态系统。 更多信息请参阅“为企业配置包生态系统支持”。
有关在 GitHub 上使用 GitHub Packages 的概述,请参阅“开始为您的企业使用 GitHub Packages”。