-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I realize this probably out of scope
We have a Python lambda that runs from the AWS lambda container
FROM public.ecr.aws/lambda/python:3.8
We are running into the issue with git clone command.
PRIV_END: seteuid: Operation not permitted
I have tried setting the environment variable but this is not working
ENV GIT_SSH_COMMAND='ssh -i /root/.ssh/id_rsa -o StrictHostKeyChecking=no'
I see you have the layer.zip with all the binaries - would it be possible to share instructions on how to use this in the lambda container? Do I merge the files into the respective folders in the container?
thanks for any reply - this is the only place I have found where there seems to be a solution for this problem
Metadata
Metadata
Assignees
Labels
No labels