Skip to content

Commit 4c8cb73

Browse files
committed
Release Zend Server 2018.0.0+b2002
1 parent 78105bf commit 4c8cb73

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

‎2018.0/7.2/Dockerfile‎

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
# Zend Server
22
#
3-
# Version 2018.0.3+b165
3+
# Version 2018.0.0+b2002
44

55
FROM ubuntu:16.04
66

7-
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-key 799058698E65316A2E7A4FF42EAE1437F7D2C623 \
8-
&& echo "deb http://repos.zend.com/zend-server/2018.0/deb_apache2.4 server non-free" >> /etc/apt/sources.list.d/zend-server.list \
9-
&& apt-get update \
7+
#apt-get is run twice to allow installing gnupg which is required for apt-key
8+
9+
RUN apt-get update \
10+
&& apt-get -y install gnupg wget aptitude\
11+
&& wget http://downloads.zend.com/zendserver/2018.0.0/ZendServer-2018.0.0-RepositoryInstaller-linux.tar.gz \
12+
&& tar xf ZendServer-2018.0.0-RepositoryInstaller-linux.tar.gz \
13+
&& cd ZendServer-RepositoryInstaller-linux \
14+
&& ./install_zs.sh 7.2 --automatic \
1015
&& apt-get install -y \
1116
libmysqlclient20 \
1217
unzip \
1318
git \
1419
curl \
1520
net-tools \
16-
zend-server-php-7.2=2018.0.0+b464 \
1721
&& rm -rf /var/lib/apt/lists/* \
1822
&& /usr/local/zend/bin/zendctl.sh stop
1923

‎2018.0/7.2/zend.lic‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"ZEND_LICENSE_ORDER":"zsdocker1","ZEND_LICENSE_KEY":"HRVE9340801G21BD7605583A64C89E01"}
1+
{"ZEND_LICENSE_ORDER":"zs-docker","ZEND_LICENSE_KEY":"97VO9341801G21BB2C5E7FF92D7210E9"}

0 commit comments

Comments
 (0)