Skip to content

Commit 59e97a4

Browse files
astefanuttiopenshift-merge-robot
authored andcommitted
Remove generated OLM bundle Dockerfile
1 parent 15df44b commit 59e97a4

File tree

3 files changed

+4
-21
lines changed

3 files changed

+4
-21
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
*.dylib
88
bin
99
testbin/*
10+
11+
# OLM generate bundle files
1012
bundle/*
13+
bundle.Dockerfile
1114

1215
# Test binary, build with `go test -c`
1316
*.test

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ bundle: defaults manifests kustomize install-operator-sdk ## Generate bundle man
230230
$(MAKE) validate-bundle
231231

232232
.PHONY: bundle-build
233-
bundle-build: ## Build the bundle image.
233+
bundle-build: bundle ## Build the bundle image.
234234
podman build -f bundle.Dockerfile -t $(BUNDLE_IMG) .
235235

236236
.PHONY: bundle-push

bundle.Dockerfile

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)