Skip to content

feat: Add Docker Hub mirror configuration to k3d#72

Merged
venkatamutyala merged 1 commit into
mainfrom
venkatamutyala-patch-1
Apr 26, 2026
Merged

feat: Add Docker Hub mirror configuration to k3d#72
venkatamutyala merged 1 commit into
mainfrom
venkatamutyala-patch-1

Conversation

@venkatamutyala

Copy link
Copy Markdown
Contributor

Add registry configuration for Docker Hub mirror.

Add registry configuration for Docker Hub mirror.
Copilot AI review requested due to automatic review settings April 26, 2026 19:46
@venkatamutyala venkatamutyala merged commit 4e1daeb into main Apr 26, 2026
4 checks passed
@venkatamutyala venkatamutyala deleted the venkatamutyala-patch-1 branch April 26, 2026 19:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a k3d registry mirror configuration so k3s/containerd pulls Docker Hub images via the configured Docker Hub mirror endpoint.

Changes:

  • Introduce registries.config in k3d-config.yaml to mirror docker.io to https://dockerhub.repo.gpkg.io.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread k3d-config.yaml
nodeFilters:
- server:*
registries:
config: |

Copilot AI Apr 26, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There’s trailing whitespace after the block scalar indicator (config: | ). This can trip YAML linters/formatters; consider removing the extra space so it’s config: |.

Suggested change
config: |
config: |

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants