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

Adding a flag/env var to explicitly exclude containers from updating #1783

Closed
wants to merge 2 commits into from
Closed

Conversation

rdamazio
Copy link
Contributor

@rdamazio rdamazio commented Oct 3, 2023

This adds a way to exclude containers by name, rather than having to set labels.

This resolves #1566, where containers are managed by the OS and can't have labels applied easily.

piksel and others added 2 commits October 3, 2023 03:22
feat(filters): Allow explicitly filtering containers by name.

Resolves #1566B
@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (9180e95) 68.90% compared to head (20eba57) 69.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1783      +/-   ##
==========================================
+ Coverage   68.90%   69.23%   +0.32%     
==========================================
  Files          26       26              
  Lines        2441     2467      +26     
==========================================
+ Hits         1682     1708      +26     
  Misses        661      661              
  Partials       98       98              
Files Coverage Δ
internal/flags/flags.go 87.02% <100.00%> (+0.15%) ⬆️
pkg/filters/filters.go 90.43% <100.00%> (+1.89%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rdamazio
Copy link
Contributor Author

rdamazio commented Oct 3, 2023

Hold on, I messed up my sync, I'll re-send.

@rdamazio rdamazio closed this Oct 3, 2023
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.

Non-label method for excluding containers
2 participants