Skip to content

Commit

Permalink
removed unused base image target
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Nov 13, 2024
1 parent efa4015 commit 49db495
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ build: update-version generate fmt vet ## Build manager binary.
run: update-version manifests generate fmt vet ## Run a controller from your host.
$(GO_CMD) run ./main.go

docker-build-and-push-base:
$(RUNTIME) build -f Dockerfile.base . -t $(BASE_IMG)
$(RUNTIME) push $(BASE_IMG)

# Build the docker image
docker-build: update-version
$(RUNTIME) build . -t ${IMG} --build-arg BASE_IMAGE=$(BASE_IMG)
Expand Down

0 comments on commit 49db495

Please sign in to comment.