An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# DevContainer Features

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new/?repo=audacioustux%2Fdevcontainers&ref=master)
[![Codespaces Prebuilds](https://github.com/audacioustux/devcontainers/actions/workflows/codespaces/create_codespaces_prebuilds/badge.svg)](https://github.com/audacioustux/devcontainers/actions/workflows/codespaces/create_codespaces_prebuilds)

![Tests](https://github.com/audacioustux/devcontainers/actions/workflows/test.yaml/badge.svg)
![Release](https://github.com/audacioustux/devcontainers/actions/workflows/release.yaml/badge.svg)

## 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)