Is there a way to speed up image pushes when using...
# flyte-support
h
Is there a way to speed up image pushes when using ImageSpec? It takes sometimes up to an hour on my network to push an image.
d
Yes
Use another builder
For example
You can use a remote envd builder, which is not your local machine
h
do you happen to have any example or docs for doing this?
d
envd context ls
will show you your builder
I remember the command is something like envd context use xxx
but you have to check it again
h
yeah i guess i am already using the build container
default (current)	docker-container	<docker-container://envd_buildkitd>	docker
d
Yes
I mean that you can switch to a remote builder
f
or @hallowed-dog-74273 let me know - you can use Union, we handle remote builds
they are pretty fast
🤩 2
h
yeah remote builds are way faster. I just deployed a buildkitd to k8s and it ran in 3 minutes instead of an hour
❤️ 2
f
Cc @high-park-82026
celebrate 1