Skip to content
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

Upgrading Alpine version to 3.18 in the PHP 8.1 image #81

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

yhakbar
Copy link
Contributor

@yhakbar yhakbar commented Aug 9, 2023

Description

Upgrading Alpine version to 3.18 in the PHP 8.1 image.

Related issues

Please forgive me for not opening an issue first, I don't know if that's a requirement for the procedure of requesting an update in this repo.

Purpose

The update here is being introduced to allow for the AWS CLI v2 to be installed in the image without having to compile from source:

$ docker run --rm --entrypoint ash php:8.1-fpm-alpine3.16 -c 'apk add --no-cache aws-cli && aws --version'
...
aws-cli/1.22.81 Python/3.10.12 Linux/5.15.49-linuxkit-pr botocore/1.21.49
$ docker run --rm --entrypoint ash php:8.1-fpm-alpine3.18 -c 'apk add --no-cache aws-cli && aws --version'
...
aws-cli/2.13.5 Python/3.11.4 Linux/5.15.49-linuxkit-pr source/aarch64.alpine.3 prompt/off

@timkelty timkelty merged commit 74b77e0 into craftcms:main Aug 11, 2023
@timkelty
Copy link
Collaborator

Nope, a PR is just fine!

Thanks so much!!!!

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.

None yet

2 participants