richardfan1126 / nitro-enclaves-eif-build-action

This GitHub Action use kaniko and Amazon Linux container with nitro-cli to build a reproducible AWS Nitro Enclaves EIF file and its information.
Apache License 2.0
6 stars 1 forks source link

The script for creating an ELF file doesn't see the local Docker image. #1

Open xxxvik-xakerxxx opened 2 months ago

xxxvik-xakerxxx commented 2 months ago

Hello, I would like to use your GitHub Actions for building my image, but I encountered a problem:

vbnet
Копировать код
#8 DONE 1.5s
Start building the Enclave Image...
Docker error: PullError
[ E50 ] Docker image pull error. Such an error appears when trying to build an EIF file, but pulling the corresponding Docker image fails. In this case, the error backtrace provides detailed information on the failure reason.

It's possible that my repository is missing something needed for a successful build, as I forked your example repository for testing and encountered the same error.

I would appreciate any insights into what might be causing this issue. Thank you!

richardfan1126 commented 2 months ago

Hi @xxxvik-xakerxxx , thanks for reaching out.

Could you post your GitHub workflow definition? (Please remove any sensitive informations), thanks!