We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15df44b commit 59e97a4Copy full SHA for 59e97a4
.gitignore
@@ -7,7 +7,10 @@
7
*.dylib
8
bin
9
testbin/*
10
+
11
+# OLM generate bundle files
12
bundle/*
13
+bundle.Dockerfile
14
15
# Test binary, build with `go test -c`
16
*.test
Makefile
@@ -230,7 +230,7 @@ bundle: defaults manifests kustomize install-operator-sdk ## Generate bundle man
230
$(MAKE) validate-bundle
231
232
.PHONY: bundle-build
233
-bundle-build: ## Build the bundle image.
+bundle-build: bundle ## Build the bundle image.
234
podman build -f bundle.Dockerfile -t $(BUNDLE_IMG) .
235
236
.PHONY: bundle-push
bundle.Dockerfile
0 commit comments