Is there a way to speed up image pushes when using...
# ask-the-community
a
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.
l
Yes
Use another builder
For example
You can use a remote envd builder, which is not your local machine
a
do you happen to have any example or docs for doing this?
l
image.png
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
a
yeah i guess i am already using the build container
default (current)	docker-container	<docker-container://envd_buildkitd>	docker
l
Yes
I mean that you can switch to a remote builder
k
or @Alex Beach let me know - you can use Union, we handle remote builds
they are pretty fast
a
yeah remote builds are way faster. I just deployed a buildkitd to k8s and it ran in 3 minutes instead of an hour
k
Cc @Haytham Abuelfutuh