-
Notifications
You must be signed in to change notification settings - Fork 294
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
Inspect remote images built with Platform API 0.5 #1057
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1057 +/- ##
==========================================
- Coverage 80.41% 80.36% -0.05%
==========================================
Files 133 133
Lines 8156 8160 +4
==========================================
- Hits 6558 6557 -1
- Misses 1170 1174 +4
- Partials 428 429 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: dwillist <dthornton@vmware.com>
Signed-off-by: dwillist <dthornton@vmware.com>
7fb9761
to
ed3d237
Compare
Signed-off-by: dwillist <dthornton@vmware.com>
8537230
to
a4a6597
Compare
Signed-off-by: dwillist <dthornton@vmware.com>
1c9d37e
to
4d65e36
Compare
Recent commits on this branch also address the problems in #1095 |
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.
Fantastic! Just small nit in comment
Signed-off-by: David Freilich <dfreilich@vmware.com>
Signed-off-by: dwillist dthornton@vmware.com
Summary
pack inspect-image
on remote images.--bom
flag without a docker daemon.Output
Before
bom
s would error when running on a system without docker.After
bom
can be inspected on systems without a docker daemonDocumentation
Related
Resolves #1034
Requires buildpacks/imgutil#90 to be merged.