https://github.com/zouloux/docker-ci-php-node
Docker CI image based on Ubuntu, with recent versions of PHP and NodeJS
https://github.com/zouloux/docker-ci-php-node
Last synced: 10 months ago
JSON representation
Docker CI image based on Ubuntu, with recent versions of PHP and NodeJS
- Host: GitHub
- URL: https://github.com/zouloux/docker-ci-php-node
- Owner: zouloux
- Created: 2022-07-28T13:00:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T13:42:03.000Z (over 3 years ago)
- Last Synced: 2025-01-05T16:45:46.473Z (12 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker CI PHP Node
Docker CI PHP Node is an image for Gitlab CI
It's based on Debian 22, with PHP 8.1 and NodeJS 18.
Also containing Composer and NPM 8
## Usage
In your `.gitlab-ci.yml` file :
```yml
# Docker image with : Ubuntu 22 / PHP 8.1 / Composer / Node 18 / NPM 8
image:
name: zouloux/docker-ci-php-node
```