You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python packages from pip come with their own licenses.
Apt packages put their licesnses into /usr/share/doc/, and docker/perapp/files/copy_package already handles this
So the remaining thing we need to care about is licenses from go libraries we depend on.
Proposed fix:
Add a go_deps target to the top-level Makefile. It should run tools/fetch.sh if WORKSPACE has changed, and generate a BUILD.bzl file containing a target that depends on all go dependencies.
Convert docker/perapp/licenses.tar into a bazel target, that depends on the target generated by tools/fetch.sh
Have all docker image targets depend on licenses.tar
When running acceptance tests on Master, the following files are modified:
docker/perapp/licenses.tar
Current Master commit hash:
commit 9a8e66f
The text was updated successfully, but these errors were encountered: