On Fri, Oct 01, 2021 at 01:20:09PM -0400, Alex Flom wrote:
Thanks for that. I now see the logic used to build the multiarch
images in
imagebuildah and then the logic for building fat manifests right under that
loop. Looks like a pretty big lift for my project, so I'll opt to use bud.
When I import bud into my project, it crashes when it tries to execute the
first command in the containerfile (entrypoint/add/cmd). Do you have any
boilerplate for importing bud similar to 04-include-in-your-build-tool.md
for commit?
I don't have boilerplate handy, but some details about the error you're
encountering might be helpful in diagnosing it.
One gotcha I'd suspect is that the CommonBuildOpts field is required in
the build options.
HTH,
Nalin