Skip to content

Commit 0bca726

Browse files
committed
NETOBSERV-2150: Add licenses to downstream container
1 parent d7b4e34 commit 0bca726

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Dockerfile.downstream

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ ARG COMMIT
2828

2929
WORKDIR /
3030
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
31+
COPY LICENSE .
32+
COPY bpf/LICENSE ./LICENSE-GPL
33+
COPY README.downstream ./README
3134
USER 65532:65532
3235

3336
ENTRYPOINT ["/netobserv-ebpf-agent"]

README.downstream

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Network Observability eBPF Agent
2+
3+
Licenses
4+
5+
Two licenses are used for the source code in this repository:
6+
7+
- GPL v2 (file: LICENSE-GPL) covers only the eBPF code in `./bpf` source code directory.
8+
- Apache v2 (file: LICENSE) covers everything else.

0 commit comments

Comments
 (0)