Skip to content

RFC: lambci v aws lambda repository as the base of the Dockerfile #13

@jerusdp

Description

@jerusdp

Proposal

Change from using:

  • FROM docker.io/lambci/lambda:build-provided.al2

to:

  • FROM public.ecr.aws/lambda/provided:al2-x86_64

Reasons

  • lambci image is not actively maintained
  • lambci requires a lengthy patch application during the build
  • aws lambda is the target image and actively maintained with security patches
  • builds are provided for both x86_64 and arm_64 (recently released for lambda)
  • security of the environment should be maintained by aws build (should we still run the security check?)

Approach

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