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

tuf-client get increases the size of the tuf.db (exponentially?) #93

Closed
philiplb opened this issue May 30, 2016 · 1 comment
Closed

Comments

@philiplb
Copy link

Hi,

this is how I check for new versions of Flynn:

Initially:

tuf-client init https://dl.flynn.io/tuf <<< '[{"keytype":"ed25519","keyval":{"public":"6cfda23aa48f530aebd5b9c01030d06d02f25876b5508d681675270027af4731"}}]'

and then for the checks for nightly and stable:

tuf-client get https://dl.flynn.io/tuf /channels/nightly
tuf-client get https://dl.flynn.io/tuf /channels/stable

Every time I execute the checks, the local tuf.db grows big times.

Call nr:

  1. 31MB
  2. 122M
  3. 489M
  4. 1.9G

etc..

@lmars
Copy link
Contributor

lmars commented May 30, 2016

@philiplb the ever increasing size is due to how Flynn is using go-tuf, rather than this being an issue with go-tuf itself, so closing this in favour of flynn/flynn#2397

@lmars lmars closed this as completed May 30, 2016
rdimitrov pushed a commit to rdimitrov/go-tuf that referenced this issue Jan 25, 2024
…heupdateframework#93)

Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) from 1.7.6 to 1.8.0.
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.7.6...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
rdimitrov pushed a commit that referenced this issue Jan 29, 2024
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) from 1.7.6 to 1.8.0.
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.7.6...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

No branches or pull requests

2 participants