Commit 63009ac
Add S3 bucket for Docker build cache
Create a new S3 bucket in the global infrastructure for storing Docker
BuildKit layer caches. This bucket will be used by GitHub Actions workflows
to cache Docker build layers using the S3 cache backend.
Features:
- AES256 server-side encryption
- 30-day lifecycle policy for automatic cache expiration
- Output for bucket name to use in workflows
Closes #4536
Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>1 parent fcbab6e commit 63009ac
1 file changed
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments