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

chore(*): bump oci and spin crates; update usage #195

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

vdice
Copy link
Member

@vdice vdice commented Apr 4, 2024

With these bumps come the following fixes/features, both relevant to spin cloud deploy:

  • OCI layers for an application are de-duplicated which can help reduce the size of some apps (think: heavy on static assets shared across components; heavy component re-use). Recall that Fermyon Cloud currently enforces a 100 MB app limit. Prior to deduplication, some apps would exceed this limit and attempts to deploy would fail as a result. (Ref feat(oci): deduplicate layers prior to push; archive if needed spin#2395)
  • Increase the default token expiration timeout when pushing a spin app. For apps with a large number of (potentially large-sized) layers, the upstream default of 60 seconds may be too brief in some cases. (Spin now/currently uses a default of 300s; ref feat(oci): set token expiration for oci client spin#2417)

Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
@vdice vdice force-pushed the chore/bump-oci-and-spin-crates branch from 290bae3 to 528c2e3 Compare April 4, 2024 17:39
@vdice vdice merged commit 9dc141b into fermyon:main Apr 8, 2024
8 checks passed
@vdice vdice deleted the chore/bump-oci-and-spin-crates branch April 8, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants