Skip to content

Commit

Permalink
PHP 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Nov 20, 2024
1 parent 0288f60 commit 11f12f3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ ENV variables:
Tags:

- `druidfi/php:8.1` and `druidfi/php:8.1.x`
- `druidfi/php:8`, `druidfi/php:8.2`, `druidfi/php:8.2.x` and `druidfi/php:latest`
- `druidfi/php:8.3` and `druidfi/php:8.3.x`
- `druidfi/php:8.2` and `druidfi/php:8.2.x`
- `druidfi/php:8`, `druidfi/php:8.3`, `druidfi/php:8.3.x` and `druidfi/php:latest`
- `druidfi/php:8.4` and `druidfi/php:8.4.x`

Added features:

Expand All @@ -43,9 +44,10 @@ Added features:

Tags:

- `druidfi/php-fpm:8.1`, `druidfi/php-fpm:8.1.x`
- `druidfi/php-fpm:8`, `druidfi/php-fpm:8.2`, `druidfi/php-fpm:8.2.x` and `druidfi/php-fpm:latest`
- `druidfi/php-fpm:8.3`, `druidfi/php-fpm:8.3.x`
- `druidfi/php-fpm:8.1` and `druidfi/php-fpm:8.1.x`
- `druidfi/php-fpm:8.2` and `druidfi/php-fpm:8.2.x`
- `druidfi/php-fpm:8`, `druidfi/php-fpm:8.3`, `druidfi/php-fpm:8.3.x` and `druidfi/php-fpm:latest`
- `druidfi/php-fpm:8.4` and `druidfi/php-fpm:8.4.x`

Added features:

Expand All @@ -56,9 +58,10 @@ Added features:

Tags:

- `druidfi/drupal:8.1`, `druidfi/drupal:8.1.x`
- `druidfi/drupal:8`, `druidfi/drupal:8.2`, `druidfi/drupal:8.2.x` and `druidfi/drupal:latest`
- `druidfi/drupal:8.3`, `druidfi/drupal:8.3.x`
- `druidfi/drupal:php-8.1` and `druidfi/drupal:php-8.1.x`
- `druidfi/drupal:php-8.2` and `druidfi/drupal:php-8.2.x`
- `druidfi/drupal:php-8`, `druidfi/drupal:php-8.3`, `druidfi/drupal:php-8.3.x` and `druidfi/drupal:latest`
- `druidfi/drupal:php-8.4` and `druidfi/drupal:php-8.4.x`

Added features:

Expand All @@ -79,9 +82,10 @@ ENV variables:

### druidfi/drupal-web variant

- `druidfi/drupal-web:php-8.1`, `druidfi/drupal-web:php-8.1.x`
- `druidfi/drupal-web:php-8`, `druidfi/drupal-web:php-8.2`, `druidfi/drupal-web:php-8.2.x` and `druidfi/drupal-web:latest`
- `druidfi/drupal-web:php-8.3`, `druidfi/drupal-web:php-8.3.x`
- `druidfi/drupal-web:php-8.1`, `druidfi/drupal-web:php-8.1.x` and `druidfi/drupal-web:v8.1.x`
- `druidfi/drupal-web:php-8.2`, `druidfi/drupal-web:php-8.2.x` and `druidfi/drupal-web:v8.2.x`
- `druidfi/drupal-web:php-8`, `druidfi/drupal-web:php-8.3`, `druidfi/drupal-web:php-8.3.x`, `druidfi/drupal-web:v8.3.x` and `druidfi/drupal-web:latest`
- `druidfi/drupal-web:php-8.4`, `druidfi/drupal-web:php-8.4.x` and `druidfi/drupal-web:v8.4.x`

Added features:

Expand Down
16 changes: 8 additions & 8 deletions php/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ target "php-82" {
PHP_VERSION = "8.2"
PHP_SHORT_VERSION = "82"
}
tags = ["${REPO_BASE}:8", "${REPO_BASE}:8.2", "${REPO_BASE}:${PHP82_MINOR}", "${REPO_BASE}:latest"]
tags = ["${REPO_BASE}:8.2", "${REPO_BASE}:${PHP82_MINOR}"]
}

