Skip to content

Commit

Permalink
Deprecate PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Jan 18, 2024
1 parent 90fcdde commit 2266f77
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 296 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,12 @@ build/rabbitmq-cluster: build/rabbitmq images/rabbitmq-cluster/Dockerfile
####### Multi-version Images
#######

versioned-images := php-8.0-fpm \
php-8.1-fpm \
versioned-images := php-8.1-fpm \
php-8.2-fpm \
php-8.3-fpm \
php-8.0-cli \
php-8.1-cli \
php-8.2-cli \
php-8.3-cli \
php-8.0-cli-drupal \
php-8.1-cli-drupal \
php-8.2-cli-drupal \
php-8.3-cli-drupal \
Expand Down Expand Up @@ -281,12 +278,10 @@ base-images-with-versions += $(experimental-images)
s3-images += $(versioned-images)
s3-images += $(experimental-images)

build/php-8.0-fpm build/php-8.1-fpm build/php-8.2-fpm build/php-8.3-fpm: build/commons
build/php-8.0-cli: build/php-8.0-fpm
build/php-8.1-fpm build/php-8.2-fpm build/php-8.3-fpm: build/commons
build/php-8.1-cli: build/php-8.1-fpm
build/php-8.2-cli: build/php-8.2-fpm
build/php-8.3-cli: build/php-8.3-fpm
build/php-8.0-cli-drupal: build/php-8.0-cli
build/php-8.1-cli-drupal: build/php-8.1-cli
build/php-8.2-cli-drupal: build/php-8.2-cli
build/php-8.3-cli-drupal: build/php-8.3-cli
Expand Down
33 changes: 0 additions & 33 deletions helpers/images-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,39 +32,6 @@ services:
exec http-server -p 3000
"]
php-8-0-dev:
image: uselagoon/php-8.0-cli:latest
ports:
- "9000"
environment:
- LAGOON_ENVIRONMENT_TYPE=development
- XDEBUG_ENABLE=true
- XDEBUG_LOG=true
- NEWRELIC_ENABLED=true
- BLACKFIRE_ENABLED=true
- NEWRELIC_APPLICATION_LOGGING_METRICS_ENABLED=false
<< : *default-user # uses the defined user from top
command: ["sh", "-c", "
echo PD9waHAKCnBocGluZm8oICk7Cgo/Pg== | base64 -d > /app/index.php;
exec php -S 0.0.0.0:9000
"] # runs a webserver with phpinfo output
php-8-0-prod:
image: uselagoon/php-8.0-cli:latest
ports:
- "9000"
environment:
- LAGOON_ENVIRONMENT_TYPE=production
- PHP_MAX_INPUT_VARS=4000
- PHP_MAX_FILE_UPLOADS=40
- PHP_SESSION_COOKIE_SAMESITE="Strict"
- PHP_UPLOAD_MAX_FILESIZE=1024M
<< : *default-user # uses the defined user from top
command: ["sh", "-c", "
echo PD9waHAKCnBocGluZm8oICk7Cgo/Pg== | base64 -d > /app/index.php;
exec php -S 0.0.0.0:9000
"] # runs a webserver with phpinfo output
php-8-1-dev:
image: uselagoon/php-8.1-cli:latest
ports:
Expand Down
25 changes: 0 additions & 25 deletions images/php-cli-drupal/8.0.Dockerfile

This file was deleted.

65 changes: 0 additions & 65 deletions images/php-cli/8.0.Dockerfile

This file was deleted.

166 changes: 0 additions & 166 deletions images/php-fpm/8.0.Dockerfile

This file was deleted.

0 comments on commit 2266f77

Please sign in to comment.