-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Docker image+tag scan failing #647
Comments
The first one worked for me, although I suspect it might be due to an existing image in the cache. The second one does fail. |
@setchy Any idea which registry has eclipse-temurin:11.0.0-alpine ? Unable to find it here https://hub.docker.com/_/eclipse-temurin/tags?page=1&name=11.0.0-alpine 11-alpine works.
|
Ah interesting, looks like that publisher removes old/previous tags. This is the error I get when doing the same...
Perhaps this is due to the archetype of my machine performing the pull/manifest retrieval (M2 arm chipset)
|
When repeating with
Looks like it works if it's already within the local docker image cache... |
Yes making a small improvement to this. The reason was the missing tag. |
Still failing for me... Will work IF i manually pull the image prior to running cdxgen... |
Odd, it's kinda working now but not convinced it isn't still cached somewhere. Let me test with a wider set of images and report back... |
Still getting Tested using
|
what do you mean by 404 error? Can you share the full output from this branch? |
Same as I shared above. though its now working for a selection of python tags. will continue to monitor |
Please take the latest and try again. This must be a recent change in behavior in docker. |
When running cdxgen against public docker image+tags, I am repeatably receiving either an empty BOM, or a
HTTPError: Response code 404 (Not Found)
Example commands
The text was updated successfully, but these errors were encountered: