Skip to content
Snippets Groups Projects
Unverified Commit e45680fe authored by Joel Takvorian's avatar Joel Takvorian Committed by GitHub
Browse files

NETOBSERV-2150: Add licenses to downstream container (#604)

* licenses, discussions and contributions

* NETOBSERV-2150: Add licenses to downstream container

* put licenses in /licenses
parent 9dcc59e1
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,9 @@ ARG BUILDVERSION
WORKDIR /
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
COPY LICENSE /licenses/
COPY bpf/LICENSE /licenses/LICENSE-GPL
COPY README.downstream /licenses/README
USER 65532:65532
ENTRYPOINT ["/netobserv-ebpf-agent"]
......
Network Observability eBPF Agent
Licenses
Two licenses are used for the source code in this repository:
- GPL v2 (file: LICENSE-GPL) covers only the eBPF code in `./bpf` source code directory.
- Apache v2 (file: LICENSE) covers everything else.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment