Skip to content

Commit

Permalink
Bump Chainsaw version and support multiarch bundle build (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
IshwarKanse authored May 7, 2024
1 parent a4bae71 commit b234bc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ GEN_API_DOCS_VERSION ?= v0.6.0
ENVTEST_VERSION ?= latest
OPERATOR_SDK_VERSION ?= 1.32.0
CERTMANAGER_VERSION ?= 1.9.1
CHAINSAW_VERSION ?= v0.1.7
CHAINSAW_VERSION ?= v0.2.0

## Tool Binaries
KUSTOMIZE ?= $(LOCALBIN)/kustomize-$(KUSTOMIZE_VERSION)
Expand Down Expand Up @@ -259,7 +259,7 @@ bundle:

.PHONY: bundle-build
bundle-build: ## Build the bundle image.
docker build -f $(BUNDLE_DIR)/bundle.Dockerfile -t $(BUNDLE_IMG) $(BUNDLE_DIR)
docker buildx build --load --platform linux/${ARCH} -f $(BUNDLE_DIR)/bundle.Dockerfile -t $(BUNDLE_IMG) $(BUNDLE_DIR)

.PHONY: bundle-push
bundle-push: ## Push the bundle image.
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN curl -LO https://github.com/kudobuilder/kuttl/releases/download/v0.15.0/kube
&& mv kubectl-kuttl_0.15.0_linux_x86_64 /usr/local/bin/kuttl

# Install chainsaw
RUN go install github.com/kyverno/chainsaw@v0.1.7
RUN go install github.com/kyverno/chainsaw@v0.2.0

# Install kubectl and oc
RUN curl -L -o oc.tar.gz https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest/openshift-client-linux.tar.gz \
Expand Down

0 comments on commit b234bc9

Please sign in to comment.