You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run udocker with the fakechroot engine on AWS Lambda using the aarch64 (ARM64) architecture, the execution fails. This issue prevents users from utilizing udocker within Lambda functions on ARM-based Lambda instances when the fakechroot engine is selected. we are using udocker latest version.
Reproduction Steps
Trying to execute a Python script with the python:3.9-alpine3.18 Docker image from public.ecr.aws/docker/library/.
When attempting to run udocker with the fakechroot engine on AWS Lambda using the aarch64 (ARM64) architecture, the execution fails. This issue prevents users from utilizing udocker within Lambda functions on ARM-based Lambda instances when the fakechroot engine is selected. we are using udocker latest version.
Reproduction Steps
Trying to execute a Python script with the
python:3.9-alpine3.18
Docker image frompublic.ecr.aws/docker/library/
.The command being executed is:
Error Details
Error message:
bin/sh: No such file or directory in aarch64
Fakechroot engine return code: 127
Fakechroot engine stdout: (empty)
Fakechroot engine stderr:
env: /tmp/shared/udocker/containers/305c14b0-a8f1-388a-bde3-217d70f161b7/ROOT/bin/sh: No such file or directory
The text was updated successfully, but these errors were encountered: