Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation about caching the provisioner container (#3176)
## Description In WATonomous/infra-config#3175, we attempted to use `COPY --chmod` to allow caching for different systems (with different `umask`s). However, it didn't work. It seems that Docker calculates whether a file has changed without accounting for the `--chmod` (it's also mentioned [here](docker/buildx#1311)). This PR reverts that change and documents this quirk. ## Checklist - [x] I have read and understood the [WATcloud Guidelines](https://cloud.watonomous.ca/docs/community-docs/watcloud/guidelines) - [x] I have performed a self-review of my code - [ ] POST-MERGE: investigate additional improvements: WATonomous/infra-config#3178
- Loading branch information