-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
43 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,34 +2,25 @@ | |
Based off https://github.com/phusion/baseimage-docker, this image contain latest runtime of various language and framework including: dotnet, java, python, and php. Ideal base image for hosting panels. | ||
|
||
## sshd | ||
For convienience, sshd is enabled by default. Just don't expose the port if you don't want to use sshd. | ||
For convienience, sshd is enabled by default; just don't expose docker port 22 if you don't want to use sshd. | ||
|
||
## php files | ||
1. precompiled v8js.so v0.6.4 for php5.6 and v1.3.3 for php7.0+ | ||
2. pcs.so and couchbase.so | ||
3. precompiled imagick so you can add it later with phpX.X-imagick package | ||
4. composer | ||
1. precompiled v8js-0.6.4 for php5.6 | ||
2. pecl install v8js-1.4.1 for php7.0+ | ||
3. pecl install pcs and couchbase for couchdb | ||
4. imagemagick lib for php-imagick support | ||
5. composer | ||
|
||
## other runtimes | ||
1. oracle-java8-sdk | ||
2. nodejs 8.x | ||
3. .NET 1.1.2 required libraries | ||
3. .NET CORE required libraries | ||
|
||
## add repositories | ||
1. php | ||
2. mariadb | ||
3. mongodb | ||
2. mariadb 10.1 | ||
3. mongodb 3.4 | ||
4. couchbase and couchdb | ||
4. java | ||
|
||
# LICENSE | ||
|
||
The MIT License (MIT) | ||
|
||
Copyright (c) 2017 [email protected] | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
# MIT |