-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Summary
Request official support for AWS Lambda python3.14 in docker-lambda: publish ghcr.io/lambgeo/lambda-gdal:{tag}-python3.14 (and related CI/docs) so users can build GDAL-based Lambda packages on the same pattern as existing Python runtimes.
Background
- AWS Lambda added the
python3.14managed runtime (see AWS Lambda runtimes). - The
public.ecr.aws/lambda/python:3.14image is Amazon Linux 2023 (AL2023), not AL2:- Package manager is
dnf, notyum. - Pre-installed
curl-minimalconflicts with installing the fullcurlpackage viadnf.
- Package manager is
Desired outcome
- Runtime Dockerfile / build args for
python3.14(e.g.RUNTIME_VERSION=3.14). - CI builds and publishes
lambda-gdal:3.8-python3.14(or current GDAL tag). -
deploy.py/ layer metadata includespython3.14inCompatibleRuntimeswhere applicable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels