File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ` |
You can’t perform that action at this time.
0 commit comments