Does mount cache get uploaded when using buildkit

does mount cache, i.e., RUN --mount=type=cache,target... get uploaded to a registry? or is this kind of cache always local?

blatantly pinging @tonistiigi

If I overlooked documentation about this, then please scold me :wink:

cache mounts are local only.

1 Like