Skip to content

Commit

Permalink
Use the golang:1.22-bookworm image to build varmor
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny-Wei committed Aug 22, 2024
1 parent cde036c commit 7fca6c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,6 @@ push-dev: ## Push images and chart to the private repository for development.
@echo "----------------------------------------"
helm push varmor-$(CHART_VERSION_DEV).tgz oci://$(REPO_DEV)

.PHONY: manifests-dev
manifests-dev:
@echo "----------------------------------------"
docker tag $(VARMOR_IMAGE_DEV)-amd64 $(VARMOR_IMAGE_DEV)
@echo "----------------------------------------"
docker tag $(CLASSIFIER_IMAGE_DEV)-amd64 $(CLASSIFIER_IMAGE_DEV)
push: ## Push images and chart to the public repository for release.
docker push $(VARMOR_IMAGE_AP)-amd64
@echo "----------------------------------------"
Expand Down
2 changes: 1 addition & 1 deletion cmd/varmor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN make build-ebpf


## Building vArmor
FROM golang:1.20-bookworm as vArmor-builder
FROM golang:1.22-bookworm as vArmor-builder

LABEL maintainer="vArmor authors"

Expand Down

0 comments on commit 7fca6c2

Please sign in to comment.