Comment on Ask HN: How do you handle LICENSE notices in published Docker images?Comments−shanewilhelm2yI'm not entirely sure, but here's an example of how Google does it: https://github.com/GoogleContainerTools/base-images-docker−mrmattyboyOP2yI can see that they're adding their own license, which contains their license for the code within the repo. But nothing around licenses for packages that they're installing within the Docker images (unless I'm missing something?)
Comments
I'm not entirely sure, but here's an example of how Google does it: https://github.com/GoogleContainerTools/base-images-docker
I can see that they're adding their own license, which contains their license for the code within the repo. But nothing around licenses for packages that they're installing within the Docker images (unless I'm missing something?)