Commit 837d54f2 authored by Tobias Munk's avatar Tobias Munk

build PHP 8 images

parent 8d3d5286
Pipeline #58655 passed with stages
in 1 minute and 45 seconds
......@@ -2,4 +2,4 @@ PHP_IMAGE_NAME=local/dmstr/php-yii2
PHP_IMAGE_VERSION=latest
GITHUB_API_TOKEN=0000000000000000000000000000000000000000
PHP_BASE_IMAGE_VERSION=7.4
PHP_BASE_IMAGE_VERSION=8.0
......@@ -13,7 +13,7 @@ variables:
before_script:
- export ISOLATION=buildpipeline${CI_PIPELINE_ID}
- export COMPOSE_PROJECT_NAME=${ISOLATION}${CI_BUILD_NAME}
- export PHP_BASE_IMAGE_VERSION=7.4
- export PHP_BASE_IMAGE_VERSION=8.0
- export PHP_IMAGE_VERSION=$(git describe --always --dirty --tags)
- export STACK_PHP_IMAGE=${PHP_IMAGE_NAME}:${PHP_IMAGE_VERSION}
- export REGISTRY_PHP_IMAGE=${PHP_IMAGE_NAME}:${CI_BUILD_REF_NAME}
......
......@@ -17,7 +17,9 @@ Changelog
### 8.x
- using updated yii2 images, different system package installation
- using updated yii2 images
- different system package installation
- composer 2
### 7.x
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment