For some context, we’re would-be Heroku refugees and are strongly considering Render! We’ve become accustomed to Heroku’s abilities to cache artifacts between builds and are looking at potential equivalents as we move to Render and containerization.
I see that Render supports BuildKit’s secret mounts.
But what about BuildKit’s directory (not layer) cache mounting for build performance? Specifically, if we have --mount=type=cache directives in a Dockerfile, does this cache persist between builds?