We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b4e34 commit 0bca726Copy full SHA for 0bca726
Dockerfile.downstream
@@ -28,6 +28,9 @@ ARG COMMIT
28
29
WORKDIR /
30
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
31
+COPY LICENSE .
32
+COPY bpf/LICENSE ./LICENSE-GPL
33
+COPY README.downstream ./README
34
USER 65532:65532
35
36
ENTRYPOINT ["/netobserv-ebpf-agent"]
README.downstream
@@ -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