Docker images for use with nektos/act
when running workflows for Laravel packages and projects locally.
To use this image with act
, run a command similar to the following:
act -P ubuntu-latest=permafrostsoftware/laravel-node:latest -W .github/workflows/run-tests.yml
permafrostsoftware/laravel-node
- View on DockerHub
linux/amd64
oramd64
linux/arm64
orarm64v8
- Ubuntu 22.04 (focal)
- PHP 7.2 to PHP 8.2
- PHP extensions:
bcmath
,curl
,dom
,fileinfo
,gd
,iconv
,intl
,json
,mbstring
,mysql
,pdo
,pdo_mysql
,pdo_sqlite
,sqlite3
,xml
,zip
,xdebug
- Node.js 16.18.1
- Yarn 1.22.19
- Ubuntu 22.04 (jammy)
- PHP 7.2 to PHP 8.2
- PHP extensions:
bcmath
,curl
,dom
,fileinfo
,gd
,iconv
,intl
,json
,mbstring
,mysql
,pdo
,pdo_mysql
,pdo_sqlite
,sqlite3
,xml
,zip
,xdebug
- Node.js 16.18.1
- Yarn 1.22.19
- Ubuntu 20.04 (focal)
- PHP 7.2 to PHP 8.2
- PHP extensions:
bcmath
,curl
,dom
,fileinfo
,gd
,iconv
,intl
,json
,mbstring
,mysql
,pdo
,pdo_mysql
,pdo_sqlite
,sqlite3
,xml
,zip
,xdebug
- Node.js 16.18.1
- Yarn 1.22.19
- Suffix
amd64
,arm64v8
to above image variants to get image for specific OS architecture. For examplepermafrostsoftware/laravel-node:focal-arm64v8
The code in this project is licensed under the MIT license. Please see the license file for more information.