A newbie query on imagebuildah.BuildDockerfiles() #5536
santoshkal
started this conversation in
General
Replies: 1 comment 6 replies
-
This was not an error you made - the storage library changed an API that the image library was using. If you temporarily force github.com/containers/storage down to v1.53.0, I think it'll clear up. I realize now that it's not something that's explicitly said in the godoc for |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm new to Buildah and I'm trying to build a container from a Dockerfile using
imagebuildah.BuildDockerfiles()
. I've used the samestorage.Store
anddefine.BuildOptions
as in the tests.Here's a snippet of my code:
When I try to build this, I encounter the following error:
I am importing
github.com/containers/storage
. Can someone please help me understand what's going wrong?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions