We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6834ed commit b62a788Copy full SHA for b62a788
test/integration/components/ebpf-instrument/Dockerfile
@@ -23,7 +23,7 @@ COPY test/integration/components/ebpf-instrument/ebpf_instrument_wrapper_minimal
23
RUN make compile-for-coverage
24
25
# Create final image from minimal + built binary
26
-FROM ubuntu
+FROM ubuntu@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252
27
28
COPY --from=builder /src/bin/ebpf-instrument /ebpf-instrument
29
# Wrap the executable in a script that waits for the processes to end
0 commit comments