-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/jmuchovej/devcontainers
- Loading branch information
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
# asdf (asdf) | ||
|
||
Installs asdf | ||
|
||
## Example Usage | ||
|
||
```json | ||
"features": { | ||
"ghcr.io/jmuchovej/devcontainers/asdf:0": {} | ||
} | ||
``` | ||
|
||
## Options | ||
|
||
| Options Id | Description | Type | Default Value | | ||
|-----|-----|-----|-----| | ||
| version | Select (or enter) the version of asdf you want to install. | string | latest | | ||
|
||
|
||
|
||
--- | ||
|
||
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/jmuchovej/devcontainers/blob/main/features/src/asdf/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
# pixi (pixi) | ||
|
||
Add Pixi (by Prefix.dev) to your Dev Container! | ||
|
||
## Example Usage | ||
|
||
```json | ||
"features": { | ||
"ghcr.io/jmuchovej/devcontainers/pixi:0": {} | ||
} | ||
``` | ||
|
||
## Options | ||
|
||
| Options Id | Description | Type | Default Value | | ||
|-----|-----|-----|-----| | ||
| version | Select (or enter) the version of pixi you want to install. | string | latest | | ||
|
||
## Limitations | ||
|
||
The `onCreateCommand` relies on having passwordless `sudo` access. Thus, it demands that | ||
both `sudo` is available and the `${remoteUser}` has passwordless access! | ||
|
||
## OS Support | ||
This feature has been tested on Debian-based distributions (Ubuntu & Debian). As of | ||
**14 Sep 2024**, **Alpine is unsupported**. This is because Alpine does not provide a | ||
the virtual package `__glibc`, which means that packages have `glibc` dependencies | ||
cannot be used (_many of the core `conda` packages require `glibc` in some fashion). | ||
Thus, there's little use in starting from an `alpine` image. | ||
|
||
More details on [this GitHub issue][no-alpine-install] (tracked by the folks at | ||
Prefix.dev). | ||
|
||
[no-alpine-install]: https://github.com/prefix-dev/pixi-docker/issues/23 | ||
|
||
--- | ||
|
||
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/jmuchovej/devcontainers/blob/main/features/src/pixi/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |