Summary
The user is inquiring about the tmpfs
type for RUN --mount
, noting a lack of documentation. They are questioning whether files written to tmpfs
would not be cached in a layer, suggesting it could be beneficial for test processes that generate a large amount of local content, which could otherwise inflate the cache.