-
Notifications
You must be signed in to change notification settings - Fork 79
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
fix: docker repository format checks #707
fix: docker repository format checks #707
Conversation
Signed-off-by: Miaha Cybersec <[email protected]>
Signed-off-by: Miaha Cybersec <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #707 +/- ##
=======================================
Coverage 34.22% 34.22%
=======================================
Files 18 18
Lines 1578 1578
=======================================
Hits 540 540
Misses 1007 1007
Partials 31 31 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Miaha Cybersec <[email protected]>
@MiahaCybersec can we also update quick start doc with this? |
Signed-off-by: Miaha Cybersec <[email protected]>
@@ -51,6 +51,12 @@ This guide illustrates how to patch outdated containers with `copa`. | |||
|
|||
:::tip | |||
If you want to patch an image using the digest, run the following command instead: | |||
|
|||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we shouldn't change it in version 0.7.0 docs since this will be a part of the next release
Signed-off-by: Miaha Cybersec <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #669
Copa was incorrectly exiting with an error if a Docker image was being referenced with a digest and no tag.