Hi folks a question, can the flyteImageBuilder in ...
# flyte-v1-support
s
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
it cannot
but you can build the image in gh using
flyte build
i am hoping you are talking about flyte v2
s
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