Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ---------------------------------------------------------------
# To update the sha:
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250630-232247-g421d4a07a AS base
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250707-185623-g8becf904e AS base

# Install curl for Node install and determining the early access branch
# Install git for cloning docs-early-access & translations repos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ topics:
shortTitle: Enable Packages with MinIO
redirect_from:
- /admin/packages/enabling-github-packages-with-minio
- /admin/configuring-packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages
---

> [!WARNING]
Expand All @@ -21,7 +22,7 @@ redirect_from:

## Prerequisites

Before you can enable and configure {% data variables.product.prodname_registry %} on {% data variables.location.product_location_enterprise %}, 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 [AUTOTITLE](/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages).
Before you can enable and configure {% data variables.product.prodname_registry %} on {% data variables.location.product_location_enterprise %}, you need to prepare your MinIO object store. See the [MinIO AIStor Documentation](https://docs.min.io/enterprise/aistor-object-store/).

Ensure your MinIO external storage access key ID and secret have these permissions:
* `s3:PutObject`
Expand Down
2 changes: 0 additions & 2 deletions content/admin/configuring-packages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ children:
- /enabling-github-packages-with-aws
- /enabling-github-packages-with-azure-blob-storage
- /enabling-github-packages-with-minio
- /quickstart-for-configuring-your-minio-storage-bucket-for-github-packages
- /configuring-package-ecosystem-support-for-your-enterprise
- /migrating-your-enterprise-to-the-container-registry-from-the-docker-registry
shortTitle: Packages
---
{% data reusables.package_registry.packages-ghes-release-stage %}

This file was deleted.

1 change: 0 additions & 1 deletion content/admin/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ includeGuides:
- /admin/managing-your-enterprise-account/about-enterprise-accounts
- /admin/getting-started-with-enterprise/about-upgrades-to-new-releases
- /admin/configuring-packages/configuring-package-ecosystem-support-for-your-enterprise
- /admin/configuring-packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages
- /admin/enforcing-policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks
- /admin/enforcing-policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment
- /admin/enforcing-policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script
Expand Down
Loading