File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
internal/plugins/manifests/v2
testdata/helm/memcached-operator Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,9 @@ bundle: manifests kustomize operator-sdk ## Generate bundle manifests and metada
230230`
231231
232232 makefileBundleFragmentNonGo = `
233+ # Container tool to use for building images
234+ CONTAINER_TOOL ?= docker
235+
233236.PHONY: bundle
234237bundle: kustomize operator-sdk ## Generate bundle manifests and metadata, then validate generated files.
235238 $(OPERATOR_SDK) generate kustomize manifests -q
Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ OPERATOR_SDK = $(shell which operator-sdk)
171171endif
172172endif
173173
174+ # Container tool to use for building and pushing images
175+ CONTAINER_TOOL ?= docker
176+
174177.PHONY : bundle
175178bundle : kustomize operator-sdk # # Generate bundle manifests and metadata, then validate generated files.
176179 $(OPERATOR_SDK ) generate kustomize manifests --interactive=false -q
You can’t perform that action at this time.
0 commit comments