feat: Add k3d feature to devcontainer features#52
Merged
Conversation
Co-authored-by: jsburckhardt <18494471+jsburckhardt@users.noreply.github.com>
Co-authored-by: jsburckhardt <18494471+jsburckhardt@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Include K3D features
feat: Add k3d feature to devcontainer features
May 23, 2025
Co-authored-by: jsburckhardt <18494471+jsburckhardt@users.noreply.github.com>
Contributor
Author
I attempted to run the tests but encountered connectivity issues with api.github.com and containers.dev domains. The firewall is blocking these connections which are required for the tests to run successfully. The k3d feature implementation has been completed as requested. Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Owner
jsburckhardt
left a comment
There was a problem hiding this comment.
you are missing updating the github workflow
Co-authored-by: jsburckhardt <18494471+jsburckhardt@users.noreply.github.com>
Contributor
Author
I've updated the GitHub workflow in 37ddbaf to include k3d in the feature matrix and created the necessary test directory and script for k3d feature testing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new devcontainer feature for k3d - a lightweight wrapper to run k3s (Rancher Lab's minimal Kubernetes distribution) in Docker.
Implementation details:
src/k3d/Usage:
{ "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "ghcr.io/jsburckhardt/devcontainer-features/k3d:1": {} } }You can also specify a version:
{ "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "ghcr.io/jsburckhardt/devcontainer-features/k3d:1": { "version": "v5.6.0" } } }Fixes #51.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
api.github.comcurl -sL REDACTED(dns block)containers.devnode /usr/local/bin/devcontainer features test -f k3d -i ubuntu:latest(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.