Releases: madalinignisca/devcontainers
Releases · madalinignisca/devcontainers
Introducing Python
This release splits build in multiple states:
- Base image, with nvm for easy installing any nodejs version. Can be used for only nodejs projects.
- PHP builds on top of base. Limited builds to 8.2 and 8.1. 8.3 is still experimental as many pecl extensions are not yet available.
- Introducing Python images, for now 3.12 and 3.11. Venv is included and must be used in projects.
Wartsplat
Introducing improved debuging, supporting also PHPStorm.
Sparkletoes
Starting from this release, will provide minimal files in a release zip to simply download and get started from it.
v3.0.5
Finally got ARM64, and mixed php with nodejs versions, and release tags, while keeping base tags updated, same like official images do.
3.0.4
Update docker-compose.yml
3.0.3
Remove recommends from being installed
Makes container image smaller
Includes all php/nodejs matrix
3.0.2
Use bash to run sh in workflow
Flava-C
Fix Docker tags
Hickhauler
Introducing ARM64 images.
Sunsprig
Using github actions.