Using buildah as a golang module #4759
Closed
abdelghanimeliani
started this conversation in
General
Replies: 2 comments 2 replies
-
When a subprocess is involved, the first thing I'd always check is that it's using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello i hope you are dowing well.
I am trying to use buildah in some project inspired from this tutorial , the goal is to build an image from an existing image checkpoint , the code works fine and the image was built.
i tried then to build some kubernetes operator with the operator framework with the same build logique used in my previous code and the tutorial , and i tried to run it localy and i got this error
when i added some fmt.print() to help me to debug i notice that the panic is happen here in the add function .
i tried then to add an api to the code in the endpoint /build using the gin package, i runned it in my localhost and i got this
so the question is , why do you think the code works fine when i started from the main methode and doens't works in other cases.
Beta Was this translation helpful? Give feedback.
All reactions