Skip to content

Commit f520cae

Browse files
committed
⬆️
1 parent f4e65d1 commit f520cae

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Supported tags and respective `Dockerfile` links
99

1010
## for yii2
1111

12-
- `7.3.5-fpm-4yii2`, `fpm-4yii2` ([yii2/Dockerfile](./yii2/Dockerfile))
13-
- `7.3.5-fpm-4yii2-xdebug`, `fpm-4yii2-xdebug` ([yii2-xdebug/Dockerfile](./yii2-xdebug/Dockerfile))
12+
- `7.3.6-fpm-4yii2`, `fpm-4yii2` ([yii2/Dockerfile](./yii2/Dockerfile))
13+
- `7.3.6-fpm-4yii2-xdebug`, `fpm-4yii2-xdebug` ([yii2-xdebug/Dockerfile](./yii2-xdebug/Dockerfile))
1414
>note: based on `fpm-alpine3.8`
15-
- `7.3.5-fpm-alpine-4yii2`, `fpm-alpine-4yii2` ([yii2-alpine/Dockerfile](./yii2-alpine/Dockerfile))
16-
- `7.3.5-fpm-alpine-4yii2-xdebug`, `fpm-alpine-4yii2-xdebug` ([yii2-alpine-xdebug/Dockerfile](./yii2-alpine-xdebug/Dockerfile))
17-
- `7.3.5-fpm-alpine-4yii2-supervisor`, `fpm-alpine-4yii2-supervisor` ([yii2-alpine-supervisor/Dockerfile](./yii2-alpine-supervisor/Dockerfile))
18-
- `7.3.5-fpm-alpine-4yii2-supervisor-xdebug`, `fpm-alpine-4yii2-supervisor-xdebug` ([yii2-alpine-supervisor-xdebug/Dockerfile](./yii2-alpine-supervisor-xdebug/Dockerfile))
15+
- `7.3.6-fpm-alpine-4yii2`, `fpm-alpine-4yii2` ([yii2-alpine/Dockerfile](./yii2-alpine/Dockerfile))
16+
- `7.3.6-fpm-alpine-4yii2-xdebug`, `fpm-alpine-4yii2-xdebug` ([yii2-alpine-xdebug/Dockerfile](./yii2-alpine-xdebug/Dockerfile))
17+
- `7.3.6-fpm-alpine-4yii2-supervisor`, `fpm-alpine-4yii2-supervisor` ([yii2-alpine-supervisor/Dockerfile](./yii2-alpine-supervisor/Dockerfile))
18+
- `7.3.6-fpm-alpine-4yii2-supervisor-xdebug`, `fpm-alpine-4yii2-supervisor-xdebug` ([yii2-alpine-supervisor-xdebug/Dockerfile](./yii2-alpine-supervisor-xdebug/Dockerfile))
1919

2020
FROM `php:fpm`
2121

@@ -29,12 +29,12 @@ added `Xdebug 2.7.2`
2929

3030
tag: `{sourceref}-4yii2-xdebug`
3131

32-
`docker pull bscheshir/php:7.3.5-fpm-4yii2-xdebug`
32+
`docker pull bscheshir/php:7.3.6-fpm-4yii2-xdebug`
3333

3434
## for zts
3535

36-
- `7.3.5-zts`, `zts` ([zts/Dockerfile](./zts/Dockerfile))
37-
- `7.3.5-zts-xdebug`, `zts-xdebug` ([zts-xdebug/Dockerfile](./zts-xdebug/Dockerfile))
36+
- `7.3.6-zts`, `zts` ([zts/Dockerfile](./zts/Dockerfile))
37+
- `7.3.6-zts-xdebug`, `zts-xdebug` ([zts-xdebug/Dockerfile](./zts-xdebug/Dockerfile))
3838

3939

