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

🌱 Have dependabot track Dockerfile referenced images #1908

Merged
merged 2 commits into from
May 14, 2024

Conversation

sjd78
Copy link
Member

@sjd78 sjd78 commented May 10, 2024

Configure dependabot to create PRs when the images we use in the Dockerfile have a newer version. This allows us to reference specific container images and be automatically notified of newer versions.

Supports: #1883

CI added in #1907 will run against the PRs dependabot will open for Dockerfile changes. This will allow us to have confidence that the update will be successful.

Configure dependabot to create PRs when the images
we use in the `Dockerfile` have a newer version.  This
allows us to reference specific container images and
be automatically notified of newer versions.

Supports: konveyor#1883

CI added in konveyor#1907 will run against the PRs dependabot
will open for `Dockerfile` changes.  This will allow
us to have confidence that the update will be successful.

Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
Copy link

codecov bot commented May 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.22%. Comparing base (b654645) to head (463060a).
Report is 139 commits behind head on main.

❗ Current head 463060a differs from pull request most recent head 1b52897. Consider uploading reports for the commit 1b52897 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1908      +/-   ##
==========================================
+ Coverage   39.20%   41.22%   +2.02%     
==========================================
  Files         146      158      +12     
  Lines        4857     5189     +332     
  Branches     1164     1269     +105     
==========================================
+ Hits         1904     2139     +235     
- Misses       2939     3032      +93     
- Partials       14       18       +4     
Flag Coverage Δ
client 41.22% <ø> (+2.02%) ⬆️
server ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Collaborator

@rszwajko rszwajko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@sjd78 sjd78 merged commit f501fb8 into konveyor:main May 14, 2024
9 checks passed
@sjd78 sjd78 deleted the depndabot_docker branch May 14, 2024 16:23
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.

Enable dependabot tracking and add CI tests for the Dockerfile
3 participants