feat: add redis_cli, kafka_cli, and neovim binary features#630
Open
caspersg wants to merge 2 commits intodevcontainers:gh-pagesfrom
Open
feat: add redis_cli, kafka_cli, and neovim binary features#630caspersg wants to merge 2 commits intodevcontainers:gh-pagesfrom
caspersg wants to merge 2 commits intodevcontainers:gh-pagesfrom
Conversation
AlvaroRausell
approved these changes
Jan 5, 2026
AlvaroRausell
suggested changes
Jan 5, 2026
Comment on lines
+1288
to
+1302
| - name: Neovim (Binary) (neovim) | ||
| maintainer: caspersg | ||
| contact: https://github.com/caspersg/devcontainer_features/issues | ||
| repository: https://github.com/caspersg/devcontainer_features | ||
| ociReference: http://ghcr.io/caspersg/devcontainer_features/neovim | ||
| - name: Kafka CLI tools (kafka_cli) | ||
| maintainer: caspersg | ||
| contact: https://github.com/caspersg/devcontainer_features/issues | ||
| repository: https://github.com/caspersg/devcontainer_features | ||
| ociReference: http://ghcr.io/caspersg/devcontainer_features/kafka_cli | ||
| - name: Redis CLI Binary (redis_cli) | ||
| maintainer: caspersg | ||
| contact: https://github.com/caspersg/devcontainer_features/issues | ||
| repository: https://github.com/caspersg/devcontainer_features | ||
| ociReference: http://ghcr.io/caspersg/devcontainer_features/redis_cli |
Contributor
There was a problem hiding this comment.
Sorry, missed this before approving. Can you make these all a single collection? The oci reference should be http://ghcr.io/caspersg/devcontainer_features. We have a script that will automatically get all your features onto the website as long as they belong to that repo. Thanks!
Contributor
There was a problem hiding this comment.
@caspersg Any progress on this? The PR will be on hold until then.
10 tasks
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.
What type of PR is this?
Related Issues
Description
This PR adds two three dev-container features to the index:
Redis CLI Binary (redis_cli) - A feature that installs redis-cli from binary
Neovim (Binary) (neovim)- A feature that installs neovim from binary
Kafka CLI tools (kafka_cli) - A feature that installs the kafka CLI tools from binary
All features are available at: https://github.com/caspersg/devcontainer_features
Collection checklist
If your PR contributes a new collection, please utilize this checklist: