Skip to content

Commit ae01daf

Browse files
committed
docs: add README for DevContainer images with available versions
1 parent a20ef07 commit ae01daf

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# DevContainer Images
2+
3+
Pre-built development container images with multiple language versions.
4+
5+
## Available Images
6+
7+
### Ubuntu Base Image
8+
| Ubuntu Version | Image |
9+
| -------------- | ------------------------------------------ |
10+
| 22.04 | `ghcr.io/appzic/devcontainer-ubuntu:22.04` |
11+
| 24.04 | `ghcr.io/appzic/devcontainer-ubuntu:24.04` |
12+
13+
### Node.js Images
14+
| Ubuntu Version | Node Version | Image |
15+
| -------------- | ------------ | --------------------------------------- |
16+
| 24.04 | 18.x | `ghcr.io/appzic/devcontainer-node:18.x` |
17+
| 24.04 | 20.x | `ghcr.io/appzic/devcontainer-node:20.x` |
18+
| 24.04 | 22.x | `ghcr.io/appzic/devcontainer-node:22.x` |
19+
| 24.04 | 24.x | `ghcr.io/appzic/devcontainer-node:24.x` |
20+
21+
## PHP + Node.js Images
22+
| Ubuntu Version | PHP Version | Node Version | Image |
23+
| -------------- | ----------- | ------------ | ------------------------------------------------------ |
24+
| 24.04 | 8.1 | 20.x | `ghcr.io/appzic/devcontainer-php-node:php8.1-node20.x` |
25+
| 24.04 | 8.3 | 24.x | `ghcr.io/appzic/devcontainer-php-node:php8.3-node24.x` |
26+
27+
## Python Images
28+
| Ubuntu Version | Python Version | Image |
29+
| -------------- | -------------- | ------------------------------------------- |
30+
| 24.04 | 3.7.3 | `ghcr.io/appzic/devcontainer-python:3.7.3` |
31+
| 24.04 | 3.12.2 | `ghcr.io/appzic/devcontainer-python:3.12.2` |

0 commit comments

Comments
 (0)