How Can I Generate License Usage Reports for Container Images in Harbor?

0
2
Asked By SunnyDaze34 On

I'm on the lookout for a tool that can help generate reports on container images that include enterprise software requiring a license. We're currently using Harbor as our registry, and I'm curious if there's a tool available that can either integrate directly with Harbor, or import SBOM (Software Bill of Materials) files from Harbor to analyze and create these license usage reports. Additionally, I'm interested in hearing how others manage license compliance in a shared registry environment.

2 Answers

Answered By CuriousCoder29 On

What kind of vendor licensing issues are you dealing with? It might help to clarify exactly what licenses you need to track for better tool recommendations.

LicensingGuru77 -

For Oracle Java, you'll definitely need to be careful. Make sure to check if it's installed within the containers to keep track of usage accurately.

Answered By ContainerConnoisseur12 On

A container registry might not be the best spot for tracking this because the nodes just cache images and won't know how many pods are using a specific image. I recommend considering writing a controller that counts the active pods utilizing the image instead.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.