You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build an image using LLB directly, and fail to make it export the image config as well. Naturally this results in missing environment variables, and other bits of configuration. During the build the config is as expected - the env var is present.
This issue persists if I write the LLB to stdout and pipe it to buildctl build --output .... I reckon I'm misunderstanding how to use LLB.
Is there some bit of documentation that I'm missing?
I'm trying to build an image using LLB directly, and fail to make it export the image config as well. Naturally this results in missing environment variables, and other bits of configuration. During the build the config is as expected - the env var is present.
This issue persists if I write the LLB to stdout and pipe it to
buildctl build --output ...
. I reckon I'm misunderstanding how to use LLB.Is there some bit of documentation that I'm missing?
The following code reproduces the issues:
The text was updated successfully, but these errors were encountered: