From bef57a14cd9ee6864fb7127412fa3713a2527dff Mon Sep 17 00:00:00 2001 From: bscheshirwork Date: Fri, 28 Feb 2020 02:50:21 +0300 Subject: [PATCH] :arrow_up: --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 7ac629f..e587f2f 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,16 @@ Supported tags and respective `Dockerfile` links ## for yii2 -- `7.4.2-fpm-4yii2`, `fpm-4yii2` ([yii2/Dockerfile](./yii2/Dockerfile)) -- `7.4.2-fpm-4yii2-xdebug`, `fpm-4yii2-xdebug` ([yii2-xdebug/Dockerfile](./yii2-xdebug/Dockerfile)) +- `7.4.3-fpm-4yii2`, `fpm-4yii2` ([yii2/Dockerfile](./yii2/Dockerfile)) +- `7.4.3-fpm-4yii2-xdebug`, `fpm-4yii2-xdebug` ([yii2-xdebug/Dockerfile](./yii2-xdebug/Dockerfile)) >note: based on `fpm-alpine3.11` used `OpenSSL` instead `LibreSSL` >note: OpenSSL 1.1.0 breaks backwards compatibility with old encrypted keys. Errors like > "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?)" > Use sha256 encrypted keys. -- `7.4.2-fpm-alpine-4yii2`, `fpm-alpine-4yii2` ([yii2-alpine/Dockerfile](./yii2-alpine/Dockerfile)) -- `7.4.2-fpm-alpine-4yii2-xdebug`, `fpm-alpine-4yii2-xdebug` ([yii2-alpine-xdebug/Dockerfile](./yii2-alpine-xdebug/Dockerfile)) -- `7.4.2-fpm-alpine-4yii2-supervisor`, `fpm-alpine-4yii2-supervisor` ([yii2-alpine-supervisor/Dockerfile](./yii2-alpine-supervisor/Dockerfile)) -- `7.4.2-fpm-alpine-4yii2-supervisor-xdebug`, `fpm-alpine-4yii2-supervisor-xdebug` ([yii2-alpine-supervisor-xdebug/Dockerfile](./yii2-alpine-supervisor-xdebug/Dockerfile)) +- `7.4.3-fpm-alpine-4yii2`, `fpm-alpine-4yii2` ([yii2-alpine/Dockerfile](./yii2-alpine/Dockerfile)) +- `7.4.3-fpm-alpine-4yii2-xdebug`, `fpm-alpine-4yii2-xdebug` ([yii2-alpine-xdebug/Dockerfile](./yii2-alpine-xdebug/Dockerfile)) +- `7.4.3-fpm-alpine-4yii2-supervisor`, `fpm-alpine-4yii2-supervisor` ([yii2-alpine-supervisor/Dockerfile](./yii2-alpine-supervisor/Dockerfile)) +- `7.4.3-fpm-alpine-4yii2-supervisor-xdebug`, `fpm-alpine-4yii2-supervisor-xdebug` ([yii2-alpine-supervisor-xdebug/Dockerfile](./yii2-alpine-supervisor-xdebug/Dockerfile)) FROM `php:fpm` @@ -32,12 +32,12 @@ added `Xdebug 2.9.2` tag: `{sourceref}-4yii2-xdebug` -`docker pull bscheshir/php:7.4.2-fpm-4yii2-xdebug` +`docker pull bscheshir/php:7.4.3-fpm-4yii2-xdebug` ## for zts -- `7.4.2-zts`, `zts` ([zts/Dockerfile](./zts/Dockerfile)) -- `7.4.2-zts-xdebug`, `zts-xdebug` ([zts-xdebug/Dockerfile](./zts-xdebug/Dockerfile)) +- `7.4.3-zts`, `zts` ([zts/Dockerfile](./zts/Dockerfile)) +- `7.4.3-zts-xdebug`, `zts-xdebug` ([zts-xdebug/Dockerfile](./zts-xdebug/Dockerfile)) FROM `php:zts` @@ -57,7 +57,7 @@ tag: `{sourceref}-zts-xdebug` version: '2' services: php: - image: bscheshir/php:7.4.2-fpm-alpine-4yii2-xdebug + image: bscheshir/php:7.4.3-fpm-alpine-4yii2-xdebug restart: always volumes: - ../php-code:/var/www/html #php-code @@ -145,7 +145,7 @@ crontab (full path needed) version: '2' services: php-supervisor: # for workers - image: bscheshir/php:7.4.2-fpm-alpine-4yii2-supervisor-xdebug + image: bscheshir/php:7.4.3-fpm-alpine-4yii2-supervisor-xdebug restart: always volumes: - ../php-code:/var/www/html #php-code @@ -165,7 +165,7 @@ services: version: '2' services: php: - image: bscheshir/php:7.4.2-zts + image: bscheshir/php:7.4.3-zts restart: always hostname: phphost working_dir: /multispider @@ -199,20 +199,20 @@ git pull For example `bscheshir/php:fpm-alpine-4yii2-xdebug` - this image will be used in [docker-codeception-yii2](https://github.com/bscheshirwork/docker-codeception-yii2) and another `alpine` images ```sh -docker build -t bscheshir/php:7.4.2-fpm-alpine-4yii2-xdebug -t bscheshir/php:fpm-alpine-4yii2-xdebug --pull -- ./yii2-alpine-xdebug -docker push bscheshir/php:7.4.2-fpm-alpine-4yii2-xdebug +docker build -t bscheshir/php:7.4.3-fpm-alpine-4yii2-xdebug -t bscheshir/php:fpm-alpine-4yii2-xdebug --pull -- ./yii2-alpine-xdebug +docker push bscheshir/php:7.4.3-fpm-alpine-4yii2-xdebug docker push bscheshir/php:fpm-alpine-4yii2-xdebug -docker build -t bscheshir/php:7.4.2-fpm-alpine-4yii2 -t bscheshir/php:fpm-alpine-4yii2 --pull -- ./yii2-alpine -docker push bscheshir/php:7.4.2-fpm-alpine-4yii2 +docker build -t bscheshir/php:7.4.3-fpm-alpine-4yii2 -t bscheshir/php:fpm-alpine-4yii2 --pull -- ./yii2-alpine +docker push bscheshir/php:7.4.3-fpm-alpine-4yii2 docker push bscheshir/php:fpm-alpine-4yii2 -docker build -t bscheshir/php:7.4.2-fpm-alpine-4yii2-supervisor-xdebug -t bscheshir/php:fpm-alpine-4yii2-supervisor-xdebug --pull -- ./yii2-alpine-supervisor-xdebug -docker push bscheshir/php:7.4.2-fpm-alpine-4yii2-supervisor-xdebug +docker build -t bscheshir/php:7.4.3-fpm-alpine-4yii2-supervisor-xdebug -t bscheshir/php:fpm-alpine-4yii2-supervisor-xdebug --pull -- ./yii2-alpine-supervisor-xdebug +docker push bscheshir/php:7.4.3-fpm-alpine-4yii2-supervisor-xdebug docker push bscheshir/php:fpm-alpine-4yii2-supervisor-xdebug -docker build -t bscheshir/php:7.4.2-fpm-alpine-4yii2-supervisor -t bscheshir/php:fpm-alpine-4yii2-supervisor --pull -- ./yii2-alpine-supervisor -docker push bscheshir/php:7.4.2-fpm-alpine-4yii2-supervisor +docker build -t bscheshir/php:7.4.3-fpm-alpine-4yii2-supervisor -t bscheshir/php:fpm-alpine-4yii2-supervisor --pull -- ./yii2-alpine-supervisor +docker push bscheshir/php:7.4.3-fpm-alpine-4yii2-supervisor docker push bscheshir/php:fpm-alpine-4yii2-supervisor ```