docker / docker-credential-helpers

Programs to keep Docker login credentials safe by storing in platform keystores
MIT License
1.06k stars 169 forks source link

contrib: remove deb packaging #257

Open crazy-max opened 1 year ago

crazy-max commented 1 year ago

moved to https://github.com/docker/packaging/tree/main/pkg/credential-helpers

Signed-off-by: CrazyMax crazy-max@users.noreply.github.com

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (ec695ce) 55.23% compared to head (2081204) 55.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #257 +/- ## ======================================= Coverage 55.23% 55.23% ======================================= Files 9 9 Lines 668 668 ======================================= Hits 369 369 Misses 256 256 Partials 43 43 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

thaJeztah commented 1 year ago

oh! needs another rebase (after your other PR was merged).

Still contemplating if there would be benefits in having (some of) these deb/ files included in this repo. Would there be parts that are good to have (that may need updates if changes are made here?)

crazy-max commented 1 year ago

oh! needs another rebase (after your other PR was merged).

Done

Still contemplating if there would be benefits in having (some of) these deb/ files included in this repo. Would there be parts that are good to have (that may need updates if changes are made here?)

I think we could just add a section in the README to build packages using docker/packaging. WDYT?