|
|
Subscribe / Log in / New account

Containers and license compliance

Containers and license compliance

Posted May 4, 2018 14:52 UTC (Fri) by MatyasSelmeci (guest, #86151)
In reply to: Containers and license compliance by nishak
Parent article: Containers and license compliance

Ah, I see the problem then.

Also, looks like you can only see build logs for "automated build" images so that's unfortunate.


to post comments

Containers and license compliance

Posted May 5, 2018 0:41 UTC (Sat) by rahvin (guest, #16953) [Link]

It's pointed out in the article that a bunch of these containers pull other containers which pull other containers, etc.. In the end you have a container that's pulling a half dozen other containers and no one even knows what's installed in the container to the point that he provides an example where there are 600+ software packages installed in a single container.

The point of the article is about how hard it is to figure out if you are complying with the licenses in such a situation but the only thing I could think of is what a security nightmare that is because if your container image is pulling other container images you probably can't easily track down what's even installed even if the first container is well documented there is no guarantee all the reference containers are.

I know docker is popular but this is one the things that stops me every time I think of using a Docker container, they are way to black-box for me.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds