We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcc59e commit e45680fCopy full SHA for e45680f
Dockerfile.downstream
@@ -24,6 +24,9 @@ ARG BUILDVERSION
24
25
WORKDIR /
26
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
30
USER 65532:65532
31
32
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