Open yozel opened 2 months ago
+ on official https://buildpacks.io/docs/for-app-developers/how-to/special-cases/build-for-arm/ for arm64 recomended docker.io/heroku/buildpacks:24
pls fix this, its ok to write warnings about untrusted builder images, not NOT OK to fail build.
We are trying to use our own builder image, and it fails with following error:
We noticed that this only happens because our builder image is not trusted, which is a hardcoded list.
Steps to reproduce
Create the function
It's successfully building with default builder image
Pull and create a tag for the default builder image
Run build with the new tag
With verbose logging