Skip to content

Commit e45680f

Browse files
authored
NETOBSERV-2150: Add licenses to downstream container (#604)
* licenses, discussions and contributions * NETOBSERV-2150: Add licenses to downstream container * put licenses in /licenses
1 parent 9dcc59e commit e45680f

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
@@ -24,6 +24,9 @@ ARG BUILDVERSION
2424

2525
WORKDIR /
2626
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
27+
COPY LICENSE /licenses/
28+
COPY bpf/LICENSE /licenses/LICENSE-GPL
29+
COPY README.downstream /licenses/README
2730
USER 65532:65532
2831

2932
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)