-
Notifications
You must be signed in to change notification settings - Fork 95
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
Add support for Windows containers #163
Comments
We are enabling fetching Docker images in #174 and this is critical to allow testing the scans of Windows images on Linux (otherwise a For now we have this with the #174 code with
|
This queries the regsitry to get the first os/arch and variant if any This allows to fetch images for other os/arches than the one where we are running, including windows for #163 Signed-off-by: Philippe Ombredanne <[email protected]>
The latest version of ScanCode Tk adds support for DLL and Windows executable data collection which should be available here anytime now. |
@JonoYang is this one completed? |
@tdruez Closing this ticket as we have added Windows container docker pipeline and the associated scancode-toolkit improvements for Windows package detection. |
These are essentially similar to Docker containers with a few twists:
They can be seen in Docker hub such as at https://hub.docker.com/_/microsoft-windows-servercore
I think that the approach will be best handled at first in separate specialized pipeline.
Some high level items:
The text was updated successfully, but these errors were encountered: