Skip to content

Commit

Permalink
update generate makefile and Docker image to use fc39
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <[email protected]>
  • Loading branch information
msherif1234 committed Apr 1, 2024
1 parent 75f0c13 commit 47a0ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ generate: prereqs ## Generate artifacts of the code repo (pkg/ebpf and pkg/proto
docker-generate: ## Create the container that generates the eBPF binaries
@echo "### Creating the container that generates the eBPF binaries"
$(OCI_BIN) build . -f scripts/generators.Dockerfile -t $(LOCAL_GENERATOR_IMAGE) --build-arg EXTENSION="x86_64" --build-arg PROTOCVERSION="$(PROTOC_VERSION)"
$(OCI_BIN) run --rm -v $(shell pwd):/src $(LOCAL_GENERATOR_IMAGE)
$(OCI_BIN) run --privileged --rm -v $(shell pwd):/src $(LOCAL_GENERATOR_IMAGE)

.PHONY: compile
compile: ## Compile ebpf agent project
Expand Down
2 changes: 1 addition & 1 deletion scripts/generators.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:37
FROM fedora:39

ARG GOVERSION="1.21.7"
ARG PROTOCVERSION
Expand Down

0 comments on commit 47a0ed8

Please sign in to comment.