Skip to content

Commit 9d2aadb

Browse files
committed
2 parents 33c26c0 + 5dc5c19 commit 9d2aadb

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

features/src/asdf/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
# asdf (asdf)
3+
4+
Installs asdf
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/jmuchovej/devcontainers/asdf:0": {}
11+
}
12+
```
13+
14+
## Options
15+
16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
| version | Select (or enter) the version of asdf you want to install. | string | latest |
19+
20+
21+
22+
---
23+
24+
_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`._

features/src/pixi/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
# pixi (pixi)
3+
4+
Add Pixi (by Prefix.dev) to your Dev Container!
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/jmuchovej/devcontainers/pixi:0": {}
11+
}
12+
```
13+
14+
## Options
15+
16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
| version | Select (or enter) the version of pixi you want to install. | string | latest |
19+
20+
## Limitations
21+
22+
The `onCreateCommand` relies on having passwordless `sudo` access. Thus, it demands that
23+
both `sudo` is available and the `${remoteUser}` has passwordless access!
24+
25+
## OS Support
26+
This feature has been tested on Debian-based distributions (Ubuntu & Debian). As of
27+
**14 Sep 2024**, **Alpine is unsupported**. This is because Alpine does not provide a
28+
the virtual package `__glibc`, which means that packages have `glibc` dependencies
29+
cannot be used (_many of the core `conda` packages require `glibc` in some fashion).
30+
Thus, there's little use in starting from an `alpine` image.
31+
32+
More details on [this GitHub issue][no-alpine-install] (tracked by the folks at
33+
Prefix.dev).
34+
35+
[no-alpine-install]: https://github.com/prefix-dev/pixi-docker/issues/23
36+
37+
---
38+
39+
_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 commit comments

Comments
 (0)