hilja
September 8, 2025, 11:50am
1
I just read this Try out faster machine creation with zstd . It shows how to make a new builder machine which is configured to use zstd for Docker compression.
But it was written before the move to Depot. If I now create a custom builder machine, will it be a Depot builder?
Or is there a way to pass –-output options to fly deploy? I only really see --build-args.
Thanks
roadmr
September 8, 2025, 1:57pm
2
You want --depot=false to use a non-Depot builder.
wjordan
September 8, 2025, 6:08pm
3
It’s not documented very well, but a while back we added an experimental.use_zstd = true flag you can set in fly.toml that will allow you to build zstd-compressed images on remote Depot builders.
1 Like
hilja
September 8, 2025, 8:07pm
4
Very nice! I’ll give that a try.
system
Closed
September 15, 2025, 8:08pm
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.