Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(s3-cache): new/updated cache opt descriptions #20782

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

dvdksn
Copy link
Collaborator

@dvdksn dvdksn commented Sep 4, 2024

  • upload_parallelism for controlling the number of parallel layers uploaded to S3.
  • touch_refresh for setting the refresh interval for unmodified files. (not a new attr, just undocumented)

related issues

@dvdksn dvdksn requested a review from crazy-max as a code owner September 4, 2024 12:59
@github-actions github-actions bot added the area/build Relates to Dockerfiles or docker build command label Sep 4, 2024
Copy link

netlify bot commented Sep 4, 2024

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit e37be22
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/66e039df0610c100089c15a5
😎 Deploy Preview https://deploy-preview-20782--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Comment on lines 40 to 41
| `upload_parallelism` | `cache-to` | Integer | `4` | Number of parallel layer uploads. |
| `touch_refresh` | `cache-to` | Time | `24h` | Interval for updating the timestamp of unchanged cache layers. |
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are the new attributes.

crazy-max
crazy-max previously approved these changes Sep 4, 2024
@dvdksn dvdksn force-pushed the buildkit-016-s3-cache-opts branch from bb9c520 to e37be22 Compare September 10, 2024 12:21
@dvdksn dvdksn requested a review from crazy-max September 10, 2024 12:21
@dvdksn dvdksn added this to the BuildKit v0.16.0 milestone Sep 10, 2024
@dvdksn dvdksn merged commit 8f60bd2 into docker:main Sep 10, 2024
14 checks passed
@dvdksn dvdksn deleted the buildkit-016-s3-cache-opts branch September 10, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build Relates to Dockerfiles or docker build command
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants