-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Verify php & node version, add readme
- Loading branch information
1 parent
b9e5dad
commit f57b8a0
Showing
3 changed files
with
50 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Docker image for Continuous Integration | ||
|
||
## Available tags | ||
|
||
See the [docker-ci-php-node package](https://github.com/justbetter/docker-ci-php-node/pkgs/container/docker-ci-php-node) | ||
The tag format is as follows: `<branch/tag>-<ubuntu version>-<php version>-<node version>` | ||
|
||
Missing a version? Make a PR adding this to [the version matrix](https://github.com/justbetter/docker-ci-php-node/blob/master/.github/workflows/push-docker-container.yml) | ||
|
||
## System information | ||
* [Ubuntu](https://ubuntu.com/) | ||
|
||
## Installed packages | ||
* ssh | ||
* openssh-client | ||
* rsync | ||
* curl | ||
* wget | ||
* PHP | ||
* mysql | ||
* pgsql | ||
* memcached | ||
* sqlite | ||
* bz2 | ||
* zip | ||
* mbstring | ||
* curl | ||
* gd | ||
* xml | ||
* bcmath | ||
* intl | ||
* imap | ||
* [Composer](https://getcomposer.org/) | ||
* [PHPUnit](https://phpunit.de/) | ||
* [Node.js](https://nodejs.org/) | ||
* [npm](https://www.npmjs.com/) | ||
* [volta](https://volta.sh/) |