Skip to content

Commit 9ca64b6

Browse files
committed
Run update.sh
1 parent 14c4ff7 commit 9ca64b6

File tree

3 files changed

+113
-3
lines changed

3 files changed

+113
-3
lines changed

crate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Supported tags and respective `Dockerfile` links
22

3-
- [`latest`, `0.44`, `0.44.6` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/0.44.6/Dockerfile)
3+
- [`latest`, `0.44`, `0.44.7` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/0.44.7/Dockerfile)
44

55
For more information about this image and its history, please see the [relevant
66
manifest file

jenkins/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Supported tags and respective `Dockerfile` links
22

3-
- [`latest`, `1.565.3` (*Dockerfile*)](https://github.com/cloudbees/jenkins-ci.org-docker/blob/b2b442e360cf92317326fa4e325a81ab1f11a422/Dockerfile)
4-
- [`weekly`, `1.583` (*Dockerfile*)](https://github.com/cloudbees/jenkins-ci.org-docker/blob/f969422940ce4b2cd0bbbdcf31ea96fa2485e86c/Dockerfile)
3+
- [`latest`, `1.565.3` (*Dockerfile*)](https://github.com/cloudbees/jenkins-ci.org-docker/blob/f744bdb73fbfc701a52105460511284a470bcfb8/Dockerfile)
4+
- [`weekly`, `1.585` (*Dockerfile*)](https://github.com/cloudbees/jenkins-ci.org-docker/blob/f4fff43208976e7c1b01e422512522d48338267a/Dockerfile)
5+
- [`1.584` (*Dockerfile*)](https://github.com/cloudbees/jenkins-ci.org-docker/blob/1d0405229b5f25ff52b5930a56488470ce386efc/Dockerfile)
6+
- [`1.583` (*Dockerfile*)](https://github.com/cloudbees/jenkins-ci.org-docker/blob/f969422940ce4b2cd0bbbdcf31ea96fa2485e86c/Dockerfile)
57

68
For more information about this image and its history, please see the [relevant
79
manifest file

php-zendserver/README.md

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
# Supported tags and respective `Dockerfile` links
2+
3+
- [`5.5`, `7.0-php5.5`, `7.0`, `latest` (*7.0/5.5/Dockerfile*)](https://github.com/zendtech/php-zendserver/blob/bb3303d34a3e86a4bc9eb1d652c5cce6ad441a6e/7.0/5.5/Dockerfile)
4+
- [`5.4`, `7.0-php5.4` (*7.0/5.4/Dockerfile*)](https://github.com/zendtech/php-zendserver/blob/bb3303d34a3e86a4bc9eb1d652c5cce6ad441a6e/7.0/5.4/Dockerfile)
5+
6+
For more information about this image and its history, please see the [relevant
7+
manifest file
8+
(`library/php-zendserver`)](https://github.com/docker-library/official-images/blob/master/library/php-zendserver)
9+
in the [`docker-library/official-images` GitHub
10+
repo](https://github.com/docker-library/official-images).
11+
12+
What is Zend Server?
13+
==================
14+
15+
Zend Server is the integrated application platform for PHP mobile and web apps.
16+
Zend Server provides you with a highly available PHP production environment which includes, amongst other features, a highly reliable PHP stack, application monitoring, troubleshooting, and the all-new Z-Ray.
17+
###Boost your Development with Z-Ray
18+
Using Zend Server Z-Ray is akin to wearing X-Ray goggles, effortlessly giving developers deep insight into how their code is running as they are developing it – all without having to change any of their habits or workflow. With Z-Ray, developers can immediately understand the impact of their code changes, enabling them to both improve quality and solve issues long before their code reaches production. In addition to the obvious benefits of this ‘Left Shifting’ – better performance, fewer production issues and faster recovery times – using Z-Ray is also downright fun!
19+
###Powering Continuous Delivery
20+
Zend Server is the platform that enables Continuous Delivery, which provides consistency, automation and collaboration capabilities throughout the application delivery cycle. Patterns are available to integrate Zend Server with: Chef, Jenkins, Nagios, Vmware, Puppet.
21+
22+
###Additional Resources
23+
http://www.zend.com/
24+
http://kb.zend.com/
25+
http://files.zend.com/help/Zend-Server/zend-server.htm#faqs.htm
26+
http://files.zend.com/help/Zend-Server/zend-server.htm#getting_started.htm
27+
28+
PHP-ZendServer
29+
==============
30+
This is a cluster-enabled version of a Dockerized Zend Server 7.0 container.
31+
With Zend Server on Docker, you'll get your PHP applications up and running on a highly available PHP production environment which includes, amongst other features, a highly reliable PHP stack, application monitoring, troubleshooting, and the new and innovative new technology - Z-Ray. Z-Ray gives developers unprecedented visibility into their code by tracking and displaying in a toolbar live and detailed info on how the various elements constructing their page are performing.
32+
33+
Usage
34+
-----
35+
#### Launching the Container from Docker-Hub
36+
Zend Server is shared on [Docker-Hub] as **php-zendserver**.
37+
- To start a single Zend Server instance, execute:
38+
39+
$ docker run php-zendserver
40+
41+
- You can specify the PHP and Zend Server version by adding ':<php-version>' or ':&lt;ZS-version&gt;-php&lt;version&gt;' to the 'docker run' command. Availible PHP version are 5.4 & 5.5 (5.5 is the default) and Zend Server 7
42+
(for example: php-zendserver:7.0-php5.4).
43+
44+
- To start a Zend Server cluster, execute the following command for each cluster node:
45+
46+
$ docker run -e MYSQL_HOSTNAME=<db-ip> -e MYSQL_PORT=3306 -e MYSQL_USERNAME=<username> -e MYSQL_PASSWORD=<password> -e MYSQL_DBNAME=zend php-zendserver
47+
48+
#### Launching the Container from Dockerfile
49+
50+
- From a local folder containing this repo's clone, execute the following command to generate the image. The **image-id** will be outputted:
51+
52+
$ docker build .
53+
54+
- To start a single Zend Server instance, execute:
55+
56+
$ docker run <image-id>
57+
58+
- To start a Zend Server cluster, execute the following command on each cluster node:
59+
60+
$ docker run -e MYSQL_HOSTNAME=<db-ip> -e MYSQL_PORT=3306 -e MYSQL_USERNAME=<username> -e MYSQL_PASSWORD=<password> -e MYSQL_DBNAME=zend <image-id>
61+
62+
#### Accessing Zend server
63+
Once started, the container will output the information required to access the PHP application and the Zend Server UI, including an automatically generated admin password.
64+
65+
To access the container **remotely**, port forwarding must be configured, either manually or using docker.
66+
For example, this command redirects port 80 to port 88, and port 10081 (Zend Server UI port) to port 10088:
67+
68+
$ docker run -p 88:80 -p 10088:10081 php-zendserver
69+
70+
For clustered instances:
71+
72+
$ docker run -p 88:80 -p 10088:10081 -e MYSQL_HOSTNAME=<db-ip> -e MYSQL_PORT=3306 -e MYSQL_USERNAME=<username> -e MYSQL_PASSWORD=<password> -e MYSQL_DBNAME=zend <image-id>
73+
74+
Please note, that when running multiple instances only one instance can be bound to a port.
75+
If you are running a cluster, either assign a port redirect to one node only, or assign a different port to each container.
76+
77+
#### Env variables
78+
Env variables are passed in the run command with the "-e" switch.
79+
80+
##### Optional env-variables:
81+
82+
To specify a pre-defined admin password for Zend Server use:
83+
- ZS_ADMIN_PASSWORD
84+
85+
MySQL vars for clustered ops. *ALL* are required for the node to properly join a cluster:
86+
- MYSQL_HOSTNAME - ip or hostname of MySQL database
87+
- MYSQL_PORT - MySQL listening port
88+
- MYSQL_USERNAME
89+
- MYSQL_PASSWORD
90+
- MYSQL_DBNAME - Name of the database Zend Server will use for cluster ops (created automatically if it does not exist).
91+
92+
To specify a pre-purchased license use the following env vars:
93+
- ZEND_LICENSE_KEY
94+
- ZEND_LICENSE_ORDER
95+
96+
### Minimal Requirements
97+
98+
- Each Zend Server Docker container requires 1GB of availible memory.
99+
100+
[Docker-Hub]:https://registry.hub.docker.com/_/php-zendserver/
101+
102+
# License
103+
104+
Zend Technologies Ltd.
105+
106+
# User Feedback
107+
108+
Think we’ve missed something? Let us know at: http://www.zend.com/en/support-center

0 commit comments

Comments
 (0)