Skip to content

Rewrite ARM layers using remirepo's ARM builds? #22

Closed as not planned
Closed as not planned
@mnapoli

Description

@mnapoli

There is no support for ARM in RHEL 7: https://rpms.remirepo.net/enterprise/7/

However there are PHP 8.0 and 8.1 packages in RHEL 9: https://rpms.remirepo.net/enterprise/9/

Any idea if we could use those in Amazon Linux 2? (cc @deleugpn maybe)

Why: we'd get PHP 8.1 support, and latest versions of PHP (Amazon Linux Extras is behind in version numbers).


So far I only did a quick try:

docker run --rm -it --entrypoint=bash public.ecr.aws/lambda/provided:al2-arm64

Then in the container, I ran:

yum install -y \
         https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
         https://rpms.remirepo.net/enterprise/remi-release-9.rpm \
         yum-utils \
         epel-release \
         curl

And got errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions