Hi folks a question, can the flyteImageBuilder in OSS offload the image building task to lets say a GH action which fetches to GHCR ? (Basically offload the building of docker image) and then fetch it once its done ?
f
freezing-airport-6809
07/02/2026, 5:13 AM
it cannot
freezing-airport-6809
07/02/2026, 5:13 AM
but you can build the image in gh using
flyte build
freezing-airport-6809
07/02/2026, 5:14 AM
i am hoping you are talking about flyte v2
s
swift-church-94876
07/02/2026, 5:17 AM
Hmm can we redirect it to a buildkit statefulset deployed on the cluster ? i am assuming under the hood Flyte must be talking to buildkit or buildx or containerd ?
So I can do something like this essentially ?
class RemoteBuildKitBuilder(ImageBuilder):
def build_image(...):
...
Yes I am talking about flytev2