https://github.com/audacioustux/devcontainers
simplified devcontainer features, compatible with arm64
https://github.com/audacioustux/devcontainers
devcontainer devcontainer-features
Last synced: 7 months ago
JSON representation
simplified devcontainer features, compatible with arm64
- Host: GitHub
- URL: https://github.com/audacioustux/devcontainers
- Owner: audacioustux
- License: mit
- Created: 2023-07-09T15:35:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T16:15:39.000Z (12 months ago)
- Last Synced: 2025-04-09T15:57:18.003Z (10 months ago)
- Topics: devcontainer, devcontainer-features
- Language: Shell
- Homepage:
- Size: 194 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevContainer Features
[](https://github.com/codespaces/new/?repo=audacioustux%2Fdevcontainers&ref=master)
[](https://github.com/audacioustux/devcontainers/actions/workflows/codespaces/create_codespaces_prebuilds)


## Contribute
* Add new features
* Use `task new -- "" ""` to create a new feature from template
* Let me know if something is not working as expected
## Note
* Should be treated as a bug -
* If, features not compatible with:
* `mcr.microsoft.com/devcontainers/base:ubuntu` image.
* ARM64 architecture.
* If, by default, features do not install the latest version of the relevant tools.
## Usage
Click on the feature name to see the usage instructions.
[Check out this blog post](https://audacioustux.notion.site/Getting-Started-with-Devcontainer-c727dbf9d56f4d6b9b0ef87b3111693f) to learn more about DevContainers (and GitHub Codespaces)
## Features
- [argo](https://github.com/audacioustux/devcontainers/tree/main/src/argo)
- [aws-sam-cli](https://github.com/audacioustux/devcontainers/tree/main/src/aws-sam-cli)
- [bazel](https://github.com/audacioustux/devcontainers/tree/main/src/bazel)
- [bun](https://github.com/audacioustux/devcontainers/tree/main/src/bun)
- [cilium](https://github.com/audacioustux/devcontainers/tree/main/src/cilium)
- [common-utils-extras](https://github.com/audacioustux/devcontainers/tree/main/src/common-utils-extras)
- [ebort](https://github.com/audacioustux/devcontainers/tree/main/src/ebort)
- [flyctl](https://github.com/audacioustux/devcontainers/tree/main/src/flyctl)
- [graalvm](https://github.com/audacioustux/devcontainers/tree/main/src/graalvm)
- [k9s](https://github.com/audacioustux/devcontainers/tree/main/src/k9s)
- [knative](https://github.com/audacioustux/devcontainers/tree/main/src/knative)
- [kubebuilder](https://github.com/audacioustux/devcontainers/tree/main/src/kubebuilder)
- [kustomize](https://github.com/audacioustux/devcontainers/tree/main/src/kustomize)
- [localstack](https://github.com/audacioustux/devcontainers/tree/main/src/localstack)
- [mirrord](https://github.com/audacioustux/devcontainers/tree/main/src/mirrord)
- [operator-sdk](https://github.com/audacioustux/devcontainers/tree/main/src/operator-sdk)
- [pack-cli](https://github.com/audacioustux/devcontainers/tree/main/src/pack-cli)
- [pulumi](https://github.com/audacioustux/devcontainers/tree/main/src/pulumi)
- [scala-toolchain](https://github.com/audacioustux/devcontainers/tree/main/src/scala-toolchain)
- [taskfile](https://github.com/audacioustux/devcontainers/tree/main/src/taskfile)
- [tilt](https://github.com/audacioustux/devcontainers/tree/main/src/tilt)
- [vegeta](https://github.com/audacioustux/devcontainers/tree/main/src/vegeta)
- [wasm-toolchain](https://github.com/audacioustux/devcontainers/tree/main/src/wasm-toolchain)