Skip to content

permafrost-dev/laravel-act-docker

 
 

Repository files navigation

laravel-act-docker

permafrostsoftware/laravel-node

Build status LICENSE Docker Image Size

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

image

Namespaces

permafrostsoftware/laravel-node - View on DockerHub

Platforms/OS Architecture

  • linux/amd64 or amd64
  • linux/arm64 or arm64v8

Image Variants/Tags

latest

  • 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

jammy, 2204

  • 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

focal, 2004

  • 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

Platform/OS Architecture specific tags

  • Suffix amd64, arm64v8 to above image variants to get image for specific OS architecture. For example permafrostsoftware/laravel-node:focal-arm64v8

License

The code in this project is licensed under the MIT license. Please see the license file for more information.

Dependencies

About

Docker images to run setup-php GitHub Action on self hosted runners and nektos/act for Laravel projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Shell 100.0%