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 am trying to build buildkit from source in an environment that is isolated where I cannot get access to pre-built images from standard container registries.
I have been able to force it to build the local buildx binary, but then within bootstrap-buildx it ultimately tries to run ./bin/buildx inspect --bootstrap moby-buildkit. That in turn attempts to pull the image moby/buildkit:buildx-stable-1, which is what I am trying to avoid needing to have to do.
Is there any way of building without need to bootstrap via that image?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to build buildkit from source in an environment that is isolated where I cannot get access to pre-built images from standard container registries.
I have been able to force it to build the local buildx binary, but then within bootstrap-buildx it ultimately tries to run ./bin/buildx inspect --bootstrap moby-buildkit. That in turn attempts to pull the image moby/buildkit:buildx-stable-1, which is what I am trying to avoid needing to have to do.
Is there any way of building without need to bootstrap via that image?
Beta Was this translation helpful? Give feedback.
All reactions