Skip to content

Update dependency software.xdev:tci-base to v1.2.0 #110

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

xdev-renovate
Copy link
Member

This PR contains the following updates:

Package Type Update Change
software.xdev:tci-base compile minor 1.1.3 -> 1.2.0

Release Notes

xdev-software/tci-base (software.xdev:tci-base)

v1.2.0

Compare Source

  • [PreStart] Make it possible to "snapshot" containers and use these snapshots to speed up subsequent containers
    • Recommended for containers that highly depend on storage (e.g. databases)
      • Example: MariaDB startup time with database migration
        • Without snapshot: ~10s
        • With snapshot: ~5s (~50% faster)
    • Implementations:
      • docker container commit
        • Only snapshots storage - no in-memory data, processes, etc.
        • Volumes are not snapshoted due to limitations in Docker
      • Other implementation like CRIU may be available in the future once Docker adds support for them

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

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.

1 participant