Skip to content

Releases: madalinignisca/devcontainers

Introducing Python

29 Jan 17:45

Choose a tag to compare

This release splits build in multiple states:

  1. Base image, with nvm for easy installing any nodejs version. Can be used for only nodejs projects.
  2. 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.
  3. Introducing Python images, for now 3.12 and 3.11. Venv is included and must be used in projects.

Wartsplat

27 Aug 22:49
996e4c5

Choose a tag to compare

Introducing improved debuging, supporting also PHPStorm.

Sparkletoes

23 Aug 09:46

Choose a tag to compare

Starting from this release, will provide minimal files in a release zip to simply download and get started from it.

v3.0.5

28 Apr 15:30
d416cac

Choose a tag to compare

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

28 Apr 09:56
92e73ca

Choose a tag to compare

Update docker-compose.yml

3.0.3

28 Apr 06:08
f676de7

Choose a tag to compare

Remove recommends from being installed
Makes container image smaller
Includes all php/nodejs matrix

3.0.2

28 Apr 05:55
8a4f31c

Choose a tag to compare

Use bash to run sh in workflow

Flava-C

27 Apr 21:07
436ba57

Choose a tag to compare

Fix Docker tags

Hickhauler

27 Apr 20:25
c89c91d

Choose a tag to compare

Introducing ARM64 images.

Sunsprig

27 Apr 19:09
5bedb4f

Choose a tag to compare

Using github actions.