target "php-83" {
Expand All @@ -94,7 +94,7 @@ target "php-83" {
PHP_VERSION = "8.3"
PHP_SHORT_VERSION = "83"
}
tags = ["${REPO_BASE}:8.3", "${REPO_BASE}:${PHP83_MINOR}"]
tags = ["${REPO_BASE}:8", "${REPO_BASE}:8.3", "${REPO_BASE}:${PHP83_MINOR}", "${REPO_BASE}:latest"]
}

target "php-84" {
Expand Down Expand Up @@ -123,12 +123,12 @@ target "php-fpm-81" {

target "php-fpm-82" {
inherits = ["common", "php-82", "php-fpm"]
tags = ["${REPO_FPM}:8", "${REPO_FPM}:8.2", "${REPO_FPM}:${PHP82_MINOR}", "${REPO_FPM}:latest"]
tags = ["${REPO_FPM}:8.2", "${REPO_FPM}:${PHP82_MINOR}"]
}

target "php-fpm-83" {
inherits = ["common", "php-83", "php-fpm"]
tags = ["${REPO_FPM}:8.3", "${REPO_FPM}:${PHP83_MINOR}"]
tags = ["${REPO_FPM}:8", "${REPO_FPM}:8.3", "${REPO_FPM}:${PHP83_MINOR}", "${REPO_FPM}:latest"]
}

target "php-fpm-84" {
Expand All @@ -149,13 +149,13 @@ target "drupal-fpm-81" {
target "drupal-fpm-82" {
inherits = ["common", "php-82", "php-fpm"]
target = "drupal-php-82"
tags = ["${REPO_DRUPAL_FPM}:php-8", "${REPO_DRUPAL_FPM}:php-8.2", "${REPO_DRUPAL_FPM}:php-${PHP82_MINOR}", "${REPO_DRUPAL_FPM}:latest"]
tags = ["${REPO_DRUPAL_FPM}:php-8.2", "${REPO_DRUPAL_FPM}:php-${PHP82_MINOR}"]
}

target "drupal-fpm-83" {
inherits = ["common", "php-83", "php-fpm"]
target = "drupal-php-83"
tags = ["${REPO_DRUPAL_FPM}:php-8.3", "${REPO_DRUPAL_FPM}:php-${PHP83_MINOR}"]
tags = ["${REPO_DRUPAL_FPM}:php-8", "${REPO_DRUPAL_FPM}:php-8.3", "${REPO_DRUPAL_FPM}:php-${PHP83_MINOR}", "${REPO_DRUPAL_FPM}:latest"]
}

target "drupal-fpm-84" {
Expand All @@ -177,13 +177,13 @@ target "drupal-web-81" {
target "drupal-web-82" {
inherits = ["common", "php-82", "php-fpm"]
target = "drupal-web"
tags = ["${REPO_DRUPAL_WEB}:php-8", "${REPO_DRUPAL_WEB}:php-8.2", "${REPO_DRUPAL_WEB}:php-${PHP82_MINOR}", "${REPO_DRUPAL_WEB}:v${PHP82_MINOR}", "${REPO_DRUPAL_WEB}:latest"]
tags = ["${REPO_DRUPAL_WEB}:php-8.2", "${REPO_DRUPAL_WEB}:php-${PHP82_MINOR}", "${REPO_DRUPAL_WEB}:v${PHP82_MINOR}"]
}

target "drupal-web-83" {
inherits = ["common", "php-83", "php-fpm"]
target = "drupal-web"
tags = ["${REPO_DRUPAL_WEB}:php-8.3", "${REPO_DRUPAL_WEB}:php-${PHP83_MINOR}", "${REPO_DRUPAL_WEB}:v${PHP83_MINOR}"]
tags = ["${REPO_DRUPAL_WEB}:php-8", "${REPO_DRUPAL_WEB}:php-8.3", "${REPO_DRUPAL_WEB}:php-${PHP83_MINOR}", "${REPO_DRUPAL_WEB}:v${PHP83_MINOR}", "${REPO_DRUPAL_WEB}:latest"]
}

target "drupal-web-84" {
Expand Down

0 comments on commit 11f12f3

Please sign in to comment.