This repository was archived by the owner on May 21, 2025. It is now read-only.
Upgrading Alpine version to 3.18 in the PHP 8.1 image#81
Merged
timkelty merged 1 commit intocraftcms:mainfrom Aug 11, 2023
Merged
Upgrading Alpine version to 3.18 in the PHP 8.1 image#81timkelty merged 1 commit intocraftcms:mainfrom
3.18 in the PHP 8.1 image#81timkelty merged 1 commit intocraftcms:mainfrom
Conversation
Merged
Collaborator
|
Nope, a PR is just fine! Thanks so much!!!! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Upgrading Alpine version to
3.18in the PHP8.1image.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