@@ -9,16 +9,16 @@ Supported tags and respective `Dockerfile` links
9
9
10
10
## for yii2
11
11
12
- - ` 7.3.11 -fpm-4yii2 ` , ` fpm-4yii2 ` ([ yii2/Dockerfile] ( ./yii2/Dockerfile ) )
13
- - ` 7.3.11 -fpm-4yii2-xdebug ` , ` fpm-4yii2-xdebug ` ([ yii2-xdebug/Dockerfile] ( ./yii2-xdebug/Dockerfile ) )
12
+ - ` 7.3.12 -fpm-4yii2 ` , ` fpm-4yii2 ` ([ yii2/Dockerfile] ( ./yii2/Dockerfile ) )
13
+ - ` 7.3.12 -fpm-4yii2-xdebug ` , ` fpm-4yii2-xdebug ` ([ yii2-xdebug/Dockerfile] ( ./yii2-xdebug/Dockerfile ) )
14
14
> note: based on ` fpm-alpine3.10 ` used ` OpenSSL ` instead ` LibreSSL `
15
15
> note: OpenSSL 1.1.0 breaks backwards compatibility with old encrypted keys. Errors like
16
16
> "fopen(): Unable to set local cert chain file"; "Curl error: #58 - could not load PEM client certificate, OpenSSL error error:140AB18E: SSL routines:SSL_CTX_use_certificate: ca md too weak, (no key found, wrong pass phrase, or wrong file format?)"
17
17
> Use sha256 encrypted keys.
18
- - ` 7.3.11 -fpm-alpine-4yii2 ` , ` fpm-alpine-4yii2 ` ([ yii2-alpine/Dockerfile] ( ./yii2-alpine/Dockerfile ) )
19
- - ` 7.3.11 -fpm-alpine-4yii2-xdebug ` , ` fpm-alpine-4yii2-xdebug ` ([ yii2-alpine-xdebug/Dockerfile] ( ./yii2-alpine-xdebug/Dockerfile ) )
20
- - ` 7.3.11 -fpm-alpine-4yii2-supervisor ` , ` fpm-alpine-4yii2-supervisor ` ([ yii2-alpine-supervisor/Dockerfile] ( ./yii2-alpine-supervisor/Dockerfile ) )
21
- - ` 7.3.11 -fpm-alpine-4yii2-supervisor-xdebug ` , ` fpm-alpine-4yii2-supervisor-xdebug ` ([ yii2-alpine-supervisor-xdebug/Dockerfile] ( ./yii2-alpine-supervisor-xdebug/Dockerfile ) )
18
+ - ` 7.3.12 -fpm-alpine-4yii2 ` , ` fpm-alpine-4yii2 ` ([ yii2-alpine/Dockerfile] ( ./yii2-alpine/Dockerfile ) )
19
+ - ` 7.3.12 -fpm-alpine-4yii2-xdebug ` , ` fpm-alpine-4yii2-xdebug ` ([ yii2-alpine-xdebug/Dockerfile] ( ./yii2-alpine-xdebug/Dockerfile ) )
20
+ - ` 7.3.12 -fpm-alpine-4yii2-supervisor ` , ` fpm-alpine-4yii2-supervisor ` ([ yii2-alpine-supervisor/Dockerfile] ( ./yii2-alpine-supervisor/Dockerfile ) )
21
+ - ` 7.3.12 -fpm-alpine-4yii2-supervisor-xdebug ` , ` fpm-alpine-4yii2-supervisor-xdebug ` ([ yii2-alpine-supervisor-xdebug/Dockerfile] ( ./yii2-alpine-supervisor-xdebug/Dockerfile ) )
22
22
23
23
FROM ` php:fpm `
24
24
@@ -32,12 +32,12 @@ added `Xdebug 2.8.0`
32
32
33
33
tag: ` {sourceref}-4yii2-xdebug `
34
34
35
- ` docker pull bscheshir/php:7.3.11 -fpm-4yii2-xdebug `
35
+ ` docker pull bscheshir/php:7.3.12 -fpm-4yii2-xdebug `
36
36
37
37
## for zts
38
38
39
- - ` 7.3.11 -zts ` , ` zts ` ([ zts/Dockerfile] ( ./zts/Dockerfile ) )
40
- - ` 7.3.11 -zts-xdebug ` , ` zts-xdebug ` ([ zts-xdebug/Dockerfile] ( ./zts-xdebug/Dockerfile ) )
39
+ - ` 7.3.12 -zts ` , ` zts ` ([ zts/Dockerfile] ( ./zts/Dockerfile ) )
40
+ - ` 7.3.12 -zts-xdebug ` , ` zts-xdebug ` ([ zts-xdebug/Dockerfile] ( ./zts-xdebug/Dockerfile ) )
41
41
42
42
43
43
FROM ` php:zts `
@@ -57,7 +57,7 @@ tag: `{sourceref}-zts-xdebug`
57
57
version : ' 2'
58
58
services :
59
59
php :
60
- image : bscheshir/php:7.3.11 -fpm-alpine-4yii2-xdebug
60
+ image : bscheshir/php:7.3.12 -fpm-alpine-4yii2-xdebug
61
61
restart : always
62
62
volumes :
63
63
- ../php-code:/var/www/html # php-code
@@ -145,7 +145,7 @@ crontab (full path needed)
145
145
version: '2'
146
146
services:
147
147
php-supervisor: # for workers
148
- image: bscheshir/php:7.3.11 -fpm-alpine-4yii2-supervisor-xdebug
148
+ image: bscheshir/php:7.3.12 -fpm-alpine-4yii2-supervisor-xdebug
149
149
restart: always
150
150
volumes:
151
151
- ../php-code:/var/www/html #php-code
@@ -165,7 +165,7 @@ services:
165
165
version: '2'
166
166
services:
167
167
php:
168
- image: bscheshir/php:7.3.11 -zts
168
+ image: bscheshir/php:7.3.12 -zts
169
169
restart: always
170
170
hostname: phphost
171
171
working_dir: /multispider
@@ -199,20 +199,20 @@ git pull
199
199
For example ` bscheshir/php:fpm-alpine-4yii2-xdebug ` - this image will be used in [ docker-codeception-yii2] ( https://github.com/bscheshirwork/docker-codeception-yii2 )
200
200
and another ` alpine ` images
201
201
``` sh
202
- docker build -t bscheshir/php:7.3.11 -fpm-alpine-4yii2-xdebug -t bscheshir/php:fpm-alpine-4yii2-xdebug --pull -- ./yii2-alpine-xdebug
203
- docker push bscheshir/php:7.3.11 -fpm-alpine-4yii2-xdebug
202
+ docker build -t bscheshir/php:7.3.12 -fpm-alpine-4yii2-xdebug -t bscheshir/php:fpm-alpine-4yii2-xdebug --pull -- ./yii2-alpine-xdebug
203
+ docker push bscheshir/php:7.3.12 -fpm-alpine-4yii2-xdebug
204
204
docker push bscheshir/php:fpm-alpine-4yii2-xdebug
205
205
206
- docker build -t bscheshir/php:7.3.11 -fpm-alpine-4yii2 -t bscheshir/php:fpm-alpine-4yii2 --pull -- ./yii2-alpine
207
- docker push bscheshir/php:7.3.11 -fpm-alpine-4yii2
206
+ docker build -t bscheshir/php:7.3.12 -fpm-alpine-4yii2 -t bscheshir/php:fpm-alpine-4yii2 --pull -- ./yii2-alpine
207
+ docker push bscheshir/php:7.3.12 -fpm-alpine-4yii2
208
208
docker push bscheshir/php:fpm-alpine-4yii2
209
209
210
- docker build -t bscheshir/php:7.3.11 -fpm-alpine-4yii2-supervisor-xdebug -t bscheshir/php:fpm-alpine-4yii2-supervisor-xdebug --pull -- ./yii2-alpine-supervisor-xdebug
211
- docker push bscheshir/php:7.3.11 -fpm-alpine-4yii2-supervisor-xdebug
210
+ docker build -t bscheshir/php:7.3.12 -fpm-alpine-4yii2-supervisor-xdebug -t bscheshir/php:fpm-alpine-4yii2-supervisor-xdebug --pull -- ./yii2-alpine-supervisor-xdebug
211
+ docker push bscheshir/php:7.3.12 -fpm-alpine-4yii2-supervisor-xdebug
212
212
docker push bscheshir/php:fpm-alpine-4yii2-supervisor-xdebug
213
213
214
- docker build -t bscheshir/php:7.3.11 -fpm-alpine-4yii2-supervisor -t bscheshir/php:fpm-alpine-4yii2-supervisor --pull -- ./yii2-alpine-supervisor
215
- docker push bscheshir/php:7.3.11 -fpm-alpine-4yii2-supervisor
214
+ docker build -t bscheshir/php:7.3.12 -fpm-alpine-4yii2-supervisor -t bscheshir/php:fpm-alpine-4yii2-supervisor --pull -- ./yii2-alpine-supervisor
215
+ docker push bscheshir/php:7.3.12 -fpm-alpine-4yii2-supervisor
216
216
docker push bscheshir/php:fpm-alpine-4yii2-supervisor
217
217
```
218
218
0 commit comments