Skip to content

Commit

Permalink
Merge pull request #974 from rootfs/drop-ubi8-devel
Browse files Browse the repository at this point in the history
build: drop ubi 8 kernel source to fix issue #973
  • Loading branch information
marceloamaral authored Oct 10, 2023
2 parents a4b2077 + e4582be commit 26aa2a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/Dockerfile.bcc.kepler
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ COPY --from=builder /opt/app-root/src/github.com/sustainable-computing-io/kepler
# pre install kernel sources
RUN mkdir -p /usr/share/kepler/kernel_sources

COPY --from=quay.io/sustainable_computing_io/kepler_kernel_source_images:ubi8 /usr/src/kernels /usr/share/kepler/kernel_sources
COPY --from=quay.io/sustainable_computing_io/kepler_kernel_source_images:ubi9 /usr/src/kernels /usr/share/kepler/kernel_sources

ENTRYPOINT ["/usr/bin/kepler"]

0 comments on commit 26aa2a1

Please sign in to comment.