Skip to content

Add Alpine 3.18 variant #1405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 10, 2023
Merged

Conversation

jnoordsij
Copy link
Contributor

This PR provides the latest Alpine version (3.18, see https://alpinelinux.org/posts/Alpine-3.18.0-released.html)).

Alpine 3.18 variant is only added for PHP versions with OpenSSL support (i.e. PHP >= 8.1), see also #1348 (comment).

Alpine 3.16 is only kept around for PHP 8.0, as this is the latest compatible version; the Alpine 3.16 variant is removed for newer PHP versions (>= 8.1).

Based on #1348.

Keep Alpine 3.16 to support PHP 8.0
alpine3.17 \
alpine3.16 \
; do
# https://github.com/docker-library/php/pull/1348
if [ "$rcVersion" = '8.0' ] && [[ "$suite" = alpine* ]] && [ "$suite" != 'alpine3.16' ]; then
continue
fi
# https://github.com/docker-library/php/pull/1405
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With no force pushes, this is impressive - you rolled the dice and won 😂 ❤️

@tianon
Copy link
Member

tianon commented May 10, 2023

Thank you for doing this so thoroughly 😊 🙇

@tianon tianon merged commit 6985ff1 into docker-library:master May 10, 2023
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request May 11, 2023
Changes:

- docker-library/php@6985ff10: Merge pull request docker-library/php#1405 from jnoordsij/add-alpine-3.18
- docker-library/php@9a3c8d8a: Add Alpine 3.18 variant for PHP >= 8.1
@jnoordsij jnoordsij deleted the add-alpine-3.18 branch May 11, 2023 08:55
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request May 11, 2023
Changes:

- docker-library/php@2a4ded09: Update 8.2-rc
- docker-library/php@21967e6c: Update 8.2 to 8.2.6
- docker-library/php@6985ff10: Merge pull request docker-library/php#1405 from jnoordsij/add-alpine-3.18
- docker-library/php@9a3c8d8a: Add Alpine 3.18 variant for PHP >= 8.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants