Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuchovej committed Oct 6, 2024
2 parents 33c26c0 + 5dc5c19 commit 9d2aadb
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
24 changes: 24 additions & 0 deletions features/src/asdf/README.md
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`._
39 changes: 39 additions & 0 deletions features/src/pixi/README.md
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`._

0 comments on commit 9d2aadb

Please sign in to comment.