Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
matrix:
features:
- erlang-asdf
- elixir-asdf
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion src/elixir-asdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _Note: Ensure that `unzip` is installed beforehand as it is a required dependenc

```json
"features": {
"ghcr.io/devcontainers-extra/features/elixir-asdf:1": {
"ghcr.io/rabdulwahhab/devcontainer-features/elixir-asdf:1": {
"version": "v1.19.4-otp-28"
}
}
Expand Down
7 changes: 3 additions & 4 deletions src/elixir-asdf/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Elixir (via asdf)",
"id": "elixir-asdf",
"version": "1.0.0",
"name": "Elixir (via asdf)",
"documentationURL": "http://github.com/rabdulwahhab/devcontainer-features/tree/main/src/elixir-asdf",
"description": "Elixir is a dynamic, functional language for building scalable and maintainable applications.",
"documentationURL": "http://github.com/rabdulwahhab/devcontainer-features/tree/main/src/elixir-asdf",
"options": {
"version": {
"default": "latest",
Expand All @@ -16,7 +16,6 @@
},
"installsAfter": [
"ghcr.io/devcontainers-extra/features/apt-get-packages",
"ghcr.io/devcontainers-extra/features/asdf-package",
"ghcr.io/devcontainers-extra/features/erlang-asdf"
"ghcr.io/rabdulwahhab/devcontainer-features/erlang-asdf"
]
}
2 changes: 1 addition & 1 deletion src/erlang-asdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _Note: This feature does not install the build tools or dependencies needed for

```json
"features": {
"ghcr.io/devcontainers-extra/features/erlang-asdf:1": {
"ghcr.io/rabdulwahhab/devcontainer-features/erlang-asdf:1": {
"version": "28.1",
"kerlConfigureOptions": "--disable-debug --without-javac"
}
Expand Down
2 changes: 1 addition & 1 deletion test/elixir-asdf/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"test": {
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"apt-get-packages": {
"ghcr.io/devcontainers-extra/features/apt-get-packages:1": {
"packages": "unzip"
},
"elixir-asdf": {
Expand Down
Loading