4040
FROM `php:zts`
@@ -54,7 +54,7 @@ tag: `{sourceref}-zts-xdebug`
5454
version: '2'
5555
services:
5656
php:
57-
image: bscheshir/php:7.3.5-fpm-alpine-4yii2-xdebug
57+
image: bscheshir/php:7.3.6-fpm-alpine-4yii2-xdebug
5858
restart: always
5959
volumes:
6060
- ../php-code:/var/www/html #php-code
@@ -66,7 +66,7 @@ services:
6666
XDEBUG_CONFIG: "remote_host=${DEV_REMOTE_HOST} remote_port=${DEV_REMOTE_PORT} var_display_max_data=1024 var_display_max_depth=5"
6767
PHP_IDE_CONFIG: "serverName=${DEV_SERVER_NAME}"
6868
nginx:
69-
image: nginx:1.15.12-alpine
69+
image: nginx:1.17.0-alpine
7070
restart: always
7171
ports:
7272
- "8080:8080"
@@ -142,7 +142,7 @@ crontab (full path needed)
142142
version: '2'
143143
services:
144144
php-supervisor: # for workers
145-
image: bscheshir/php:7.3.5-fpm-alpine-4yii2-supervisor-xdebug
145+
image: bscheshir/php:7.3.6-fpm-alpine-4yii2-supervisor-xdebug
146146
restart: always
147147
volumes:
148148
- ../php-code:/var/www/html #php-code
@@ -162,7 +162,7 @@ services:
162162
version: '2'
163163
services:
164164
php:
165-
image: bscheshir/php:7.3.5-zts
165+
image: bscheshir/php:7.3.6-zts
166166
restart: always
167167
hostname: phphost
168168
working_dir: /multispider
@@ -196,19 +196,19 @@ git pull
196196
For example `bscheshir/php:fpm-alpine-4yii2-xdebug` - this image will be used in [docker-codeception-yii2](https://github.com/bscheshirwork/docker-codeception-yii2)
197197
and another `alpine` images
198198
```sh
199-
docker build -t bscheshir/php:7.3.5-fpm-alpine-4yii2-xdebug -t bscheshir/php:fpm-alpine-4yii2-xdebug --pull -- ./yii2-alpine-xdebug
200-
docker push bscheshir/php:7.3.5-fpm-alpine-4yii2-xdebug
199+
docker build -t bscheshir/php:7.3.6-fpm-alpine-4yii2-xdebug -t bscheshir/php:fpm-alpine-4yii2-xdebug --pull -- ./yii2-alpine-xdebug
200+
docker push bscheshir/php:7.3.6-fpm-alpine-4yii2-xdebug
201201
docker push bscheshir/php:fpm-alpine-4yii2-xdebug
202202

203-
docker build -t bscheshir/php:7.3.5-fpm-alpine-4yii2 -t bscheshir/php:fpm-alpine-4yii2 --pull -- ./yii2-alpine
204-
docker push bscheshir/php:7.3.5-fpm-alpine-4yii2
203+
docker build -t bscheshir/php:7.3.6-fpm-alpine-4yii2 -t bscheshir/php:fpm-alpine-4yii2 --pull -- ./yii2-alpine
204+
docker push bscheshir/php:7.3.6-fpm-alpine-4yii2
205205
docker push bscheshir/php:fpm-alpine-4yii2
206206

207-
docker build -t bscheshir/php:7.3.5-fpm-alpine-4yii2-supervisor-xdebug -t bscheshir/php:fpm-alpine-4yii2-supervisor-xdebug --pull -- ./yii2-alpine-supervisor-xdebug
208-
docker push bscheshir/php:7.3.5-fpm-alpine-4yii2-supervisor-xdebug
207+
docker build -t bscheshir/php:7.3.6-fpm-alpine-4yii2-supervisor-xdebug -t bscheshir/php:fpm-alpine-4yii2-supervisor-xdebug --pull -- ./yii2-alpine-supervisor-xdebug
208+
docker push bscheshir/php:7.3.6-fpm-alpine-4yii2-supervisor-xdebug
209209
docker push bscheshir/php:fpm-alpine-4yii2-supervisor-xdebug
210210

211-
docker build -t bscheshir/php:7.3.5-fpm-alpine-4yii2-supervisor -t bscheshir/php:fpm-alpine-4yii2-supervisor --pull -- ./yii2-alpine-supervisor
212-
docker push bscheshir/php:7.3.5-fpm-alpine-4yii2-supervisor
211+
docker build -t bscheshir/php:7.3.6-fpm-alpine-4yii2-supervisor -t bscheshir/php:fpm-alpine-4yii2-supervisor --pull -- ./yii2-alpine-supervisor
212+
docker push bscheshir/php:7.3.6-fpm-alpine-4yii2-supervisor
213213
docker push bscheshir/php:fpm-alpine-4yii2-supervisor
214214
```

0 commit comments

Comments
 (0)